gsd-debugger
01toonight/get-shit-done-for-antigravity
Agent Codex
Diagnoses one issue with hypothesis-driven debugging on a clean context, applying the 3-strike rule. Invoke from /debug when a polluted context has stopped making progress.
toonight/get-shit-done-for-antigravity
Agent Codex
Diagnoses one issue with hypothesis-driven debugging on a clean context, applying the 3-strike rule. Invoke from /debug when a polluted context has stopped making progress.
toonight/get-shit-done-for-antigravity
Agent Codex
Executes exactly one GSD PLAN.md with atomic per-task commits, deviation handling, and a SUMMARY.md artifact. Invoke once per plan so every plan execution starts from a clean context.
toonight/get-shit-done-for-antigravity
Agent Codex
Decomposes one roadmap phase into atomic PLAN.md files with wave assignments and verification criteria. Invoke from /plan so plan authoring does not consume the orchestrator's context.
toonight/get-shit-done-for-antigravity
Agent Codex
Runs discovery — codebase mapping or technical research for a phase — and writes the findings to disk. Invoke from /map, /plan, and /research-phase so exploration never lands in the orchestrator's context.
toonight/get-shit-done-for-antigravity
Agent Codex
Independently validates a completed phase against its must-haves using empirical evidence from the codebase. Invoke from /verify so verification runs on a context that never saw the implementation.
toonight/get-shit-done-for-antigravity
Skill Claude CodeCodex
Analyzes existing codebases to understand structure, patterns, and technical debt.
toonight/get-shit-done-for-antigravity
Skill Claude CodeCodex
Strategies for compressing context to maximize token efficiency.
toonight/get-shit-done-for-antigravity
Skill Claude CodeCodex
Search-first skill to reduce unnecessary file reads by searching before loading.
toonight/get-shit-done-for-antigravity
Skill Claude CodeCodex
Monitors context complexity and triggers state dumps before quality degrades.
toonight/get-shit-done-for-antigravity
Skill Claude CodeCodex
Systematic debugging with persistent state and fresh context advantages.
toonight/get-shit-done-for-antigravity
Skill Claude CodeCodex
Requires proof before marking work complete — no "trust me, it works".
toonight/get-shit-done-for-antigravity
Skill Claude CodeCodex
Executes GSD plans with atomic commits, deviation handling, checkpoint protocols, and state management.
toonight/get-shit-done-for-antigravity
Skill Claude CodeCodex
Validates plans before execution to catch issues early.
toonight/get-shit-done-for-antigravity
Skill Claude CodeCodex
Creates executable phase plans with task breakdown, dependency analysis, and goal-backward verification.
toonight/get-shit-done-for-antigravity
Skill Claude CodeCodex
Canonical protocol for delegating GSD work to native Antigravity subagents — when to delegate, how to invoke, workspace isolation modes, and the inline fallback for older IDE versions.
toonight/get-shit-done-for-antigravity
Skill Claude CodeCodex
Manages token budget estimation and tracking to prevent context overflow.
toonight/get-shit-done-for-antigravity
Skill Claude CodeCodex
Validates implemented work against spec requirements with empirical evidence.
Settings file Claude Code
Agent settings declaring 9 allowed tools.
Agent Claude Code
Maintains documentation and delivery artifacts. Updates Kanban board, story status, changelogs, and project documentation after work is completed.
Agent Claude Code
Executes bounded implementation tasks within an active Story scope. Use for coding, configuration, and technical work that has been planned and scoped.
Agent Claude Code
Creates and refines planning artifacts including initiatives, features, stories, and sprint plans. Use when new work needs to be structured before implementation begins.
Agent Claude Code
StoryForge orchestrator. Reviews planning, identifies active work, prevents unstructured implementation, delegates to specialists, and updates delivery artifacts.
Agent Claude Code
Reviews code, configuration, and artifacts for quality, correctness, and adherence to StoryForge conventions. Use after implementation to verify work quality.
Agent Claude Code
Performs a comprehensive security audit of the project. Scans for hardcoded secrets, injection vulnerabilities, dangerous configurations, and risky patterns. Use at the end of each sprint or before any release.