What problem does it solve?
Translate an approved design into a deterministic, file-level implementation plan so teams can move from abstract architecture to concrete code changes with clear boundaries and responsibilities.
Core Features & Use Cases
- File and Slice Mapping: Maps design vertical slices to specific files and components with explicit create vs modify actions.
- Interface Definitions: Produces function/class signatures and interface boundaries to prevent integration mismatches.
- Reviewable Artifact Workflow: Generates structure.md, runs review rounds (Claude and optional Codex), records review findings, and gates progression until human approval.
- Use Case: When design.md is approved for a new feature or quick fix, produce structure.md to define files, interfaces, and CI needs before planning and implementation.
Quick Start
Use the structure skill to generate structure.md that maps design.md slices to files, states create or modify for each file, and defines interfaces and an architectural diagram for review.