Paths: File paths ( , ) are relative to this skill directory. ln-722-backend-generator Type: L3 Worker Category: 7XX Project Bootstrap Generates complete .NET backend structure following Clean Architecture principles. --- Purpose & Scope | Aspect | Description | |--------|-------------| | Input | Project name, entity list, configuration options | | Output | Complete .NET solution with layered architecture | | Target | .NET 10+, ASP.NET Core | Scope boundaries: - Generates project structure and boilerplate code - Creates MockData for initial development - Does not implement business logic or d…