ab-master
01Command Claude Code
Master controller for the AB Method - an incremental tasking workflow system that transforms problems into tasks, then into focused missions.
A workflow system for Claude Code and Codex. It grills a problem into a domain-grounded plan, then either drives it through test-driven missions you review one at a time, or hands it to an autonomous /goal loop that runs to a verifiable stop condition.
Command Claude Code
Master controller for the AB Method - an incremental tasking workflow system that transforms problems into tasks, then into focused missions.
Command Claude Code
Analyze backend services and APIs to understand server-side architecture, database patterns, and service structure.
Command Claude Code
Analyze frontend architecture and components to understand UI patterns, state management, and client-side structure.
Command Claude Code
Complete project structure analysis to understand architecture, patterns, and technical stack for effective AB Method task planning.
Command Claude Code
Produce a ready-to-run goal prompt for an autonomous /goal loop (Claude Code or Codex), using the AB Method's grilling + domain-grounding workflow.
Command Claude Code
Turn a larger idea into a dependency-ordered roadmap of tasks — the layer above /create-task. Grills the idea once to draw the task graph, writes roadmap.md, and hands you the per-task planning prompts. Producer only; /start-roadmap executes it.
Command Claude Code
Resume a handoff — a side-topic that was captured mid-grill via the handoff skill — and turn it into a test-driven task. The bridge between two grilling sessions.
Command Claude Code
Create a new task from a problem definition using the AB Method's incremental tasking workflow system.
Command Claude Code
Extend an existing goal — broaden or add to its objective, building on top of what the earlier /goal run already implemented.
Command Claude Code
Add new missions to an existing task after initial missions have been completed. Useful when requirements change or new features need to be added to an ongoing task.
Command Claude Code
The intelligent entry point to the AB Method. Figures out what you want to do and routes you to the right workflow — or explains how the method fits together end to end. Where /ab-master is a static menu, /mastermind reasons about your intent and hands off.
Command Claude Code
Resume an existing task from where it was paused, continuing with the next incomplete mission.
Command Claude Code
Execute a roadmap autonomously to completion — the layer above /start-task. Verifies the dependency tree is planned, then runs each task in dependency order (each task like /start-task), with independent tasks optionally running in parallel. Executor only.
Command Claude Code
Run an existing task autonomously to completion — /resume-task with the /goal philosophy. Each remaining mission runs in a subagent that follows tdd and updates the progress tracker itself; the parent verifies tests and commits after every finished mission. Starts immediately on invocation — no "Proceed?" prompt …
Command Claude Code
Create comprehensive tests for implemented features, ensuring quality and reliability of completed missions.
Command Claude Code
Update and maintain architecture documentation to keep technical documentation current with project changes.