What problem does it solve?
Prevents ad hoc, inconsistent feature design by guiding the creation of a single, review-ready design.md that captures terminology, interface contracts, implementation steps, and test plans so downstream implementation and acceptance are aligned and repeatable.
Core Features & Use Cases
- Evidence collection: instructs reading architecture docs, relevant code, and archives before drafting to ensure proposals align with existing systems.
- Terminology grep: mandates searching the codebase and docs to avoid naming collisions and ambiguous terms.
- Interface-first examples: requires concrete input→output examples for APIs and component props/events to make contracts testable.
- One-shot draft + review: produces a complete draft (status=draft) for a single overall review, then upgrades to approved and extracts checklist.yaml.
- Checklist generation & validation: extracts actionable steps and checks into checklist.yaml and validates YAML syntax for implementers.
Quick Start
Draft a complete design.md for the target feature by reading architecture docs, performing terminology grep to avoid collisions, writing concrete interface examples and test design, and export a validated checklist.yaml for implementation.