.opencode/skills/specsafe-new/SKILL.md
Create a new SpecSafe specification using the TDD workflow.
npx skillsauth add agentic-engineering-agency/specsafe .opencode/skills/specsafe-newInstall 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.
Create a new SpecSafe specification.
When to use:
Input: A spec name (kebab-case) or description of what to build.
Steps:
If no clear input, ask what to build
"What spec do you want to create? Describe what you want to build or fix."
Check specsafe is initialized
Verify specsafe.config.json exists. If not, advise running specsafe init.
Create the spec
specsafe new "<name>"
Show results
specsafe test <id>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
Initialize a new SpecSafe project.