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.
Files changed (126) hide show
  1. package/.opencode/agents/bmad-bmad-master.md +11 -0
  2. package/.opencode/agents/bmm-analyst.md +10 -32
  3. package/.opencode/agents/bmm-architect.md +6 -34
  4. package/.opencode/agents/bmm-dev.md +6 -32
  5. package/.opencode/agents/bmm-pm.md +10 -41
  6. package/.opencode/agents/bmm-qa.md +5 -31
  7. package/.opencode/agents/bmm-quick-flow-solo-dev.md +7 -32
  8. package/.opencode/agents/bmm-sm.md +8 -32
  9. package/.opencode/agents/bmm-tech-writer.md +12 -0
  10. package/.opencode/agents/bmm-ux-designer.md +5 -37
  11. package/.opencode/commands/bmad-bmm-check-implementation-readiness.md +7 -0
  12. package/.opencode/commands/bmad-bmm-code-review.md +7 -0
  13. package/.opencode/commands/bmad-bmm-correct-course.md +7 -0
  14. package/.opencode/commands/bmad-bmm-create-architecture.md +7 -0
  15. package/.opencode/commands/bmad-bmm-create-epics-and-stories.md +7 -0
  16. package/.opencode/commands/bmad-bmm-create-prd.md +7 -0
  17. package/.opencode/commands/bmad-bmm-create-product-brief.md +7 -0
  18. package/.opencode/commands/bmad-bmm-create-story.md +7 -0
  19. package/.opencode/commands/bmad-bmm-create-ux-design.md +7 -0
  20. package/.opencode/commands/bmad-bmm-dev-story.md +7 -0
  21. package/.opencode/commands/bmad-bmm-document-project.md +7 -0
  22. package/.opencode/commands/bmad-bmm-domain-research.md +7 -0
  23. package/.opencode/commands/bmad-bmm-edit-prd.md +7 -0
  24. package/.opencode/commands/bmad-bmm-generate-project-context.md +5 -0
  25. package/.opencode/commands/bmad-bmm-market-research.md +7 -0
  26. package/.opencode/commands/bmad-bmm-quick-dev.md +7 -0
  27. package/.opencode/commands/bmad-bmm-quick-spec.md +7 -0
  28. package/.opencode/commands/bmad-bmm-retrospective.md +7 -0
  29. package/.opencode/commands/bmad-bmm-sprint-planning.md +7 -0
  30. package/.opencode/commands/bmad-bmm-sprint-status.md +5 -0
  31. package/.opencode/commands/bmad-bmm-technical-research.md +7 -0
  32. package/.opencode/commands/bmad-bmm-validate-prd.md +7 -0
  33. package/.opencode/commands/bmad-brainstorming.md +7 -0
  34. package/.opencode/commands/bmad-editorial-review-prose.md +5 -0
  35. package/.opencode/commands/bmad-editorial-review-structure.md +5 -0
  36. package/.opencode/commands/bmad-help.md +5 -0
  37. package/.opencode/commands/bmad-index-docs.md +5 -0
  38. package/.opencode/commands/bmad-review-adversarial-general.md +5 -0
  39. package/.opencode/commands/bmad-shard-doc.md +5 -0
  40. package/.opencode/skills/bmad-bmad-master/SKILL.md +56 -0
  41. package/.opencode/skills/bmad-bmm-analyst/SKILL.md +65 -38
  42. package/.opencode/skills/bmad-bmm-architect/SKILL.md +49 -38
  43. package/.opencode/skills/bmad-bmm-check-implementation-readiness/SKILL.md +1092 -24
  44. package/.opencode/skills/bmad-bmm-code-review/SKILL.md +45 -13
  45. package/.opencode/skills/bmad-bmm-correct-course/SKILL.md +56 -94
  46. package/.opencode/skills/bmad-bmm-create-architecture/SKILL.md +2391 -27
  47. package/.opencode/skills/bmad-bmm-create-epics-and-stories/SKILL.md +927 -23
  48. package/.opencode/skills/bmad-bmm-create-prd/SKILL.md +9 -26
  49. package/.opencode/skills/bmad-bmm-create-product-brief/SKILL.md +1358 -22
  50. package/.opencode/skills/bmad-bmm-create-story/SKILL.md +61 -24
  51. package/.opencode/skills/bmad-bmm-create-ux-design/SKILL.md +3275 -26
  52. package/.opencode/skills/bmad-bmm-dev/SKILL.md +57 -43
  53. package/.opencode/skills/bmad-bmm-dev-story/SKILL.md +20 -13
  54. package/.opencode/skills/bmad-bmm-document-project/SKILL.md +22 -81
  55. package/.opencode/skills/bmad-bmm-domain-research/SKILL.md +53 -37
  56. package/.opencode/skills/bmad-bmm-edit-prd/SKILL.md +10 -27
  57. package/.opencode/skills/bmad-bmm-generate-project-context/SKILL.md +797 -28
  58. package/.opencode/skills/bmad-bmm-market-research/SKILL.md +53 -37
  59. package/.opencode/skills/bmad-bmm-pm/SKILL.md +60 -39
  60. package/.opencode/skills/bmad-bmm-qa/SKILL.md +77 -35
  61. package/.opencode/skills/bmad-bmm-qa-automate/SKILL.md +47 -129
  62. package/.opencode/skills/bmad-bmm-quick-dev/SKILL.md +802 -30
  63. package/.opencode/skills/bmad-bmm-quick-flow-solo-dev/SKILL.md +57 -36
  64. package/.opencode/skills/bmad-bmm-quick-spec/SKILL.md +684 -27
  65. package/.opencode/skills/bmad-bmm-retrospective/SKILL.md +55 -200
  66. package/.opencode/skills/bmad-bmm-sm/SKILL.md +57 -36
  67. package/.opencode/skills/bmad-bmm-sprint-planning/SKILL.md +51 -52
  68. package/.opencode/skills/bmad-bmm-sprint-status/SKILL.md +30 -99
  69. package/.opencode/skills/bmad-bmm-tech-writer/SKILL.md +70 -0
  70. package/.opencode/skills/bmad-bmm-technical-research/SKILL.md +53 -37
  71. package/.opencode/skills/bmad-bmm-ux-designer/SKILL.md +48 -37
  72. package/.opencode/skills/bmad-bmm-validate-prd/SKILL.md +10 -27
  73. package/.opencode/skills/bmad-brainstorming/SKILL.md +2048 -0
  74. package/.opencode/skills/bmad-editorial-review-prose/SKILL.md +107 -0
  75. package/.opencode/skills/bmad-editorial-review-structure/SKILL.md +214 -0
  76. package/.opencode/skills/bmad-help/SKILL.md +82 -0
  77. package/.opencode/skills/bmad-index-docs/SKILL.md +70 -0
  78. package/.opencode/skills/bmad-party-mode/SKILL.md +682 -0
  79. package/.opencode/skills/bmad-review-adversarial-general/SKILL.md +53 -0
  80. package/.opencode/skills/bmad-shard-doc/SKILL.md +113 -0
  81. package/README.md +28 -4
  82. package/dist/index.d.ts.map +1 -1
  83. package/dist/index.js +350 -47
  84. package/package.json +4 -3
  85. package/.opencode/agents/bmm-tech-writer-tech-writer.md +0 -44
  86. package/.opencode/agents/cis-brainstorming-coach.md +0 -38
  87. package/.opencode/agents/cis-creative-problem-solver.md +0 -38
  88. package/.opencode/agents/cis-design-thinking-coach.md +0 -38
  89. package/.opencode/agents/cis-innovation-strategist.md +0 -38
  90. package/.opencode/agents/cis-presentation-master.md +0 -54
  91. package/.opencode/agents/cis-storyteller-storyteller.md +0 -38
  92. package/.opencode/agents/core-bmad-master.md +0 -39
  93. package/.opencode/agents/gen-subagent.md +0 -311
  94. package/.opencode/agents/party-mode.md +0 -812
  95. package/.opencode/agents/tea-tea.md +0 -48
  96. package/.opencode/skills/bmad-bmm-dev-team-mode/SKILL.md +0 -300
  97. package/.opencode/skills/bmad-bmm-tech-writer-tech-writer/SKILL.md +0 -51
  98. package/.opencode/skills/bmad-cis-brainstorming-coach/SKILL.md +0 -46
  99. package/.opencode/skills/bmad-cis-creative-problem-solver/SKILL.md +0 -46
  100. package/.opencode/skills/bmad-cis-design-thinking/SKILL.md +0 -156
  101. package/.opencode/skills/bmad-cis-design-thinking-coach/SKILL.md +0 -46
  102. package/.opencode/skills/bmad-cis-innovation-strategist/SKILL.md +0 -46
  103. package/.opencode/skills/bmad-cis-innovation-strategy/SKILL.md +0 -238
  104. package/.opencode/skills/bmad-cis-presentation-master/SKILL.md +0 -52
  105. package/.opencode/skills/bmad-cis-problem-solving/SKILL.md +0 -212
  106. package/.opencode/skills/bmad-cis-storyteller-storyteller/SKILL.md +0 -48
  107. package/.opencode/skills/bmad-cis-storytelling/SKILL.md +0 -290
  108. package/.opencode/skills/bmad-core-bmad-master/SKILL.md +0 -48
  109. package/.opencode/skills/bmad-core-brainstorming/SKILL.md +0 -74
  110. package/.opencode/skills/bmad-core-party-mode/SKILL.md +0 -241
  111. package/.opencode/skills/bmad-core-task-editorial-review-prose/SKILL.md +0 -74
  112. package/.opencode/skills/bmad-core-task-editorial-review-structure/SKILL.md +0 -151
  113. package/.opencode/skills/bmad-core-task-help/SKILL.md +0 -100
  114. package/.opencode/skills/bmad-core-task-index-docs/SKILL.md +0 -46
  115. package/.opencode/skills/bmad-core-task-review-adversarial-general/SKILL.md +0 -36
  116. package/.opencode/skills/bmad-core-task-shard-doc/SKILL.md +0 -80
  117. package/.opencode/skills/bmad-tea-tea/SKILL.md +0 -57
  118. package/.opencode/skills/bmad-tea-teach-me-testing/SKILL.md +0 -106
  119. package/.opencode/skills/bmad-tea-testarch-atdd/SKILL.md +0 -62
  120. package/.opencode/skills/bmad-tea-testarch-automate/SKILL.md +0 -67
  121. package/.opencode/skills/bmad-tea-testarch-ci/SKILL.md +0 -62
  122. package/.opencode/skills/bmad-tea-testarch-framework/SKILL.md +0 -62
  123. package/.opencode/skills/bmad-tea-testarch-nfr/SKILL.md +0 -60
  124. package/.opencode/skills/bmad-tea-testarch-test-design/SKILL.md +0 -76
  125. package/.opencode/skills/bmad-tea-testarch-test-review/SKILL.md +0 -60
  126. 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 `looks good` - must find minimum issues and can auto-fix with user approval."
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
- # code-review Workflow
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
- 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
+ # 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
- **Author:** BMad
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
- ## How to Use
29
+ variables:
30
+ # Project context
31
+ project_context: "**/project-context.md"
32
+ story_dir: "{implementation_artifacts}"
20
33
 
