.claude/skills/specsafe-done/SKILL.md
Mark spec complete and archive. Moves spec from QA to COMPLETE stage.
npx skillsauth add agentic-engineering-agency/specsafe specsafe-doneInstall 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.
Mark a specification as complete and archive it (QA → COMPLETE stage).
When to use:
Input: The spec ID (e.g., SPEC-20260211-001)
Steps
Validate QA passed
Check specs/active/<spec-id>.md:
Verify QA report shows:
Final review
Confirm with user (if interactive):
Complete the spec
specsafe complete "<spec-id>"
This:
specs/completed/Generate completion summary
Document the completed work:
## Completion Report: SPEC-YYYYMMDD-NNN
### Summary
- Feature: [Name]
- Duration: [Start → End dates]
- Status: ✅ COMPLETE
### Metrics
- Requirements: [N total, N P0]
- Tests: [N created, N passing]
- Coverage: [N%]
- Commits: [N commits]
### Artifacts
- Spec: specs/completed/SPEC-YYYYMMDD-NNN.md
- Tests: [test file locations]
- Implementation: [source file locations]
### Notes
- [Any important notes about implementation]
Update PROJECT_STATE.md
Record:
Show completion confirmation
Display:
specs/completed/Output
After completion:
specs/completed//specsafe:new <feature>"Guardrails
Example
User: /specsafe:done SPEC-20260211-004
→ Validating QA report... ✅
→ All tests passing ✅
→ Coverage: 94% ✅
→ Moving to completed/... ✅
→
→ ╔═══════════════════════════════════════╗
→ ║ SPEC-20260211-004 COMPLETE! 🎉 ║
→ ╠═══════════════════════════════════════╣
→ ║ Duration: 3 days ║
→ ║ Requirements: 8 (3 P0) ║
→ ║ Tests: 12 (all passing) ║
→ ║ Coverage: 94% ║
→ ║ Commits: 7 ║
→ ╚═══════════════════════════════════════╝
→
→ 📂 Archived to: specs/completed/SPEC-20260211-004-user-authentication.md
→ 📊 Project: 3 active, 12 completed
→
→ Ready for next spec? /specsafe:new <feature-name>
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.