ayoubben18

57 mods across 2 repositories, 189 stars between them.

ab-analyze-backend

01

ayoubben18/ab-method

Skill Claude CodeCodex

Analyze and document a project's backend patterns — API design, data access, service structure. Use when the user wants a backend-only architecture analysis.

187 1mo ago A 34 tokens original MIT

ab-analyze-frontend

02

ayoubben18/ab-method

Skill Claude CodeCodex

Analyze and document a project's frontend patterns — component structure, state management, conventions. Use when the user wants a frontend-only architecture analysis.

187 1mo ago A 33 tokens original MIT

ab-analyze-project

03

ayoubben18/ab-method

Skill Claude CodeCodex

Analyze a project's architecture end to end — extract domain language, map the tech stack, document frontend and backend patterns. Use when onboarding a new codebase or refreshing the architecture baseline.

187 1mo ago A 41 tokens original MIT

ab-create-goal

04

ayoubben18/ab-method

Skill Claude CodeCodex

Produce a ready-to-run prompt for an autonomous /goal loop. Use when the user wants to hand off one continuous objective with a verifiable stop condition to run autonomously.

187 1mo ago A 40 tokens original MIT

ab-create-roadmap

05

ayoubben18/ab-method

Skill Claude CodeCodex

Turn a larger idea into a dependency-ordered roadmap of tasks — the layer above create-task. Use when the work is several distinct tasks with real ordering between them (schema before API before UI), and you want the whole task graph drawn before implementing. Producer only; ab-start-roadmap executes it.

187 1mo ago A 65 tokens original MIT

ayoubben18/ab-method

Skill Claude CodeCodex

Resume a handoff (a side-topic spun off mid-grill) and turn it into a test-driven task. Use when the user wants to continue grilling on a deferred topic captured under docs/handoffs/.

187 1mo ago A 49 tokens original MIT

ab-create-task

07

ayoubben18/ab-method

Skill Claude CodeCodex

Create a focused task and break it into test-driven missions. Use when the user wants to start a new feature, fix a bug, or begin implementation work.

187 1mo ago A 36 tokens original MIT

ab-extend-goal

08

ayoubben18/ab-method

Skill Claude CodeCodex

Extend an existing goal — broaden or add to its objective, building on top of what the earlier /goal run already implemented. Use when the user wants to expand a goal after a /goal run.

187 1mo ago A 46 tokens original MIT

ab-extend-task

09

ayoubben18/ab-method

Skill Claude CodeCodex

Append new missions to an existing task. Use when requirements changed or scope grew on a task already underway.

187 1mo ago A 26 tokens original MIT

ab-mastermind

10

ayoubben18/ab-method

Skill Claude CodeCodex

The intelligent entry point to the AB Method. Use when the user isn't sure which workflow they need, asks whether to create a goal or a task, or wants to understand how the AB Method works end to end. Routes intent to the right workflow instead of reimplementing it.

187 1mo ago A 60 tokens original MIT

ab-resume-task

11

ayoubben18/ab-method

Skill Claude CodeCodex

Continue an existing task from its progress tracker. Use when the user wants to resume, continue, or pick up earlier task work.

187 1mo ago A 31 tokens original MIT

ab-start-roadmap

12

ayoubben18/ab-method

Skill Claude CodeCodex

Execute a roadmap autonomously to completion — the layer above start-task. Use when a roadmap's tasks are planned and you want them run in dependency order, with independent tasks optionally in parallel. Verifies the dependency tree is planned before running; stops if a needed task has no plan. Executor only.

187 1mo ago A 65 tokens original MIT

ab-start-task

13

ayoubben18/ab-method

Skill Claude CodeCodex

Run an existing task autonomously to completion — each remaining mission in a subagent with tdd, tracker updated per mission, a commit after every green mission. Use when the user wants to hand off a well-defined task and review commits instead of missions.

187 1mo ago A 55 tokens original MIT

ab-test-mission

14

ayoubben18/ab-method

Skill Claude CodeCodex

Add retroactive test coverage for code that was not written test-first. Use when the user wants to backfill tests.

187 1mo ago A 29 tokens original MIT

ayoubben18/ab-method

Skill Claude CodeCodex

Refresh architecture and domain documentation after impactful changes. Use when code has drifted from the documented architecture.

187 1mo ago A 25 tokens original MIT

codebase-design

16

ayoubben18/ab-method

Skill Claude CodeCodex

Shared vocabulary and principles for designing deep modules — small interfaces, clean seams, testable through the interface. Use when designing or improving a module's interface, deciding where a seam goes, hunting deepening opportunities, making code more testable, or when another skill needs the deep-module…

187 1mo ago A 62 tokens original MIT

critique-plan

17

ayoubben18/ab-method

Skill Claude CodeCodex

Pre-implementation critic. Spins up a read-only domain critic that challenges a drafted plan — a task's missions or a roadmap's task graph — against the ubiquitous language, CONTEXT.md, and ADRs, and pushes back ONLY on genuine conflicts. Silent when the plan is sound. Use before implementing (from create-task /…

187 1mo ago A 86 tokens original MIT

domain-model

18

ayoubben18/ab-method

Skill Claude CodeCodex

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.

187 1mo ago A 54 tokens copy · 88% MIT

grill-me

19

ayoubben18/ab-method

Skill Claude CodeCodex

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

187 1mo ago A 49 tokens copy · 92% MIT

grill-with-docs

20

ayoubben18/ab-method

Skill Claude CodeCodex

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Parks the rare question you genuinely can't answer yet as an unresolved question with a placeholder, so the build proceeds instead of…

187 1mo ago A 83 tokens original MIT

handoff

21

ayoubben18/ab-method

Skill Claude CodeCodex

Compact the current conversation (or a side-topic that surfaced mid-grill) into a handoff document another agent can pick up. Use when a tangent deserves its own task, or to summarize a session for a fresh agent.

187 1mo ago A 48 tokens original MIT

ayoubben18/ab-method

Skill Claude CodeCodex

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick. Informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled…

187 1mo ago A 85 tokens original MIT

reconcile-roadmap

23

ayoubben18/ab-method

Skill Claude CodeCodex

Cross-plan coherence critic for a whole roadmap. Reads roadmap.md plus every planned task's progress-tracker.md and pushes back ONLY on genuine discrepancies BETWEEN the finished plans — broken seams, coverage gaps, duplicated work, reversed/missing edges, terminology drift, conflicting assumptions. Read-only; silent…

187 1mo ago A 80 tokens original MIT

ayoubben18/ab-method

Skill Claude CodeCodex

Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor, create a refactoring RFC, or break a refactor into safe incremental steps.

187 1mo ago A 53 tokens copy · 88% MIT