@rikkei-org/git-isuse-workflows
v1.0.0
Published
BMAD custom workflows for Okami projects: issue-investigate, issue-implement, issue-mr
Downloads
14
Maintainers
Readme
@okami/bmad-workflows
BMAD custom workflows for Okami projects. Installs 3 specialized workflows into any project with BMAD Method.
Workflows
| Command | Description |
|---------|-------------|
| /issue-investigate <URL> | Investigate a GitHub/GitLab issue, analyze code, save local report |
| /issue-implement <URL> | Implement changes from investigation + create PR |
| /issue-mr | Analyze branch diff, create MR summary (Japanese), execute merge |
Prerequisites
- BMAD Method installed with BMM module
- Node.js v20+
ghCLI installed and authenticatedgitCLI installed
Installation
# From your project root (where _bmad/ exists)
npx @okami/bmad-workflowsOptions
npx @okami/bmad-workflows --dir /path/to/project # Specify project root
npx @okami/bmad-workflows --force # Overwrite existing files
npx @okami/bmad-workflows --dry-run # Preview without writing
npx @okami/bmad-workflows --help # Show helpPost-Install
Edit _bmad/bmm/config.yaml in your project:
user_name: <your name>
project_name: <project name>
communication_language: <language>Uninstall
node node_modules/@okami/bmad-workflows/uninstall.js
# or
npx @okami/bmad-workflows uninstallWhat Gets Installed
_bmad/bmm/workflows/4-implementation/
├── issue-investigate/ ← workflow config
├── issue-implement/ ← workflow config
└── issue-mr/ ← workflow config
.agent/workflows/
├── bmad-bmm-issue-investigate.md ← trigger
├── bmad-bmm-issue-implement.md ← trigger
└── bmad-bmm-issue-mr.md ← triggerLicense
MIT
