Sample Micro‑feature
Add Feature + Deliverables
Intent
Allow a user to describe a feature and have Corvus generate a micro‑feature with structured deliverables.
Trigger
User right‑clicks the Features section and selects “Add Feature (Describe)”.
Deliverables
- [Coding] Create command to accept feature description and run micro‑feature toolchain.
- [Design] Provide a minimal input prompt with placeholder guidance.
- [QA] Verify feature file created with deliverables + tests populated.
Acceptance Criteria
- New micro‑feature appears in System Lens after creation.
- Deliverables include tests and exit criteria.
- User can open the micro‑feature immediately after creation.
Suggested Start Points
- src/extension.ts (command registration)
- src/primitives/toolchains/micro-features (toolchain)