ayoubben18/ab-method

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.

187Stars on the repository
56Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

ab-master

01

ayoubben18/ab-method

Command Claude Code

Master controller for the AB Method - an incremental tasking workflow system that transforms problems into tasks, then into focused missions.

187 1mo ago A 0 tokens original MIT

analyze-backend

02

ayoubben18/ab-method

Command Claude Code

Analyze backend services and APIs to understand server-side architecture, database patterns, and service structure.

187 1mo ago A 0 tokens original MIT

analyze-frontend

03

ayoubben18/ab-method

Command Claude Code

Analyze frontend architecture and components to understand UI patterns, state management, and client-side structure.

187 1mo ago A 0 tokens original MIT

analyze-project

04

ayoubben18/ab-method

Command Claude Code

Complete project structure analysis to understand architecture, patterns, and technical stack for effective AB Method task planning.

187 1mo ago A 0 tokens original MIT

create-goal

05

ayoubben18/ab-method

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.

187 1mo ago A 0 tokens original MIT

create-roadmap

06

ayoubben18/ab-method

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.

187 1mo ago A 0 tokens original MIT

ayoubben18/ab-method

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.

187 1mo ago A 0 tokens original MIT

create-task

08

ayoubben18/ab-method

Command Claude Code

Create a new task from a problem definition using the AB Method's incremental tasking workflow system.

187 1mo ago A 0 tokens original MIT

extend-goal

09

ayoubben18/ab-method

Command Claude Code

Extend an existing goal — broaden or add to its objective, building on top of what the earlier /goal run already implemented.

187 1mo ago A 0 tokens original MIT

extend-task

10

ayoubben18/ab-method

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.

187 1mo ago A 0 tokens original MIT

mastermind

11

ayoubben18/ab-method

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.

187 1mo ago A 0 tokens original MIT

resume-task

12

ayoubben18/ab-method

Command Claude Code

Resume an existing task from where it was paused, continuing with the next incomplete mission.

187 1mo ago A 0 tokens original MIT

start-roadmap

13

ayoubben18/ab-method

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.

187 1mo ago A 0 tokens original MIT

start-task

14

ayoubben18/ab-method

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 …

187 1mo ago A 0 tokens original MIT

test-mission

15

ayoubben18/ab-method

Command Claude Code

Create comprehensive tests for implemented features, ensuring quality and reliability of completed missions.

187 1mo ago A 0 tokens original MIT

update-architecture

16

ayoubben18/ab-method

Command Claude Code

Update and maintain architecture documentation to keep technical documentation current with project changes.

187 1mo ago A 0 tokens original MIT