What problem does it solve?
This Skill helps you plan implementation before coding by investigating the repository, identifying dependencies, and turning an ambiguous task into a concrete spec and executable plan.
Core Features & Use Cases
- Repository Investigation: Reads the codebase directly and traces the relevant files, callers, consumers, and tests before proposing changes.
- Spec and Plan Writing: Produces a validated spec, compares it against a peer-produced spec, and converts the result into an actionable implementation plan.
- Peer Validation Workflow: Uses independent review to catch gaps, contradictions, and ambiguous steps before development starts.
- Use Case: A developer asks for a refactor, feature, or bug fix and needs a clear, testable path forward instead of jumping straight into code.
Quick Start
Use the design skill to investigate this repository, write the spec, compare it with a peer review, and produce an implementation plan for my task.