.claude/skills/specsafe-code/SKILL.md
Start implementation phase of SpecSafe TDD workflow. Moves spec from TEST to CODE stage.
npx skillsauth add agentic-engineering-agency/specsafe specsafe-codeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Start implementation phase (TEST → CODE stage) following TDD red-green-refactor.
When to use:
Input: The spec ID (e.g., SPEC-20240204-001)
Steps
Validate tests exist
Verify test files were generated for this spec.
Check that tests exist (even if marked .skip).
Move to CODE stage
specsafe code "<spec-id>"
This updates the spec stage to CODE.
Guide TDD implementation
Explain the TDD cycle:
Provide implementation support
Offer to:
Output
After moving to CODE stage:
Guardrails
development
Generate tests from a SpecSafe specification (SPEC → TEST stage).
development
Show SpecSafe project status and metrics.
development
Run QA validation (CODE → QA stage).
development
Create a new SpecSafe specification using the TDD workflow.