status
Display specification status dashboard showing workflow progress, quality scores, and pending items.
What this skill does
# Specification Status Dashboard Display the status of specifications including workflow progress, quality scores, and pending items. ## Workflow 1. **Scan Specifications** - If `--all`: Scan entire `.specs/` directory - If spec-id: Load specific specification - If no argument: Show recent/active specifications 2. **Collect Status** - Read specification metadata - Check workflow phase - Calculate quality scores - Identify pending items 3. **Generate Dashboard** - Display summary table - Show phase progress - Highlight issues ## Arguments - `$ARGUMENTS` - Specification ID or path - `--all` - Show all specifications - `--format` - Output format: table (default), json, markdown ## Examples ```bash # Show all specifications /spec-driven-development:status --all # Show specific specification /spec-driven-development:status user-auth # JSON output for tooling /spec-driven-development:status --all --format json ``` ## Dashboard Display ### Summary View (--all) ```text ╔══════════════════════════════════════════════════════════════════════╗ ║ SPECIFICATION STATUS DASHBOARD ║ ╠══════════════════════════════════════════════════════════════════════╣ ║ ║ ║ Total: 8 specifications ║ ║ ✓ Complete: 3 | 🔄 In Progress: 2 | ⏳ Pending: 3 ║ ║ ║ ╠═══════════════════════════════════════════════════════════════════════╣ ║ ID │ Phase │ Grade │ Tasks │ Issues │ Updated ║ ╠═══════════════════════════════════════════════════════════════════════╣ ║ user-auth │ Implement │ A (92)│ 5/8 done │ 0 │ 2 hours ago ║ ║ cart │ Tasks │ B (85)│ 0/6 done │ 1 │ 1 day ago ║ ║ checkout │ Plan │ B (81)│ pending │ 2 │ 3 days ago ║ ║ search │ Specify │ C (74)│ pending │ 3 │ 1 week ago ║ ║ orders │ Complete │ A (95)│ 12/12 │ 0 │ 2 weeks ago ║ ║ payments │ Complete │ A (91)│ 8/8 │ 0 │ 3 weeks ago ║ ║ inventory │ Complete │ B (88)│ 6/6 │ 0 │ 1 month ago ║ ║ reports │ Pending │ - │ - │ - │ never ║ ╚═══════════════════════════════════════════════════════════════════════╝ ⚠️ 3 specifications need attention (issues > 0) ``` ### Detailed View (single spec) ```text ╔══════════════════════════════════════════════════════════════════════╗ ║ SPECIFICATION: user-auth ║ ╠══════════════════════════════════════════════════════════════════════╣ ║ ║ ║ Phase: IMPLEMENT (4/5) ║ ║ Grade: A (92/100) ║ ║ Last Updated: 2024-01-15T14:30:00Z ║ ║ ║ ╠═══════════════════════════════════════════════════════════════════════╣ ║ WORKFLOW PROGRESS ║ ╠═══════════════════════════════════════════════════════════════════════╣ ║ ║ ║ [✓] Phase 0: Constitution ──────────────────── Complete ║ ║ [✓] Phase 1: Specify ──────────────────── Complete ║ ║ [✓] Phase 2: Plan ──────────────────── Complete ║ ║ [✓] Phase 3: Tasks ──────────────────── Complete ║ ║ [▶] Phase 4: Implement ████████████░░░░░░░░ 62% (5/8 tasks) ║ ║ ║ ╠═══════════════════════════════════════════════════════════════════════╣ ║ REQUIREMENTS STATUS ║ ╠═══════════════════════════════════════════════════════════════════════╣ ║ ║ ║ FR-1: Email Login ✓ Complete (4/4 ACs) ║ ║ FR-2: OAuth Login 🔄 In Progress (2/3 ACs) ║ ║ FR-3: Session Management ⏳ Pending (0/5 ACs) ║ ║ NFR-1: Performance ✓ Complete (2/2 ACs) ║ ║ ║ ╠═══════════════════════════════════════════════════════════════════════╣ ║ TASK STATUS ║ ╠═══════════════════════════════════════════════════════════════════════╣ ║ ║ ║ [✓] TASK-1: Create user model ║ ║ [✓] TASK-2: Implement password hashing ║ ║ [✓] TASK-3: Create login endpoint ║ ║ [✓] TASK-4: Add email validation ║ ║ [✓] TASK-5: Implement JWT generation ║ ║ [▶] TASK-6: Add OAuth provider integration ← CURRENT ║ ║ [ ] TASK-7: Create session storage ║ ║ [ ] TASK-8: Add logout endpoint ║ ║ ║ ╠═══════════════════════════════════════════════════════════════════════╣ ║ ARTIFACTS ║ ╠═══════════════════════════════════════════════════════════════════════╣ ║ ║ ║ 📄 Specification: .specs/user-auth/spec.md ║ ║ 📐 Design: .specs/user-auth/design.md ║ ║ 📋 Tasks: .specs/user-auth/tasks.md ║ ║ 📊 Last Audit: 2024-01-14 (Grade: A) ║ ║ ║ ╚═══════════════════════════════════════════════════════════════════════╝ Next Action: Complete TASK-6 (OAuth provider integration) ``` ## Status Indicators | Icon | Meaning | | --- | --- | | ✓ | Complete | | 🔄 | In Progress | | ⏳ | Pending | | ▶ | Current Task | | ⚠️ | Has Issues | ## Grades | Grade | Score | Meaning | | --- | --- | --- | | A+ | 95-100 | Exceptional quality | | A | 90-94 | Excellent | | B | 80-89 | Good | | C | 70-79 | Acceptable | | D | 60-69 | Needs work | | F | <60 | Failing | ## Related Commands - `/spec-driven-development:audit` - Full quality audit - `/spec-driven-development:validate` - Validate specification - `/spec-driven-development:implement` - Continue implementation - `/spec-driven-development:speckit-run` - Resume workflow
Related in Data & Analytics
clawarr-suite
IncludedComprehensive management for self-hosted media stacks (Sonarr, Radarr, Lidarr, Readarr, Prowlarr, Bazarr, Overseerr, Plex, Tautulli, SABnzbd, Recyclarr, Unpackerr, Notifiarr, Maintainerr, Kometa, FlareSolverr). Deep library exploration, analytics, dashboard generation, content management, request handling, subtitle management, indexer control, download monitoring, quality profile sync, library cleanup automation, notification routing, collection/overlay management, and media tracker integration (Trakt, Letterboxd, Simkl).
querying-soql
IncludedSOQL query generation, optimization, and analysis with 100-point scoring. Use this skill when the user needs SOQL/SOSL authoring or optimization: natural-language-to-query generation, relationship queries, aggregates, query-plan analysis, and performance or safety improvements for Salesforce queries. TRIGGER when: user writes, optimizes, or debugs SOQL/SOSL queries, touches .soql files, or asks about relationship queries, aggregates, or query performance. DO NOT TRIGGER when: bulk data operations (use handling-sf-data), Apex DML logic (use generating-apex), or report/dashboard queries.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
habit-flow
IncludedAI-powered atomic habit tracker with natural language logging, streak tracking, smart reminders, and coaching. Use for creating habits, logging completions naturally ("I meditated today"), viewing progress, and getting personalized coaching.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
visualizing-data
IncludedBuilds dashboards, reports, and data-driven interfaces requiring charts, graphs, or visual analytics. Provides systematic framework for selecting appropriate visualizations based on data characteristics and analytical purpose. Includes 24+ visualization types organized by purpose (trends, comparisons, distributions, relationships, flows, hierarchies, geospatial), accessibility patterns (WCAG 2.1 AA compliance), colorblind-safe palettes, and performance optimization strategies. Use when creating visualizations, choosing chart types, displaying data graphically, or designing data interfaces.