What problem does it solve?
This Skill converts an ongoing design discussion (a design, idea, or half-finished plan) into a self-contained Claude Code–ready implementation spec / handoff document that a fresh agent can execute without the chat. Use whenever the user says "write a spec", "make this Claude Code–ready", "hand this off", "turn this into an implementation plan", or is about to delegate a build to another agent.
Core Features & Use Cases
- Generate a complete, runnable SPEC document with the required sections for Claude Code handoff.
- Enforce a strict 7-section layout: Goal & non-goals, Context & assumptions, Architecture decisions, Repo / file layout, Phased implementation plan, Exact commands, Open questions.
- Output a single SPEC file named <THING>_SPEC.md in SCREAMING_SNAKE format for easy handoff to another agent.
Quick Start
Turn the current chat into a Claude Code–ready SPEC file named <THING>_SPEC.md.