Agent skill
specsafe-init
Initialize a new SpecSafe project in the current directory.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/specsafe-init
Metadata
Additional technical details for this skill
- author
- Agentic Engineering
- version
- 1.0
SKILL.md
Initialize a new SpecSafe project with directory structure and configuration.
When to use:
- Starting a new project with SpecSafe
- Setting up TDD workflow
- First time using SpecSafe in a project
Input: Project name (optional, defaults to current directory name)
Steps
-
Run init command
bashspecsafe init [project-name]This creates:
specs/active/directoryspecs/completed/directoryspecs/archive/directoryspecs/template.mdspecsafe.config.jsonPROJECT_STATE.md
-
Verify initialization
Check all directories and files were created.
-
Show next steps
Guide user to:
- Create first spec with
/specsafe:new - Review the spec template
- Understand the workflow
- Create first spec with
Output
After initialization:
- Confirmation of created structure
- Location of key files
- Next steps guidance
- Prompt: "Ready to create your first spec? Run
/specsafe:new <name>"
Guardrails
- Check if already initialized (prevent double-init)
- Ensure write permissions in current directory
- Create all required directories
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?