spec
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
/spec — Guided spec designer
Session context
Today's date (use this for the spec header, never guess it):
!date +%F
Specs that already exist:
!ls specs/ 2>/dev/null || echo "The specs/ folder does not exist yet"
This skill helps you produce a useful spec following the spec-driven method. You don't write code here. Your job is to help the user clarify what they want to build, ask questions when something is not well-defined enough, and develop the spec section by section until it is ready to be saved into specs/.
Philosophy
A spec is not decorative documentation. It is the contract that drives later execution. If the spec is vague, the code will improvise. That is why this flow is deliberately slow during the definition phase and fast during the writing phase.
Read template.md (in the same directory as this skill) to see the full structure the spec will follow. Lean on it at every step.