mirror of
https://github.com/glittercowboy/get-shit-done
synced 2026-04-25 17:25:23 +02:00
Extends /gsd-progress with opt-in --forensic mode that appends a 6-check integrity audit after the standard routing report. Default behavior is byte-for-byte unchanged — the audit only runs when --forensic is explicitly passed. Checks: (1) STATE vs artifact consistency, (2) orphaned handoff files, (3) deferred scope drift, (4) memory-flagged pending work, (5) blocking operational todos, (6) uncommitted source code. Emits CLEAN or N INTEGRITY ISSUE(S) FOUND verdict with concrete next actions. Closes #2189 Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
826 B
826 B
name, description, argument-hint, allowed-tools
| name | description | argument-hint | allowed-tools | |||||
|---|---|---|---|---|---|---|---|---|
| gsd:progress | Check project progress, show context, and route to next action (execute or plan). Use --forensic to append a 6-check integrity audit after the standard report. | [--forensic] |
|
Provides situational awareness before continuing work.
<execution_context> @~/.claude/get-shit-done/workflows/progress.md </execution_context>
Execute the progress workflow from @~/.claude/get-shit-done/workflows/progress.md end-to-end. Preserve all routing logic (Routes A through F) and edge case handling.