extend-task
49Command 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
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.
Instructions file
Instructions for ayoubben18/ab-method, a project described as: 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.
Skill Claude CodeCodex
Interrogate the user about a plan or design, then iterate against user-supplied acceptance checks in a self-scoring loop until every check passes. Use when the user wants their plan stress-tested AND wants the model to keep refining until a concrete set of pass/fail criteria are satisfied. Triggers on "grill me with…