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 warnings
  • dotnet test --configuration Release — all tests pass
  • dotnet pack — packages build successfully
  • Every new public type/member has XML doc comments and unit tests

This site uses Just the Docs, a documentation theme for Jekyll.