Agent skill
specsafe-status
Show SpecSafe project status and metrics.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/specsafe-status-agentic-engineering--specsafe
Metadata
Additional technical details for this skill
- author
- Agentic Engineering
- version
- 1.0
SKILL.md
Show SpecSafe project status, metrics, and spec overview.
When to use:
- Check project progress
- View metrics by stage
- See active specs
- Get project overview
Steps
-
Run status command
bashspecsafe status -
Display results
Show:
- Project name and version
- Total specs count
- Specs by stage (SPEC, TEST, CODE, QA, COMPLETE)
- Completion rate
- Recent specs (last 5)
- Average cycle time
-
Offer additional actions
Based on status, suggest:
- Continue work on active specs
- Start new specs
- Review completed specs
- Archive old specs
Output
Status report including:
- Project metrics
- Stage breakdown
- Recent activity
- Suggestions for next actions
Example Output
📊 MyProject - Project Status
Metrics:
Total Specs: 12
Completion Rate: 58.3%
Last Updated: 2024-02-04
By Stage:
SPEC 2
TEST 1
CODE 2
QA 0
COMPLETE 7
Recent Specs:
SPEC-20240204-001 - User Auth [CODE]
SPEC-20240203-002 - Payment API [COMPLETE]
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?