Library Workflow
The 6-phase development lifecycle for CleanFramework.Library projects.
Invocation
/library-workflow
Phases
| Phase | Agent | Description |
|---|---|---|
| 1. Plan | Software Architect | Analyze, research NuGet, design approach, create task list |
| 2. Implement | Backend Developer | Write production code in src/ |
| 3. Test | Tester | Write unit tests in tests/ |
| 4. Review | Reviewer | Code style, security, package management, coverage |
| 5. Document | Technical Doc Writer | XML comments, API docs |
| 6. Deliver | Software Architect | Final checks, PR creation |
Quality Gates
dotnet build --configuration Release— zero warningsdotnet test --configuration Release— all tests passdotnet pack— packages build successfully- Every new public type/member has XML doc comments and unit tests