# Ab Mastermind

> 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.

- Skill: `ayoubben18/ab-mastermind` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ayoubben18/ab-mastermind`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ayoubben18/ab-mastermind/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: ayoubben18 (https://skillmd.com/u/ayoubben18)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/ayoubben18/ab-mastermind

---


This skill runs the AB Method **mastermind** workflow.

Follow the workflow defined in `.ab-method/core/mastermind.md` exactly — it contains the full routing logic, the goal-vs-task decision guide, and the end-to-end explanation.

Before doing anything, check `.ab-method/structure/index.yaml`. It defines where every workflow reads from and writes to. Paths are user-configurable; never hardcode them.

Mastermind is deliberately thin: it discovers the available `ab-*` workflow skills at runtime, matches the user's intent, and delegates to the matching skill. It never reproduces another workflow's process.

