Installation¶
Using the Install Script (Recommended)¶
git clone https://github.com/JacobWLMS/BMAtlassian.git
cd BMAtlassian
./install.sh /path/to/your/project
This copies the Atlassian module, CLAUDE.md, and all slash commands into your project. Safe to re-run -- it preserves your module.yaml and .jira-key-map.yaml configuration on re-install.
Manual Installation¶
git clone https://github.com/JacobWLMS/BMAtlassian.git
cp -r BMAtlassian/src/atlassian/ your-project/_bmad/atlassian/
cp BMAtlassian/CLAUDE.md your-project/CLAUDE.md
cp -r BMAtlassian/.claude/commands/ your-project/.claude/commands/
What Gets Installed¶
| Destination | Contents |
|---|---|
_bmad/atlassian/ |
Agent definitions, workflows, tasks, templates, checklists, orchestrator |
CLAUDE.md |
Operational context for Claude Code (slash commands, key files, critical rules) |
.claude/commands/ |
32 slash command definitions for /bmad-* autocomplete |
After Installation¶
- Edit
_bmad/atlassian/module.yamlwith your Jira/Confluence settings - Set up your MCP server
- Run
/bmad-atlassian-transition-discoveryto configure Jira transition IDs - Optionally run
/bmad-atlassian-git-discoveryfor Git/GitHub integration - Run
/bmad-helpto get started