What problem does it solve? Feature work often skips critical steps like requirements capture, design review, or documentation, leading to rework and untraceable decisions. This Skill enforces a mandatory, ordered development workflow so every change moves through brainstorming, specification, planning, implementation, review, and branch completion with the right gates in between. ## Core Features & Use Cases - Complexity Assessment: Classifies each change as Trivial, Small, Medium, Large, or Critical and suggests which workflow steps can be safely skipped, always confirming with the user first. - Ordered Skill Pipeline: Sequences skills from research and business-context-intake through brainstorming, spec quality gates, HLD, worktrees, CI setup, planning, TDD implementation, code review, and branch finishing. - Documentation Discipline: Defines artifact locations under .ai/ and wiki/, enforces a wiki sync rule requiring documentation updates in the same commit as behavior changes, and keeps AGENTS.md and CLAUDE.md current. - Use Case: When asked to add a new API endpoint, the Skill routes the work through spec writing, plan creation, test-driven implementation, and code review before allowing a merge. ## Quick Start Invoke the workflow skill and describe the feature or fix you want to build so it can classify the change and run the appropriate sequence of steps.