What problem does it solve?
This Skill prevents rushed implementation by forcing a clear design phase before any code, scaffolding, or behavioral changes are made. It helps turn vague ideas into well-scoped plans with user approval at each step.
Core Features & Use Cases
- Project Context Review: Inspects the current codebase, docs, and recent history before proposing changes.
- Step-by-Step Clarification: Asks one question at a time to refine goals, constraints, and success criteria.
- Approach Comparison: Presents 2 to 3 viable design options with trade-offs and a recommendation.
- Design Approval Gate: Requires explicit user approval before writing the spec or moving toward implementation.
- Spec Documentation: Writes a design doc to a structured specs path and supports a review loop before planning.
- Use Case: A teammate wants to add a new feature, and this Skill guides them through clarifying scope, choosing an approach, and documenting the design before any build work starts.
Quick Start
Ask me to brainstorm and design your change before implementation, and I will help clarify the goal, compare approaches, and produce an approved spec.