21
- This skill provides a structured workflow. Follow the steps below:
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
- # correct-course Workflow
14
-
15
- Navigate significant changes during sprint execution by analyzing impact, proposing solutions, and routing for implementation
16
-
17
- **Author:** BMad Method
18
-
19
- ## How to Use
20
-
21
- This skill provides a structured workflow. Follow the steps below:
22
-
23
- ## Workflow Steps
24
-
25
- ### Step 1: Initialize Change Navigation
26
-
27
- **Actions:**
28
- - Confirm change trigger and gather user description of the issue
29
- - Ask: "What specific issue or change has been identified that requires navigation?"
30
- - Verify access to required project documents:
31
- - Ask user for mode preference:
32
- - Store mode selection for use throughout workflow
33
-
34
- ### Step 2: Execute Change Analysis Checklist
35
-
36
- **Actions:**
37
- - Read fully and follow the systematic analysis from: {checklist}
38
- - Work through each checklist section interactively with the user
39
- - Record status for each checklist item:
40
- - Maintain running notes of findings and impacts discovered
41
- - Present checklist progress after each major section
42
-
43
- ### Step 3: Draft Specific Change Proposals
44
-
45
- **Actions:**
46
- - Based on checklist findings, create explicit edit proposals for each identified artifact
47
- - For Story changes:
48
- - For PRD modifications:
49
- - For Architecture changes:
50
- - For UI/UX specification updates:
51
- - Present each edit proposal individually
52
- - Iterate on each proposal based on user feedback
53
-
54
- **Questions to ask:**
55
- - Review and refine this change? Options: Approve [a], Edit [e], Skip [s]
56
-
57
- ### Step 4: Generate Sprint Change Proposal
58
-
59
- **Actions:**
60
- - Compile comprehensive Sprint Change Proposal document with following sections:
61
- - Section 1: Issue Summary
62
- - Section 2: Impact Analysis
63
- - Section 3: Recommended Approach
64
- - Section 4: Detailed Change Proposals
65
- - Section 5: Implementation Handoff
66
- - Present complete Sprint Change Proposal to user
67
- - Write Sprint Change Proposal document to {default_output_file}
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"