33 markdown files organized for GitBook import with SUMMARY.md navigation. Covers installation, core concepts, auto mode, configuration, all providers, cost management, skills, parallel orchestration, remote questions, teams, headless CI, and full command reference. User-facing only — no internal/dev content. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1.7 KiB
1.7 KiB
Captures & Triage
Captures let you fire-and-forget thoughts during auto-mode execution. Instead of pausing auto mode to steer, capture ideas, bugs, or scope changes and let GSD triage them at natural seams between tasks.
Quick Start
While auto mode is running (or any time):
/gsd capture "add rate limiting to the API endpoints"
/gsd capture "the auth flow should support OAuth, not just JWT"
Captures are appended to .gsd/CAPTURES.md and triaged automatically between tasks.
How It Works
Capture → Triage → Confirm → Resolve → Resume
- Capture — your thought is saved with a timestamp
- Triage — between tasks, GSD classifies each capture
- Confirm — you see the proposed resolution and approve or adjust
- Resolve — the resolution is applied
- Resume — auto mode continues
Classification Types
Each capture is classified into one of five types:
| Type | Meaning | What Happens |
|---|---|---|
quick-task |
Small, self-contained fix | Executed immediately |
inject |
New task needed in current slice | Task added to active slice |
defer |
Important but not urgent | Deferred to roadmap reassessment |
replan |
Changes the current approach | Triggers slice replan |
note |
Informational, no action needed | Acknowledged, no changes |
Plan-modifying resolutions (inject, replan) require your confirmation.
Manual Triage
Trigger triage manually at any time:
/gsd triage
Useful when you've accumulated several captures and want to process them before the next natural seam.
Dashboard Integration
The progress widget shows a pending capture count badge when captures are waiting for triage.