claude-code-bmad-skills
Structured product planning, story sharding, and parallel work orchestration
Tells the agent that this plugin only plans and orchestrates work (never writes code), and explains the skill architecture, track system, story file contract, and path conventions it must follow when executing the planning skills.
All Skills in This Repository (17)
Pure Emerald Level Indicatorsbmad-orchestrator
Route project tasks through the four BMAD phases with status tracking.
BMad Master
Coordinate BMAD Method workflows across four phases with role-based agent handoffs.
Product Manager
Generate PRDs with functional and non-functional requirements and prioritization frameworks.
Developer
Implement user stories with clean, tested code and documentation.
Business Analyst
Conduct structured product discovery and requirements analysis for new products.
UX Designer
Design user flows and ASCII wireframes with WCAG 2.1 AA accessibility specifications.
Scrum Master
Automate sprint planning and backlog management with YAML-based templates.
System Architect
Generate complete system architecture designs from functional and non-functional requirements.
Builder
Create custom BMAD agents, workflows, templates with scaffold scripts and validation.
Creative Intelligence
Facilitate structured brainstorming sessions using SCAMPER, 5 Whys, or mind mapping.
DevOps and Infrastructure Excellence Skill
Generate Dockerfiles, Kubernetes configurations, and CI/CD pipelines.
Python Development Excellence Skill
Provide Python development guidance on type hints, async/await, and pytest.
Frequently Asked Questions
FAQPage SchemaHow to install claude-code-bmad-skills?▼
Run `npx skills add aj-geddes/claude-code-bmad-skills --all -g -y` in your terminal to install all planning skills globally.
What is the BMAD method for project planning?▼
BMAD is a structured workflow that moves a project through Analysis, Planning, Solutioning, and Implementation-handoff phases. This suite automates each step with guided skills that produce briefs, PRDs, architecture docs, and ready-for-dev story files.
Does this plugin write application code?▼
No. It strictly plans and orchestrates: the last artifact it produces is a ready-for-dev story file plus a handoff manifest. A separate dev tool performs the actual coding.
How does it prevent conflicts between parallel dev agents?▼
Each story declares an explicit owned file scope, and the parallel-plan skill sorts stories into dependency-safe waves with disjoint file paths. A shared architecture document locks cross-cutting decisions so all agents build against the same contract.
Can non-developers use these planning skills?▼
Yes. Founders and product managers can run the brief, PRFAQ, research, and PRD skills conversationally without writing code, then hand the generated backlog to a development team or dev tool.