Skip to content

Open-Agent-Tools/spec-kit-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

27 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Status Report β€” Spec Kit Extension

A Spec Kit extension that adds the /speckit.status-report.show command, giving you an at-a-glance view of project and feature progress across the spec-driven development workflow.

Features

  • Pipeline view β€” all features with their workflow stage (Specify β†’ Plan β†’ Tasks β†’ Implement)
  • Artifact status β€” which documents exist for the current feature
  • Task progress β€” completion counts and percentages for features in implementation
  • Checklist tracking β€” progress on any quality checklists
  • Next action β€” recommends the exact command to run next
  • JSON output β€” machine-readable format for tooling integration
  • Cross-platform: Bash (macOS/Linux) and PowerShell (Windows)

Installation

directly from GitHub:

specify extension add --from https://github.com/Open-Agent-Tools/spec-kit-status/archive/refs/tags/v1.3.4.zip EXTENSION

Usage

/speckit.status-report.show [feature] [flags]

Flags

Flag Description
(none) Show overview + current branch's feature detail
--all Overview only, no feature detail
--verbose Add task phase breakdown and checklist details
--feature <name> Target a specific feature by name, number, or path
--json Machine-readable JSON output

Examples

/speckit.status-report.show
/speckit.status-report.show --all
/speckit.status-report.show --verbose
/speckit.status-report.show 002
/speckit.status-report.show 002-dashboard
/speckit.status-report.show --feature 002-dashboard --json

Output

Default view:

Spec-Driven Development Status

Project: my-app
Branch: 002-dashboard
Constitution: βœ“ Defined (v1.0.0)

Features
+-----------------+---------+------+-------+------------------+
| Feature         | Specify | Plan | Tasks | Implement        |
+-----------------+---------+------+-------+------------------+
| 001-onboarding  |    βœ“    |  βœ“   |   βœ“   | βœ“ Complete       |
| 002-dashboard < |    βœ“    |  βœ“   |   βœ“   | ● 12/18 (67%)    |
+-----------------+---------+------+-------+------------------+

Legend: βœ“ complete  ● in progress  β—‹ ready  - not started

002-dashboard

Artifacts:
  βœ“ spec.md        βœ“ plan.md        βœ“ tasks.md
  βœ“ research.md    - data-model.md  - quickstart.md
  - contracts/     - checklists/

Next: /speckit.implement
  Continue implementation (12/18 tasks complete)

Requirements

  • Spec Kit >=0.1.0
  • Bash (macOS/Linux) or PowerShell (Windows)
  • Git (optional β€” used for branch detection)

License

MIT β€” see LICENSE

Changelog

See CHANGELOG.md

About

spec-kit-status extension

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors