What problem does it solve?
Unifies the end-to-end feature development lifecycle within CodeStable by routing user requests to the appropriate sub-skills (brainstorm, design, fast-forward, implement, acceptance) based on current context.
Core Features & Use Cases
- AI-guided routing across feature lifecycle stages (brainstorm → design → fast-forward → implement → acceptance) to ensure proper gating and preserved context.
- Case-based routing decisions: direct users to brainstorm for fuzzy ideas, design for clear plans, or roadmap for large needs, with automatic progression to the next stage.
- The skill acts as an orchestration layer, not a code generator; it instructs which skill to invoke next and what data to prepare.
- Context-aware evaluation by inspecting codestable/features and existing {slug}-files to determine the appropriate next step.
Quick Start
Describe a feature you want to start, and I will tell you which sub-skill to trigger next (e.g., cs-brainstorm or cs-feat-design).