# Specsafe Status

> Show SpecSafe project status and metrics.

- Skill: `majiayu000/specsafe-status` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/specsafe-status`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/specsafe-status/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/specsafe-status

---


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**

1. **Run status command**

   ```bash
   specsafe status
   ```

2. **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

3. **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]
```
