mirror of
https://github.com/glittercowboy/get-shit-done
synced 2026-04-25 17:25:23 +02:00
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>
534 B
534 B
name, description, allowed-tools
| name | description | allowed-tools | ||
|---|---|---|---|---|
| gsd:stats | Display project statistics — phases, plans, requirements, git metrics, and 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.