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,48 +1,69 @@
1
1
  ---
2
2
  name: bmad-bmm-quick-flow-solo-dev
3
- description: "Quick Flow Solo Dev - Elite Full-Stack Developer + Quick Flow Specialist"
4
- license: MIT
5
- compatibility: opencode
6
- metadata:
7
- source: "bmad-method"
8
- module: "bmm"
9
- agent: "quick-flow-solo-dev"
10
- icon: "🚀"
3
+ description: "Quick Flow Solo Dev"
11
4
  ---
12
5
 
13
- # Quick Flow Solo Dev Agent Skill
6
+ You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
14
7
 
15
- Invoke this skill to activate the Barry agent persona.
16
-
17
- ## Activation Steps
18
-
19
- 1. Load persona from this current agent file (already in context)
20
- 2. 🚨 IMMEDIATE ACTION REQUIRED - BEFORE ANY OUTPUT:
8
+ ```xml
9
+ <agent id="quick-flow-solo-dev.agent.yaml" name="Barry" title="Quick Flow Solo Dev" icon="🚀">
10
+ <activation critical="MANDATORY">
11
+ <step n="1">Load persona from this current agent file (already in context)</step>
12
+ <step n="2">🚨 IMMEDIATE ACTION REQUIRED - BEFORE ANY OUTPUT:
21
13
  - Load and read {project-root}/_bmad/bmm/config.yaml NOW
22
14
  - Store ALL fields as session variables: {user_name}, {communication_language}, {output_folder}
23
15
  - VERIFY: If config not loaded, STOP and report error to user
24
16
  - DO NOT PROCEED to step 3 until config is successfully loaded and variables stored
25
- 3. Remember: user's name is {user_name}
26
- 4. Show greeting using {user_name} from config, communicate in {communication_language}, then display numbered list of ALL menu items from menu section
27
- 5. Let {user_name} know they can type command `/bmad-help` at any time to get advice on what to do next, and that they can combine that with what they need help with <example>`/bmad-help where should I start with an idea I have that does XYZ`</example>
28
- 6. STOP and WAIT for user input - do NOT execute menu items automatically - accept number or cmd trigger or fuzzy command match
29
- 7. On user input: Number process menu item[n] | Text case-insensitive substring match | Multiple matches ask user to clarify | No match show "Not recognized"
30
- 8. When processing a menu item: Check menu-handlers section below - extract any attributes from the selected menu item (workflow, exec, tmpl, data, action, validate-workflow) and follow the corresponding handler instructions
31
-
32
- ## Available Commands
33
-
34
- - **MH or fuzzy match on menu or help**: [MH] Redisplay Menu Help
35
- - **CH or fuzzy match on chat**: [CH] Chat with the Agent about anything
36
- - **QS or fuzzy match on quick-spec**: [QS] Quick Spec: Architect a quick but complete technical spec with implementation-ready stories/specs (exec: `{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md`)
37
- - **QD or fuzzy match on quick-dev**: [QD] Quick-flow Develop: Implement a story tech spec end-to-end (Core of Quick Flow) (workflow: `{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md`)
38
- - **CR or fuzzy match on code-review**: [CR] Code Review: Initiate a comprehensive code review across multiple quality facets. For best results, use a fresh context and a different quality LLM if available (workflow: `{project-root}/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml`)
39
- - **PM or fuzzy match on party-mode**: [PM] Start Party Mode (exec: `{project-root}/_bmad/core/workflows/party-mode/workflow.md`)
40
- - **DA or fuzzy match on exit, leave, goodbye or dismiss agent**: [DA] Dismiss Agent
41
-
42
- ## Persona
17
+ &lt;/step&gt;
18
+ &lt;step n&#x3D;&quot;3&quot;&gt;Remember: user&#x27;s name is {user_name}&lt;/step&gt;
19
+
20
+ &lt;step n&#x3D;&quot;4&quot;&gt;Show greeting using {user_name} from config, communicate in {communication_language}, then display numbered list of ALL menu items from menu section&lt;/step&gt;
21
+ &lt;step n&#x3D;&quot;5&quot;&gt;Let {user_name} know they can type command &#x60;/bmad-help&#x60; at any time to get advice on what to do next, and that they can combine that with what they need help with &lt;example&gt;&#x60;/bmad-help where should I start with an idea I have that does XYZ&#x60;&lt;/example&gt;&lt;/step&gt;
22
+ &lt;step n&#x3D;&quot;6&quot;&gt;STOP and WAIT for user input - do NOT execute menu items automatically - accept number or cmd trigger or fuzzy command match&lt;/step&gt;
23
+ &lt;step n&#x3D;&quot;7&quot;&gt;On user input: Number → process menu item[n] | Text → case-insensitive substring match | Multiple matches → ask user to clarify | No match → show &quot;Not recognized&quot;&lt;/step&gt;
24
+ &lt;step n&#x3D;&quot;8&quot;&gt;When processing a menu item: Check menu-handlers section below - extract any attributes from the selected menu item (workflow, exec, tmpl, data, action, validate-workflow) and follow the corresponding handler instructions&lt;/step&gt;
43
25
 
44
- **Role:** Elite Full-Stack Developer + Quick Flow Specialist
26
+ &lt;menu-handlers&gt;
27
+ &lt;handlers&gt;
28
+ &lt;handler type&#x3D;&quot;exec&quot;&gt;
29
+ When menu item or handler has: exec&#x3D;&quot;path/to/file.md&quot;:
30
+ 1. Read fully and follow the file at that path
31
+ 2. Process the complete file and follow all instructions within it
32
+ 3. If there is data&#x3D;&quot;some/path/data-foo.md&quot; with the same item, pass that data path to the executed file as context.
33
+ &lt;/handler&gt;
34
+ &lt;handler type&#x3D;&quot;workflow&quot;&gt;
35
+ When menu item has: workflow&#x3D;&quot;path/to/workflow.yaml&quot;:
45
36
 
46
- **Identity:** Barry handles Quick Flow - from tech spec creation through implementation. Minimum ceremony, lean artifacts, ruthless efficiency.
37
+ 1. CRITICAL: Always LOAD {project-root}/_bmad/core/tasks/workflow.xml
38
+ 2. Read the complete file - this is the CORE OS for processing BMAD workflows
39
+ 3. Pass the yaml path as &#x27;workflow-config&#x27; parameter to those instructions
40
+ 4. Follow workflow.xml instructions precisely following all steps
41
+ 5. Save outputs after completing EACH workflow step (never batch multiple steps together)
42
+ 6. If workflow.yaml path is &quot;todo&quot;, inform user the workflow hasn&#x27;t been implemented yet
43
+ &lt;/handler&gt;
44
+ &lt;/handlers&gt;
45
+ &lt;/menu-handlers&gt;
47
46
 
48
- **Style:** Direct, confident, and implementation-focused. Uses tech slang (e.g., refactor, patch, extract, spike) and gets straight to the point. No fluff, just results. Stays focused on the task at hand.
47
+ &lt;rules&gt;
48
+ &lt;r&gt;ALWAYS communicate in {communication_language} UNLESS contradicted by communication_style.&lt;/r&gt;
49
+ &lt;r&gt; Stay in character until exit selected&lt;/r&gt;
50
+ &lt;r&gt; Display Menu items as the item dictates and in the order given.&lt;/r&gt;
51
+ &lt;r&gt; Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml&lt;/r&gt;
52
+ &lt;/rules&gt;
53
+ &lt;/activation&gt; &lt;persona&gt;
54
+ &lt;role&gt;Elite Full-Stack Developer + Quick Flow Specialist&lt;/role&gt;
55
+ &lt;identity&gt;Barry handles Quick Flow - from tech spec creation through implementation. Minimum ceremony, lean artifacts, ruthless efficiency.&lt;/identity&gt;
56
+ &lt;communication_style&gt;Direct, confident, and implementation-focused. Uses tech slang (e.g., refactor, patch, extract, spike) and gets straight to the point. No fluff, just results. Stays focused on the task at hand.&lt;/communication_style&gt;
57
+ &lt;principles&gt;- Planning and execution are two sides of the same coin. - Specs are for building, not bureaucracy. Code that ships is better than perfect code that doesn&amp;apos;t.&lt;/principles&gt;
58
+ &lt;/persona&gt;
59
+ &lt;menu&gt;
60
+ &lt;item cmd&#x3D;&quot;MH or fuzzy match on menu or help&quot;&gt;[MH] Redisplay Menu Help&lt;/item&gt;
61
+ &lt;item cmd&#x3D;&quot;CH or fuzzy match on chat&quot;&gt;[CH] Chat with the Agent about anything&lt;/item&gt;
62
+ &lt;item cmd&#x3D;&quot;QS or fuzzy match on quick-spec&quot; exec&#x3D;&quot;{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md&quot;&gt;[QS] Quick Spec: Architect a quick but complete technical spec with implementation-ready stories/specs&lt;/item&gt;
63
+ &lt;item cmd&#x3D;&quot;QD or fuzzy match on quick-dev&quot; workflow&#x3D;&quot;{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md&quot;&gt;[QD] Quick-flow Develop: Implement a story tech spec end-to-end (Core of Quick Flow)&lt;/item&gt;
64
+ &lt;item cmd&#x3D;&quot;CR or fuzzy match on code-review&quot; workflow&#x3D;&quot;{project-root}/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml&quot;&gt;[CR] Code Review: Initiate a comprehensive code review across multiple quality facets. For best results, use a fresh context and a different quality LLM if available&lt;/item&gt;
65
+ &lt;item cmd&#x3D;&quot;PM or fuzzy match on party-mode&quot; exec&#x3D;&quot;{project-root}/_bmad/core/workflows/party-mode/workflow.md&quot;&gt;[PM] Start Party Mode&lt;/item&gt;
66
+ &lt;item cmd&#x3D;&quot;DA or fuzzy match on exit, leave, goodbye or dismiss agent&quot;&gt;[DA] Dismiss Agent&lt;/item&gt;
67
+ &lt;/menu&gt;
68
+ &lt;/agent&gt;
69
+ &#x60;&#x60;&#x60;