# Speckit.status

> Progress Dashboard - Displays project progress status.

- Skill: `wedabro/speckit-status` (Agent Skill)
- Install (CLI): `npx skillmds@latest add wedabro/speckit-status`
- Raw SKILL.md: https://api.skillmd.com/api/skills/wedabro/speckit-status/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: wedabro (https://skillmd.com/u/wedabro)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/wedabro/speckit-status

---


## 🎯 Mission
Parse tasks.md → calculate progress → display visual dashboard.

## 📥 Input
- `.agents/specs/[feature]/tasks.md`

## 📋 Protocol
1. Parse tasks.md → count checkboxes:
   - `- [X]` = completed
   - `- [ ]` = pending
2. Group by Phase → calculate % for each phase.
3. Output dashboard:
   ```
   📊 Progress Dashboard: [Feature Name]
   ═══════════════════════════════════════
   Phase 1: Setup        ████████████████ 100% (4/4)
   Phase 2: Foundation   ████████░░░░░░░░  50% (3/6)
   Phase 3: User Auth    ░░░░░░░░░░░░░░░░   0% (0/5)
   ───────────────────────────────────────
   Total:                ███████░░░░░░░░░  47% (7/15)
   ```
4. List of pending tasks (next to do).

## 📤 Output
- Console: Dashboard visualization

## 🚫 Guard Rails
- DO NOT change tasks.md — read and report only.

