What problem does it solve?
This Skill turns ambiguous requirements into a structured, testable specification so design decisions are explicit and implementation can proceed safely.
Core Features & Use Cases
- Bead-first spec writing: Produces a high-priority bead typed spec where the full specification content is stored for lifecycle management.
- Decision-driven structure: Captures baseline, changes, formal contracts, and test cases in a consistent format that supports downstream /check, /test, and /impl workflows.
- Open-question rigor: Forces Open Questions (OQs) to include severity and recommendations to reduce blind spots before implementation.
Quick Start
Generate a spec for the auth subsystem by running the /spec command with the scope name, so the agent outputs a ready-to-check spec bead including test cases and open questions.