bmm-opencode 1.4.2 → 1.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.opencode/agents/bmad-bmad-master.md +11 -0
- package/.opencode/agents/bmm-analyst.md +10 -32
- package/.opencode/agents/bmm-architect.md +6 -34
- package/.opencode/agents/bmm-dev.md +6 -32
- package/.opencode/agents/bmm-pm.md +10 -41
- package/.opencode/agents/bmm-qa.md +5 -31
- package/.opencode/agents/bmm-quick-flow-solo-dev.md +7 -32
- package/.opencode/agents/bmm-sm.md +8 -32
- package/.opencode/agents/bmm-tech-writer.md +12 -0
- package/.opencode/agents/bmm-ux-designer.md +5 -37
- package/.opencode/commands/bmad-bmm-check-implementation-readiness.md +7 -0
- package/.opencode/commands/bmad-bmm-code-review.md +7 -0
- package/.opencode/commands/bmad-bmm-correct-course.md +7 -0
- package/.opencode/commands/bmad-bmm-create-architecture.md +7 -0
- package/.opencode/commands/bmad-bmm-create-epics-and-stories.md +7 -0
- package/.opencode/commands/bmad-bmm-create-prd.md +7 -0
- package/.opencode/commands/bmad-bmm-create-product-brief.md +7 -0
- package/.opencode/commands/bmad-bmm-create-story.md +7 -0
- package/.opencode/commands/bmad-bmm-create-ux-design.md +7 -0
- package/.opencode/commands/bmad-bmm-dev-story.md +7 -0
- package/.opencode/commands/bmad-bmm-document-project.md +7 -0
- package/.opencode/commands/bmad-bmm-domain-research.md +7 -0
- package/.opencode/commands/bmad-bmm-edit-prd.md +7 -0
- package/.opencode/commands/bmad-bmm-generate-project-context.md +5 -0
- package/.opencode/commands/bmad-bmm-market-research.md +7 -0
- package/.opencode/commands/bmad-bmm-quick-dev.md +7 -0
- package/.opencode/commands/bmad-bmm-quick-spec.md +7 -0
- package/.opencode/commands/bmad-bmm-retrospective.md +7 -0
- package/.opencode/commands/bmad-bmm-sprint-planning.md +7 -0
- package/.opencode/commands/bmad-bmm-sprint-status.md +5 -0
- package/.opencode/commands/bmad-bmm-technical-research.md +7 -0
- package/.opencode/commands/bmad-bmm-validate-prd.md +7 -0
- package/.opencode/commands/bmad-brainstorming.md +7 -0
- package/.opencode/commands/bmad-editorial-review-prose.md +5 -0
- package/.opencode/commands/bmad-editorial-review-structure.md +5 -0
- package/.opencode/commands/bmad-help.md +5 -0
- package/.opencode/commands/bmad-index-docs.md +5 -0
- package/.opencode/commands/bmad-review-adversarial-general.md +5 -0
- package/.opencode/commands/bmad-shard-doc.md +5 -0
- package/.opencode/skills/bmad-bmad-master/SKILL.md +56 -0
- package/.opencode/skills/bmad-bmm-analyst/SKILL.md +65 -38
- package/.opencode/skills/bmad-bmm-architect/SKILL.md +49 -38
- package/.opencode/skills/bmad-bmm-check-implementation-readiness/SKILL.md +1092 -24
- package/.opencode/skills/bmad-bmm-code-review/SKILL.md +45 -13
- package/.opencode/skills/bmad-bmm-correct-course/SKILL.md +56 -94
- package/.opencode/skills/bmad-bmm-create-architecture/SKILL.md +2391 -27
- package/.opencode/skills/bmad-bmm-create-epics-and-stories/SKILL.md +927 -23
- package/.opencode/skills/bmad-bmm-create-prd/SKILL.md +9 -26
- package/.opencode/skills/bmad-bmm-create-product-brief/SKILL.md +1358 -22
- package/.opencode/skills/bmad-bmm-create-story/SKILL.md +61 -24
- package/.opencode/skills/bmad-bmm-create-ux-design/SKILL.md +3275 -26
- package/.opencode/skills/bmad-bmm-dev/SKILL.md +57 -43
- package/.opencode/skills/bmad-bmm-dev-story/SKILL.md +20 -13
- package/.opencode/skills/bmad-bmm-document-project/SKILL.md +22 -81
- package/.opencode/skills/bmad-bmm-domain-research/SKILL.md +53 -37
- package/.opencode/skills/bmad-bmm-edit-prd/SKILL.md +10 -27
- package/.opencode/skills/bmad-bmm-generate-project-context/SKILL.md +797 -28
- package/.opencode/skills/bmad-bmm-market-research/SKILL.md +53 -37
- package/.opencode/skills/bmad-bmm-pm/SKILL.md +60 -39
- package/.opencode/skills/bmad-bmm-qa/SKILL.md +77 -35
- package/.opencode/skills/bmad-bmm-qa-automate/SKILL.md +47 -129
- package/.opencode/skills/bmad-bmm-quick-dev/SKILL.md +802 -30
- package/.opencode/skills/bmad-bmm-quick-flow-solo-dev/SKILL.md +57 -36
- package/.opencode/skills/bmad-bmm-quick-spec/SKILL.md +684 -27
- package/.opencode/skills/bmad-bmm-retrospective/SKILL.md +55 -200
- package/.opencode/skills/bmad-bmm-sm/SKILL.md +57 -36
- package/.opencode/skills/bmad-bmm-sprint-planning/SKILL.md +51 -52
- package/.opencode/skills/bmad-bmm-sprint-status/SKILL.md +30 -99
- package/.opencode/skills/bmad-bmm-tech-writer/SKILL.md +70 -0
- package/.opencode/skills/bmad-bmm-technical-research/SKILL.md +53 -37
- package/.opencode/skills/bmad-bmm-ux-designer/SKILL.md +48 -37
- package/.opencode/skills/bmad-bmm-validate-prd/SKILL.md +10 -27
- package/.opencode/skills/bmad-brainstorming/SKILL.md +2048 -0
- package/.opencode/skills/bmad-editorial-review-prose/SKILL.md +107 -0
- package/.opencode/skills/bmad-editorial-review-structure/SKILL.md +214 -0
- package/.opencode/skills/bmad-help/SKILL.md +82 -0
- package/.opencode/skills/bmad-index-docs/SKILL.md +70 -0
- package/.opencode/skills/bmad-party-mode/SKILL.md +682 -0
- package/.opencode/skills/bmad-review-adversarial-general/SKILL.md +53 -0
- package/.opencode/skills/bmad-shard-doc/SKILL.md +113 -0
- package/README.md +28 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +350 -47
- package/package.json +4 -3
- package/.opencode/agents/bmm-tech-writer-tech-writer.md +0 -44
- package/.opencode/agents/cis-brainstorming-coach.md +0 -38
- package/.opencode/agents/cis-creative-problem-solver.md +0 -38
- package/.opencode/agents/cis-design-thinking-coach.md +0 -38
- package/.opencode/agents/cis-innovation-strategist.md +0 -38
- package/.opencode/agents/cis-presentation-master.md +0 -54
- package/.opencode/agents/cis-storyteller-storyteller.md +0 -38
- package/.opencode/agents/core-bmad-master.md +0 -39
- package/.opencode/agents/gen-subagent.md +0 -311
- package/.opencode/agents/party-mode.md +0 -812
- package/.opencode/agents/tea-tea.md +0 -48
- package/.opencode/skills/bmad-bmm-dev-team-mode/SKILL.md +0 -300
- package/.opencode/skills/bmad-bmm-tech-writer-tech-writer/SKILL.md +0 -51
- package/.opencode/skills/bmad-cis-brainstorming-coach/SKILL.md +0 -46
- package/.opencode/skills/bmad-cis-creative-problem-solver/SKILL.md +0 -46
- package/.opencode/skills/bmad-cis-design-thinking/SKILL.md +0 -156
- package/.opencode/skills/bmad-cis-design-thinking-coach/SKILL.md +0 -46
- package/.opencode/skills/bmad-cis-innovation-strategist/SKILL.md +0 -46
- package/.opencode/skills/bmad-cis-innovation-strategy/SKILL.md +0 -238
- package/.opencode/skills/bmad-cis-presentation-master/SKILL.md +0 -52
- package/.opencode/skills/bmad-cis-problem-solving/SKILL.md +0 -212
- package/.opencode/skills/bmad-cis-storyteller-storyteller/SKILL.md +0 -48
- package/.opencode/skills/bmad-cis-storytelling/SKILL.md +0 -290
- package/.opencode/skills/bmad-core-bmad-master/SKILL.md +0 -48
- package/.opencode/skills/bmad-core-brainstorming/SKILL.md +0 -74
- package/.opencode/skills/bmad-core-party-mode/SKILL.md +0 -241
- package/.opencode/skills/bmad-core-task-editorial-review-prose/SKILL.md +0 -74
- package/.opencode/skills/bmad-core-task-editorial-review-structure/SKILL.md +0 -151
- package/.opencode/skills/bmad-core-task-help/SKILL.md +0 -100
- package/.opencode/skills/bmad-core-task-index-docs/SKILL.md +0 -46
- package/.opencode/skills/bmad-core-task-review-adversarial-general/SKILL.md +0 -36
- package/.opencode/skills/bmad-core-task-shard-doc/SKILL.md +0 -80
- package/.opencode/skills/bmad-tea-tea/SKILL.md +0 -57
- package/.opencode/skills/bmad-tea-teach-me-testing/SKILL.md +0 -106
- package/.opencode/skills/bmad-tea-testarch-atdd/SKILL.md +0 -62
- package/.opencode/skills/bmad-tea-testarch-automate/SKILL.md +0 -67
- package/.opencode/skills/bmad-tea-testarch-ci/SKILL.md +0 -62
- package/.opencode/skills/bmad-tea-testarch-framework/SKILL.md +0 -62
- package/.opencode/skills/bmad-tea-testarch-nfr/SKILL.md +0 -60
- package/.opencode/skills/bmad-tea-testarch-test-design/SKILL.md +0 -76
- package/.opencode/skills/bmad-tea-testarch-test-review/SKILL.md +0 -60
- package/.opencode/skills/bmad-tea-testarch-trace/SKILL.md +0 -60
|
@@ -1,21 +1,53 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: bmad-bmm-code-review
|
|
3
|
-
description: "Perform an ADVERSARIAL Senior Developer code review that finds 3-10 specific problems in every story. Challenges everything: code quality, test coverage, architecture compliance, security, performance. NEVER accepts
|
|
4
|
-
license: MIT
|
|
5
|
-
compatibility: opencode
|
|
6
|
-
metadata:
|
|
7
|
-
source: "bmad-method"
|
|
8
|
-
module: "bmm"
|
|
9
|
-
workflow: "code-review"
|
|
10
|
-
standalone: false
|
|
3
|
+
description: "Perform an ADVERSARIAL Senior Developer code review that finds 3-10 specific problems in every story. Challenges everything: code quality, test coverage, architecture compliance, security, performance. NEVER accepts `looks good` - must find minimum issues and can auto-fix with user approval."
|
|
11
4
|
---
|
|
12
5
|
|
|
13
|
-
#
|
|
6
|
+
# Review Story Workflow
|
|
7
|
+
name: code-review
|
|
8
|
+
description: "Perform an ADVERSARIAL Senior Developer code review that finds 3-10 specific problems in every story. Challenges everything: code quality, test coverage, architecture compliance, security, performance. NEVER accepts `looks good` - must find minimum issues and can auto-fix with user approval."
|
|
9
|
+
author: "BMad"
|
|
14
10
|
|
|
15
|
-
|
|
11
|
+
# Critical variables from config
|
|
12
|
+
config_source: "{project-root}/_bmad/bmm/config.yaml"
|
|
13
|
+
user_name: "{config_source}:user_name"
|
|
14
|
+
communication_language: "{config_source}:communication_language"
|
|
15
|
+
user_skill_level: "{config_source}:user_skill_level"
|
|
16
|
+
document_output_language: "{config_source}:document_output_language"
|
|
17
|
+
date: system-generated
|
|
18
|
+
planning_artifacts: "{config_source}:planning_artifacts"
|
|
19
|
+
implementation_artifacts: "{config_source}:implementation_artifacts"
|
|
20
|
+
output_folder: "{implementation_artifacts}"
|
|
21
|
+
sprint_status: "{implementation_artifacts}/sprint-status.yaml"
|
|
16
22
|
|
|
17
|
-
|
|
23
|
+
# Workflow components
|
|
24
|
+
installed_path: "{project-root}/_bmad/bmm/workflows/4-implementation/code-review"
|
|
25
|
+
instructions: "{installed_path}/instructions.xml"
|
|
26
|
+
validation: "{installed_path}/checklist.md"
|
|
27
|
+
template: false
|
|
18
28
|
|
|
19
|
-
|
|
29
|
+
variables:
|
|
30
|
+
# Project context
|
|
31
|
+
project_context: "**/project-context.md"
|
|
32
|
+
story_dir: "{implementation_artifacts}"
|
|
20
33
|
|
|
21
|
-
|
|
34
|
+
# Smart input file references - handles both whole docs and sharded docs
|
|
35
|
+
# Priority: Whole document first, then sharded version
|
|
36
|
+
# Strategy: SELECTIVE LOAD - only load the specific epic needed for this story review
|
|
37
|
+
input_file_patterns:
|
|
38
|
+
architecture:
|
|
39
|
+
description: "System architecture for review context"
|
|
40
|
+
whole: "{planning_artifacts}/*architecture*.md"
|
|
41
|
+
sharded: "{planning_artifacts}/*architecture*/*.md"
|
|
42
|
+
load_strategy: "FULL_LOAD"
|
|
43
|
+
ux_design:
|
|
44
|
+
description: "UX design specification (if UI review)"
|
|
45
|
+
whole: "{planning_artifacts}/*ux*.md"
|
|
46
|
+
sharded: "{planning_artifacts}/*ux*/*.md"
|
|
47
|
+
load_strategy: "FULL_LOAD"
|
|
48
|
+
epics:
|
|
49
|
+
description: "Epic containing story being reviewed"
|
|
50
|
+
whole: "{planning_artifacts}/*epic*.md"
|
|
51
|
+
sharded_index: "{planning_artifacts}/*epic*/index.md"
|
|
52
|
+
sharded_single: "{planning_artifacts}/*epic*/epic-{{epic_num}}.md"
|
|
53
|
+
load_strategy: "SELECTIVE_LOAD"
|
|
@@ -1,99 +1,61 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: bmad-bmm-correct-course
|
|
3
3
|
description: "Navigate significant changes during sprint execution by analyzing impact, proposing solutions, and routing for implementation"
|
|
4
|
-
license: MIT
|
|
5
|
-
compatibility: opencode
|
|
6
|
-
metadata:
|
|
7
|
-
source: "bmad-method"
|
|
8
|
-
module: "bmm"
|
|
9
|
-
workflow: "correct-course"
|
|
10
|
-
standalone: false
|
|
11
4
|
---
|
|
12
5
|
|
|
13
|
-
#
|
|
14
|
-
|
|
15
|
-
Navigate significant changes during sprint execution by analyzing impact, proposing solutions, and routing for implementation
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
-
|
|
29
|
-
|
|
30
|
-
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
**Questions to ask:**
|
|
70
|
-
- Review complete proposal. Continue [c] or Edit [e]?
|
|
71
|
-
|
|
72
|
-
### Step 5: Finalize and Route for Implementation
|
|
73
|
-
|
|
74
|
-
**Actions:**
|
|
75
|
-
- Get explicit user approval for complete proposal
|
|
76
|
-
- Gather specific feedback on what needs adjustment
|
|
77
|
-
- Return to appropriate step to address concerns
|
|
78
|
-
- Finalize Sprint Change Proposal document
|
|
79
|
-
- Determine change scope classification:
|
|
80
|
-
- Provide appropriate handoff based on scope:
|
|
81
|
-
- Route to: Development team for direct implementation
|
|
82
|
-
- Deliverables: Finalized edit proposals and implementation tasks
|
|
83
|
-
- Route to: Product Owner / Scrum Master agents
|
|
84
|
-
- Deliverables: Sprint Change Proposal + backlog reorganization plan
|
|
85
|
-
- Route to: Product Manager / Solution Architect
|
|
86
|
-
- Deliverables: Complete Sprint Change Proposal + escalation notice
|
|
87
|
-
- Confirm handoff completion and next steps with user
|
|
88
|
-
- Document handoff in workflow execution log
|
|
89
|
-
|
|
90
|
-
**Questions to ask:**
|
|
91
|
-
- Do you approve this Sprint Change Proposal for implementation? (yes/no/revise)
|
|
92
|
-
|
|
93
|
-
### Step 6: Workflow Completion
|
|
94
|
-
|
|
95
|
-
**Actions:**
|
|
96
|
-
- Summarize workflow execution:
|
|
97
|
-
- Confirm all deliverables produced:
|
|
98
|
-
- Report workflow completion to user with personalized message: "✅ Correct Course workflow complete, {user_name}!"
|
|
99
|
-
- Remind user of success criteria and next steps for implementation team
|
|
6
|
+
# Correct Course - Sprint Change Management Workflow
|
|
7
|
+
name: "correct-course"
|
|
8
|
+
description: "Navigate significant changes during sprint execution by analyzing impact, proposing solutions, and routing for implementation"
|
|
9
|
+
author: "BMad Method"
|
|
10
|
+
|
|
11
|
+
config_source: "{project-root}/_bmad/bmm/config.yaml"
|
|
12
|
+
user_name: "{config_source}:user_name"
|
|
13
|
+
communication_language: "{config_source}:communication_language"
|
|
14
|
+
user_skill_level: "{config_source}:user_skill_level"
|
|
15
|
+
document_output_language: "{config_source}:document_output_language"
|
|
16
|
+
date: system-generated
|
|
17
|
+
implementation_artifacts: "{config_source}:implementation_artifacts"
|
|
18
|
+
planning_artifacts: "{config_source}:planning_artifacts"
|
|
19
|
+
project_knowledge: "{config_source}:project_knowledge"
|
|
20
|
+
output_folder: "{implementation_artifacts}"
|
|
21
|
+
sprint_status: "{implementation_artifacts}/sprint-status.yaml"
|
|
22
|
+
|
|
23
|
+
# Smart input file references - handles both whole docs and sharded docs
|
|
24
|
+
# Priority: Whole document first, then sharded version
|
|
25
|
+
# Strategy: Load project context for impact analysis
|
|
26
|
+
input_file_patterns:
|
|
27
|
+
prd:
|
|
28
|
+
description: "Product requirements for impact analysis"
|
|
29
|
+
whole: "{planning_artifacts}/*prd*.md"
|
|
30
|
+
sharded: "{planning_artifacts}/*prd*/*.md"
|
|
31
|
+
load_strategy: "FULL_LOAD"
|
|
32
|
+
epics:
|
|
33
|
+
description: "All epics to analyze change impact"
|
|
34
|
+
whole: "{planning_artifacts}/*epic*.md"
|
|
35
|
+
sharded: "{planning_artifacts}/*epic*/*.md"
|
|
36
|
+
load_strategy: "FULL_LOAD"
|
|
37
|
+
architecture:
|
|
38
|
+
description: "System architecture and decisions"
|
|
39
|
+
whole: "{planning_artifacts}/*architecture*.md"
|
|
40
|
+
sharded: "{planning_artifacts}/*architecture*/*.md"
|
|
41
|
+
load_strategy: "FULL_LOAD"
|
|
42
|
+
ux_design:
|
|
43
|
+
description: "UX design specification (if UI impacts)"
|
|
44
|
+
whole: "{planning_artifacts}/*ux*.md"
|
|
45
|
+
sharded: "{planning_artifacts}/*ux*/*.md"
|
|
46
|
+
load_strategy: "FULL_LOAD"
|
|
47
|
+
tech_spec:
|
|
48
|
+
description: "Technical specification"
|
|
49
|
+
whole: "{planning_artifacts}/*tech-spec*.md"
|
|
50
|
+
load_strategy: "FULL_LOAD"
|
|
51
|
+
document_project:
|
|
52
|
+
description: "Brownfield project documentation (optional)"
|
|
53
|
+
sharded: "{project_knowledge}/index.md"
|
|
54
|
+
load_strategy: "INDEX_GUIDED"
|
|
55
|
+
|
|
56
|
+
installed_path: "{project-root}/_bmad/bmm/workflows/4-implementation/correct-course"
|
|
57
|
+
template: false
|
|
58
|
+
instructions: "{installed_path}/instructions.md"
|
|
59
|
+
validation: "{installed_path}/checklist.md"
|
|
60
|
+
checklist: "{installed_path}/checklist.md"
|
|
61
|
+
default_output_file: "{planning_artifacts}/sprint-change-proposal-{date}.md"
|