01Read the repository contract
When the target repository defines a root SPEC.md, the skills use it to honor local language, validation, and knowledge-base conventions.
02Retrieve historical context
spec-index looks up relevant decisions, root causes, and pitfalls before planning or correction work starts.
03Define done before implementation
spec-plan turns fuzzy requests into an implementation-ready spec with testable acceptance criteria and execution guardrails.
04Implement in the normal coding loop
The skills do not replace coding. They tighten the contract around what should happen and how the work will be verified.
05Correct with real feedback
If reality diverges from the spec, spec-crlp runs a fix-verify-repeat loop using evidence instead of moving the goalposts.
06Persist reusable lessons
Reusable findings flow back into spec-index so later tasks inherit project memory rather than repeating the same mistakes.