Files
get-shit-done/commands/gsd/validate-phase.md
Tom Boucher 1452b1275b fix(dispatcher): rename Task→Agent in allowed-tools, workflow prose, and agent tools frontmatter
Fixes #3168

The Claude Code subagent dispatcher tool is named `Agent` (with `subagent_type`
parameter). The `Task*` namespace (TaskCreate, TaskList, TaskGet, TaskUpdate,
TaskOutput, TaskStop) is the separate task-tracker. GSD's commands, workflows,
and agents were partially migrated and still referenced `- Task` / `Task(` in
55 files, causing orchestrators to silently fall back to inline execution when
no `Task` tool appeared on their tool surface.

Changes:
- `commands/gsd/*.md` allowed-tools: replaced `- Task` with `- Agent` in 24
  files; removed duplicate `- Task` from autonomous.md (already had `- Agent`)
- `get-shit-done/workflows/*.md`: replaced dispatcher `Task(` → `Agent(` in
  29 workflow files (~133 call sites); TaskCreate/List/Get/Update/Output/Stop
  left untouched
- `agents/gsd-debug-session-manager.md`: replaced `Task` → `Agent` in tools
  frontmatter (the only remaining agent with the wrong name)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-06 15:00:08 -04:00

830 B

name, description, argument-hint, allowed-tools
name description argument-hint allowed-tools
gsd:validate-phase Retroactively audit and fill Nyquist validation gaps for a completed phase [phase number]
Read
Write
Edit
Bash
Glob
Grep
Agent
AskUserQuestion
Audit Nyquist validation coverage for a completed phase. Three states: - (A) VALIDATION.md exists — audit and fill gaps - (B) No VALIDATION.md, SUMMARY.md exists — reconstruct from artifacts - (C) Phase not executed — exit with guidance

Output: updated VALIDATION.md + generated test files.

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

Phase: $ARGUMENTS — optional, defaults to last completed phase. Execute end-to-end. Preserve all workflow gates.