What problem does it solve?
Mini-spec provides a compact, repeatable framework to capture human specs, translate them into design artifacts, and track traceability across specs, design, and code, reducing misalignment and token waste.
Core Features & Use Cases
- Three-level architecture: specs → design → code, with explicit artifacts (specs/, design/, src/).
- Task tracking and phase guidance via TaskCreate/TaskUpdate patterns to keep stakeholders focused.
- Rich design artifacts: design.md, crc-.md, seq-.md, ui-, test-, manifest-ui.md for CLI-driven design reviews.
- Use case: a solo developer or small team defines features in specs, generates a design doc set, and then implements with traceability hooks.
Quick Start
Install the minispec CLI, add the minispec skill folder to your project, write a spec in specs/your-feature.md, and instruct Claude to design this to generate the design docs, then implement this to produce code with updated traceability.