/knowzcode:work
The primary development command that initiates a structured workflow. Describe what you want to build, and the framework classifies complexity, creates a WorkGroup, and guides the AI through the appropriate phases. This is the command you use for any feature, enhancement, or significant change.
How it works
You provide a natural language description: /knowzcode:work "add user authentication with JWT". The framework classifies complexity (micro/light/full), creates a WorkGroup with a unique ID, and begins Phase 1 (Analysis). You will see the Analyst's impact report, then the Architect's specification. After approval, the Builder implements with TDD, the Reviewer audits, and the Closer finalizes. Each phase has clear artifacts and approval gates.
Terminal showing full /knowzcode:work flow from description to completion
Screenshot coming soon
Why it matters
This single command orchestrates the entire structured development process. Without it, you would need to manually coordinate analysis, design, implementation, testing, and review -- each in a separate conversation with the AI. The work command provides the same rigorous process every time, whether you are building a minor enhancement or a major feature. And because it creates a WorkGroup, you can always come back to it with /knowzcode:continue.
Comparison of unstructured vs /knowzcode:work development flow
Screenshot coming soon
Related Features
Structured Development Loop
Analyze, Specify, Build & Test, Audit, Ship -- every feature goes through mandatory quality gates.
/knowzcode:continue
Resume interrupted work -- picks up exactly where you left off.
Complexity Tiers
Automatically classifies work: Micro (single file), Light (2-phase), or Full (5-phase with all agents).