
Archive completed task/spec work to ./.gtd/archive/
Analyze codebase architecture. Creates ./.gtd/CODEBASE.md
Archive completed debug work to ./.gtd/archive/
Inspect code and propose root cause hypotheses. Creates ./.gtd/debug/current/HYPOTHESES.md
Clarify and document bug symptoms. Creates ./.gtd/debug/current/SYMPTOM.md
Verify hypotheses with debug logging. Updates ./.gtd/debug/current/ROOT_CAUSE.md
Analyze codebase architecture. Creates ./.gtd/CODEBASE.md
Create sequential phases from spec. Creates ./.gtd/<task_name>/ROADMAP.md. User manually trigger, do not auto invoke this.
manual trigger by user, do not auto invoke
Define what you want to build. Creates ./.gtd/<task_name>/SPEC.md. User manually trigger, do not auto invoke this.
Archive completed task/spec work to ./.gtd/archive/. User manually trigger, do not auto invoke this.
Create comprehensive commit message from spec phases and commit all changes
Execute bug fix plan. Creates ./.gtd/debug/current/FIX_SUMMARY.md
(Optional) Discuss and refine a phase plan before execution
Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.
Create execution plan to fix root cause. Creates ./.gtd/debug/current/FIX_PLAN.md
Create execution plan for a phase. Creates ./.gtd/<task_name>/{phase}/PLAN.md. User manually trigger, do not auto invoke this.
Trace execution paths and document how code actually behaves. Use when you need to understand how features work, walk through code flows, explain component behavior, trace where data comes from, understand relationships between components, or audit for orphaned events and dead code.
Create sequential phases from spec. Creates ./.gtd/<task_name>/ROADMAP.md
Verify that "Must Have" requirements from SPEC.md are implemented in the codebase.
Verify that "Must Have" requirements from SPEC.md are implemented in the codebase. User manually trigger, do not auto invoke this.
Initialize project backlog from architecture docs. Creates ./.gtd/BACKLOG.md
Execute a plan. Creates ./.gtd/<task_name>/{phase}/SUMMARY.md
Break a high-level backlog item into executable sub-items
Create execution plan for a phase. Creates ./.gtd/<task_name>/{phase}/PLAN.md
Archive completed task/spec work to ./.gtd/archive/
Create SPEC.md for the next backlog item. Creates ./.gtd/<task_name>/SPEC.md
Define what you want to build. Creates ./.gtd/<task_name>/SPEC.md
Create comprehensive commit message from spec phases and commit all changes. User manually trigger, do not auto invoke this.
Execute a plan. Creates ./.gtd/<task_name>/{phase}/SUMMARY.md. User manually trigger, do not auto invoke this.
Update CODEBASE.md with working knowledge gained during task execution. User manually trigger, do not auto invoke this.
manual trigger by user, do not auto invoke