Performs manual testing of Story AC via executable bash scripts saved to tests/manual/. Creates reusable test suites per Story.
Audits layer boundaries + cross-layer consistency: I/O violations, transaction boundaries (commit ownership), session ownership (DI vs local).
Creates 4 core project docs (requirements.md, architecture.md, tech_stack.md, patterns_catalog.md). ALWAYS created.
CREATE/REPLAN Stories for Epic (5-10 Stories). Multi-epic routing: auto-groups Stories by correct Epic. Delegates ln-001 for standards research. Self-Check phase.
Generates .NET Clean Architecture backend structure from entity definitions
Generates Docker and docker-compose configuration for multi-container development
Creates test infrastructure with Vitest, xUnit, and pytest
Configures health check endpoints for Kubernetes readiness/liveness/startup
Creates ALL task types (implementation, refactoring, test). Generates task documents from templates, validates type rules, creates in Linear, updates kanban.
Coordinates Docker, CI/CD, and environment configuration setup via auto-detection
Configures Swagger/OpenAPI documentation
Checks isolation (APIs/DB/FS/Time/Random/Network), determinism (flaky, order-dependent), and 7 anti-patterns.
Coordinates linters, pre-commit hooks, and test infrastructure setup
Story-level quality orchestrator with 4-level Gate (PASS/CONCERNS/FAIL/WAIVED) and Quality Score. Delegates to ln-510 (quality) and ln-520 (tests), calculates final verdict.
Universal project bootstrapper: CREATE new or TRANSFORM existing project to production-ready structure
Coordinates project structure: SCAFFOLD new or RESTRUCTURE existing to Clean Architecture
Top orchestrator for complete doc system. Delegates to ln-110 coordinator (project docs) + ln-120-150 workers. Phase 3: global cleanup. Idempotent.
Coordinates logging, error handling, CORS, health checks, and API docs
Worker that runs existing tests to catch regressions. Auto-detects framework, reports pass/fail. No status changes or task creation.
Builds interactive HTML presentation with 6 tabs (Overview, Requirements, Architecture/C4, Tech Spec, Roadmap, Guides). Creates presentation/README.md hub.