This repository is a Claude Code plugin marketplace. It ships one plugin — BMAD Planning & Orchestrator — that harnesses the BMAD Method to plan, document, and orchestrate software work as conflict-free parallel workstreams, then hands implementation off to
> /plugin marketplace add aj-geddes/claude-code-bmad-skills> /plugin install bmad-planning-orchestrator@bmad-method-harness
Repo: aj-geddes/claude-code-bmad-skills
What's inside
This repository is a Claude Code plugin marketplace. It ships one plugin — BMAD Planning & Orchestrator — that harnesses the BMAD Method to plan, document, and orchestrate software work as conflict-free parallel workstreams, then hands implementation off to your dev tools.
It plans and orchestrates. It does not write the code.
Documentation site: https://aj-geddes.github.io/claude-code-bmad-skills
The BMAD Method™ (Breakthrough Method for Agile AI-Driven Development) is created and maintained by the BMAD Code Organization. This repository is an independent Claude Code harness for the method — not an official BMAD product, and no endorsement is implied. All methodology credit belongs to the BMAD Code Organization.
The methodology, agent roles, workflow patterns, document shapes, and all BMAD
concepts are the intellectual property of the BMAD Code Organization. See
bmad-planning-orchestrator/ATTRIBUTION.md.
/plugin marketplace add aj-geddes/claude-code-bmad-skills
/plugin install bmad-planning-orchestrator@bmad-method-harness
Then /reload-plugins (or restart Claude Code). That's it — no installer script,
no npx, no copying into ~/.claude. Updates flow through the marketplace.
Local development: claude --plugin-dir ./bmad-planning-orchestrator
The plugin runs the BMAD lifecycle — Analysis → Planning → Solutioning →
Implementation-handoff — right-sized by an interactive track (Quick Flow /
BMad Method / Enterprise), and stops at a ready-for-dev story file plus a
tool-agnostic handoff manifest.
Its signature contribution is making parallel AI development safe:
handoff-manifest.json lets any dev runner pick up the work.Full skill catalog, flow diagram, and the handoff contract are in the plugin
README: bmad-planning-orchestrator/README.md.
This project began as a suite of Claude Code skills installed by a bash/ PowerShell script. Two things changed:
developer/dev-story/lint/coverage pieces were removed.If you used the old skills install, see MIGRATION.md.
claude-code-bmad-skills/
├── .claude-plugin/
│ └── marketplace.json # the marketplace (one plugin)
├── bmad-planning-orchestrator/ # ← the plugin
│ ├── .claude-plugin/plugin.json
│ ├── skills/ # 20 planning/orchestration skills
│ ├── agents/ # planning subagents
│ ├── hooks/ # next-step nudges
│ ├── scripts/ resources/ # shared utils + guides
│ ├── README.md ATTRIBUTION.md LICENSE CHANGELOG.md
├── docs/ # GitHub Pages site
├── CLAUDE.md CONTRIBUTING.md MIGRATION.md LICENSE
See CONTRIBUTING.md. The one rule that defines this project: every contribution stays on the planning/orchestration side of the line — nothing here writes, runs, tests, or reviews application code.
MIT — see LICENSE. The BMAD Method™ name and methodology belong to the BMAD Code Organization; this license covers only the Claude Code plugin implementation.
.claude-plugin/
marketplace.json
.gitignore
bmad-planning-orchestrator/
.claude-plugin/
plugin.json
agents/
epic-scoper.md
readiness-auditor.md
story-author.md
ATTRIBUTION.md
CHANGELOG.md
examples/
parallelization-plan.example.md
hooks/
hooks.json
scripts/
session-start.sh
suggest-next.sh
LICENSE
README.md
resources/
bmad-method-mapping.md
conflict-avoidance-guide.md
helpers.md
story-sizing-guide.md
track-selection-guide.md
scripts/
check-phase.sh
load-config.sh
scope-conflict-check.sh
select-track.sh
update-status.sh
skills/
bmad-architecture/
REFERENCE.md
scripts/
nfr-checklist.sh
validate-architecture.sh
SKILL.md
templates/
adr.template.md
architecture.template.md
bmad-brainstorm/
scripts/
scamper-prompts.sh
swot-template.sh
SKILL.md
templates/
brainstorm-session.template.md
bmad-builder/
scripts/
scaffold-skill.sh
validate-skill.sh
SKILL.md
templates/
document.template.md
skill.template.md
bmad-correct-course/
SKILL.md
templates/
course-correction.template.md
bmad-document-project/
SKILL.md
templates/
project-documentation.template.md
bmad-epics-and-stories/
REFERENCE.md
scripts/
generate-story-id.sh
SKILL.md
templates/
epic.template.md
story.template.md
bmad-handoff/
REFERENCE.md
SKILL.md
templates/
handoff-manifest.schema.json
handoff-manifest.template.json
bmad-help/
REFERENCE.md
scripts/
detect-state.sh
recommend-next.sh
SKILL.md
bmad-init/
REFERENCE.md
scripts/
init-project.sh
select-track.sh
SKILL.md
templates/
config.template.yaml
decision-log.template.md
project-context.template.md
bmad-investigate/
SKILL.md
templates/
investigation.template.md
bmad-parallel-plan/
REFERENCE.md
scripts/
build-dependency-graph.py
plan-parallel-waves.py
SKILL.md
templates/
parallelization-plan.template.md
bmad-prd/
REFERENCE.md
scripts/
prioritize.py
validate-prd.sh
SKILL.md
templates/
addendum.template.md
prd.template.md
bmad-prfaq/
SKILL.md
templates/
prfaq.template.md
bmad-product-brief/
scripts/
discovery-checklist.sh
validate-brief.sh
SKILL.md
templates/
product-brief.template.md
bmad-readiness-check/
scripts/
readiness-check.sh
SKILL.md
templates/
readiness-report.template.md
bmad-research/
scripts/
research-sources.sh
SKILL.md
templates/
research-report.template.md
bmad-spec/
REFERENCE.md
SKILL.md
templates/
spec.template.md
bmad-sprint-planning/
scripts/
init-sprint-status.sh
sequence-stories.sh
SKILL.md
templates/
sprint-status.template.yaml
bmad-tech-spec/
SKILL.md
templates/
tech-spec.template.md
bmad-ux/
REFERENCE.md
scripts/
contrast-check.py
responsive-breakpoints.sh
wcag-checklist.sh
SKILL.md
templates/
design.template.md
experience.template.md
CLAUDE.md
CONTRIBUTING.md
docs/
_config.yml
assets/
main.scss
commands/
index.md
configuration.md
examples/
index.md
getting-started.md
index.md
skills/
index.md
subagent-patterns.md
troubleshooting.md
LICENSE
MIGRATION.md
README.mdFAQ
claude-code-bmad-skills is a Claude Code plugin with 20 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes bmad-architecture, bmad-brainstorm, bmad-builder. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.