Agent skill
specsafe-new-agentic-engineering--specsafe
Create a new SpecSafe specification using the TDD workflow.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/specsafe-new-agentic-engineering--specsafe
SKILL.md
Create a new SpecSafe specification.
When to use:
- Starting a new feature
- Beginning a bug fix with TDD
- Creating a new project specification
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.jsonexists. If not, advise runningspecsafe init. -
Create the spec
bashspecsafe new "<name>" -
Show results
- Spec ID and location
- Current stage: SPEC
- Next: Edit requirements, then run
specsafe test <id>
Guardrails:
- Require valid kebab-case name
- Ensure project is initialized first
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?