Files
get-shit-done/commands/gsd/stats.md
ashanuoc 944df19926 feat: add /gsd:stats command for project statistics
Add a new `/gsd:stats` command that displays comprehensive project
statistics including phase progress, plan execution metrics, requirements
completion, git history, and timeline information.

- New command definition: commands/gsd/stats.md
- New workflow: get-shit-done/workflows/stats.md
- CLI handler: `gsd-tools stats [json|table]`
- Stats function in commands.cjs with JSON and table output formats
- 5 new tests covering empty project, phase/plan counting, requirements
  counting, last activity, and table format rendering

Co-authored-by: ashanuoc <ashanuoc@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 21:58:09 -06:00

534 B

name, description, allowed-tools
name description allowed-tools
gsd:stats Display project statistics — phases, plans, requirements, git metrics, and timeline
Read
Bash
Display comprehensive project statistics including phase progress, plan execution metrics, requirements completion, git history stats, and project timeline.

<execution_context> @~/.claude/get-shit-done/workflows/stats.md </execution_context>

Execute the stats workflow from @~/.claude/get-shit-done/workflows/stats.md end-to-end.