.opencode/skills/specsafe-test/SKILL.md
Generate tests from a SpecSafe specification (SPEC → TEST stage).
npx skillsauth add agentic-engineering-agency/specsafe .opencode/skills/specsafe-testInstall 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.
Generate tests from a SpecSafe specification.
When to use:
Input: The spec ID (e.g., SPEC-20240204-001)
Steps:
Validate spec exists and is in SPEC stage
Check that the spec file exists in specs/active/ with requirements.
Generate tests
specsafe test "<spec-id>"
Show results
specsafe-code <id>Guardrails:
development
Show SpecSafe project status and metrics.
development
Run QA validation (CODE → QA stage).
development
Create a new SpecSafe specification using the TDD workflow.
development
Initialize a new SpecSafe project.