Atlassian-native agentic development with the BMAD method.
9 AI agent personas collaborate through Jira and Confluence to take your project from idea to implementation. Instead of writing artefacts to local files, agents create and manage Jira issues (Epics, Stories, Subtasks) and Confluence pages (PRDs, architecture docs, UX designs) via Atlassian MCP tools. An automated orchestrator polls Jira state and dispatches agents autonomously.
One-liner (pipe to shell):
bash <(curl -fsSL https://raw.githubusercontent.com/JacobWLMS/BMAtlassian/main/install.sh) /path/to/your/projectOr clone and install:
git clone https://github.com/JacobWLMS/BMAtlassian.git
cd BMAtlassian
./install.sh /path/to/your/projectThen: edit _bmad/atlassian/module.yaml, set up your MCP server, run /bmad-atlassian-transition-discovery, and /bmad-help.
- 38 slash commands -- type
/bmadin Claude Code and autocomplete to any workflow - 9 agent personas -- Analyst, PM, UX Designer, Architect, SM, Dev, QA, Quick Flow, Tech Writer
- 4-phase workflow -- Analysis, Planning, Solutioning, Implementation
- Jira-native tracking -- status transitions, comments, labels, sprints, issue links
- Tracked code review findings -- review issues created as Jira subtasks with severity and location
- Confluence output -- PRDs, architecture docs, research reports, retrospectives, project dashboard
- Confluence page hierarchy -- artefacts organized under phase parent pages automatically
- Comment history tracking -- reviews check existing comments before posting, track open vs resolved
- 62 brainstorming techniques -- comprehensive creative technique library with 4 selection modes
- Party Mode retrospective -- multi-agent conversation with 12 steps and user interaction
- Configurable autonomy --
interactive,balanced, oryolomode for user confirmation levels - Automated orchestrator -- polls Jira state and dispatches agents autonomously
- Optional Git/GitHub integration -- branches, commits, and PRs aligned with Jira stories
- Dual MCP support -- works with mcp-atlassian standalone or Claude Code Atlassian plugin
Type /bmad and autocomplete. Run /bmad-help for context-aware guidance.
| Phase | Key Commands |
|---|---|
| Setup | /bmad-atlassian-transition-discovery, /bmad-atlassian-git-discovery |
| Analysis | /bmad-atlassian-create-brief, /bmad-atlassian-brainstorming |
| Planning | /bmad-atlassian-create-prd, /bmad-atlassian-create-epics-stories |
| Solutioning | /bmad-atlassian-create-architecture, /bmad-atlassian-implementation-readiness |
| Implementation | /bmad-atlassian-dev-story, /bmad-atlassian-code-review, /bmad-atlassian-sprint-planning |
| Quick Flow | /bmad-atlassian-quick-spec, /bmad-atlassian-quick-dev |
| Advanced | /bmad-atlassian-orchestrate, /bmad-atlassian-document-project |
This project extends the BMAD-METHOD for Atlassian environments. Templates and checklists are adapted from the original project.
See LICENSE for details.