SubagentStop
25bitflight-devops/hallucination-detector
Hook
Runs when a subagent finishes, executing hallucination-audit-stop.cjs via node. From bitflight-devops/hallucination-detector.
bitflight-devops/hallucination-detector
Hook
Runs when a subagent finishes, executing hallucination-audit-stop.cjs via node. From bitflight-devops/hallucination-detector.
bitflight-devops/hallucination-detector
Hook
Runs after a tool call finishes, executing hallucination-audit-incremental.cjs via node. From bitflight-devops/hallucination-detector.
Skill Claude CodeCodex
Strategic rebase with mandatory pre-analysis. Use when asked to rebase a branch onto main (or any target). Runs a file-level diff of both sides before touching git, produces a per-file disposition plan (KEEP/MERGE/DROP/REWRITE), and only then executes the rebase. Prevents surprise conflicts and silent data loss from…
Skill Claude CodeCodex
Work through every unresolved review thread on a PR to completion — validate, fix if warranted, reply, resolve, then re-check on a bounded schedule. Use after pushing a commit to a PR, or when asked to check or address PR reviews.
Agent Claude Code
Explores codebase and writes structured analysis documents. Spawned by map-codebase with a focus area (tech, arch, quality, concerns). Writes documents directly to reduce orchestrator context load.
Agent Claude Code
Investigates bugs using scientific method, manages debug sessions, handles checkpoints. Spawned by /gsd:debug orchestrator.
Agent Claude Code
Executes GSD plans with atomic commits, deviation handling, checkpoint protocols, and state management. Spawned by execute-phase orchestrator or execute-plan command.
Agent Claude Code
Verifies cross-phase integration and E2E flows. Checks that phases connect properly and user workflows complete end-to-end.
Agent Claude Code
Fills Nyquist validation gaps by generating tests and verifying coverage for phase requirements.
Agent Claude Code
Researches how to implement a phase before planning. Produces RESEARCH.md consumed by gsd-planner. Spawned by /gsd:plan-phase orchestrator.
Agent Claude Code
Verifies plans will achieve phase goal before execution. Goal-backward analysis of plan quality. Spawned by /gsd:plan-phase orchestrator.
Agent Claude Code
Creates executable phase plans with task breakdown, dependency analysis, and goal-backward verification. Spawned by /gsd:plan-phase orchestrator.
Agent Claude Code
Researches domain ecosystem before roadmap creation. Produces files in .planning/research/ consumed during roadmap creation. Spawned by /gsd:new-project or /gsd:new-milestone orchestrators.
Agent Claude Code
Synthesizes research outputs from parallel researcher agents into SUMMARY.md. Spawned by /gsd:new-project after 4 researcher agents complete.
Agent Claude Code
Creates project roadmaps with phase breakdown, requirement mapping, success criteria derivation, and coverage validation. Spawned by /gsd:new-project orchestrator.
Agent Claude Code
Verifies phase goal achievement through goal-backward analysis. Checks codebase delivers what phase promised, not just that tasks completed. Creates VERIFICATION.md report.
Agent Claude Code
Reads .drift-pending.json, cross-references vendor doc changes against schema x-audited.source fields, and writes an evidence-based drift report. Detection only -- does not modify schemas.
Command Claude Code
Add phase to end of current milestone in roadmap.
Command Claude Code
Generate tests for a completed phase based on UAT criteria and implementation.
Command Claude Code
Capture idea or task as todo from current conversation context.
Command Claude Code
Audit milestone completion against original intent before archiving.
Command Claude Code
List pending todos and select one to work on.
Command Claude Code
Archive accumulated phase directories from completed milestones.
Command Claude Code
Archive completed milestone and prepare for next version.