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,62 +0,0 @@
1
- ---
2
- name: bmad-tea-testarch-atdd
3
- description: "Generate failing acceptance tests before implementation using TDD red-green-refactor cycle"
4
- license: MIT
5
- compatibility: opencode
6
- metadata:
7
- source: "bmad-method"
8
- module: "tea"
9
- workflow: "testarch-atdd"
10
- standalone: false
11
- ---
12
-
13
- # testarch-atdd Workflow
14
-
15
- Generate failing acceptance tests before implementation using TDD red-green-refactor cycle
16
-
17
- **Author:** BMad
18
-
19
- ## How to Use
20
-
21
- This skill provides a structured workflow. Follow the steps below:
22
-
23
- ## Instructions
24
-
25
- <!-- Powered by BMAD-CORE™ -->
26
-
27
- # Acceptance Test-Driven Development (ATDD)
28
-
29
- **Workflow ID**: `_bmad/tea/testarch/atdd`
30
- **Version**: 5.0 (Step-File Architecture)
31
-
32
- ---
33
-
34
- ## Overview
35
-
36
- Generates **failing acceptance tests** before implementation (TDD red phase), plus an implementation checklist. Produces tests at appropriate levels (E2E/API/Component) with supporting fixtures and helpers.
37
-
38
- ---
39
-
40
- ## WORKFLOW ARCHITECTURE
41
-
42
- This workflow uses **step-file architecture**:
43
-
44
- - **Micro-file Design**: Each step is self-contained
45
- - **JIT Loading**: Only the current step file is in memory
46
- - **Sequential Enforcement**: Execute steps in order without skipping
47
-
48
- ---
49
-
50
- ## INITIALIZATION SEQUENCE
51
-
52
- ### 1. Configuration Loading
53
-
54
- From `workflow.yaml`, resolve:
55
-
56
- - `config_source`, `output_folder`, `user_name`, `communication_language`, `document_output_language`, `date`
57
- - `test_dir`
58
-
59
- ### 2. First Step
60
-
61
- Load, read completely, and execute:
62
- `{project-root}/_bmad/tea/workflows/testarch/atdd/steps-c/step-01-preflight-and-context.md`
@@ -1,67 +0,0 @@
1
- ---
2
- name: bmad-tea-testarch-automate
3
- description: "Expand test automation coverage after implementation or analyze existing codebase to generate comprehensive test suite"
4
- license: MIT
5
- compatibility: opencode
6
- metadata:
7
- source: "bmad-method"
8
- module: "tea"
9
- workflow: "testarch-automate"
10
- standalone: false
11
- ---
12
-
13
- # testarch-automate Workflow
14
-
15
- Expand test automation coverage after implementation or analyze existing codebase to generate comprehensive test suite
16
-
17
- **Author:** BMad
18
-
19
- ## How to Use
20
-
21
- This skill provides a structured workflow. Follow the steps below:
22
-
23
- ## Instructions
24
-
25
- <!-- Powered by BMAD-CORE™ -->
26
-
27
- # Test Automation Expansion
28
-
29
- **Workflow ID**: `_bmad/tea/testarch/automate`
30
- **Version**: 5.0 (Step-File Architecture)
31
-
32
- ---
33
-
34
- ## Overview
35
-
36
- Expands test automation coverage by generating prioritized tests at the appropriate level (E2E, API, Component, Unit) with supporting fixtures and helpers.
37
-
38
- Modes:
39
-
40
- - **BMad-Integrated**: Uses story/PRD/test-design artifacts when available
41
- - **Standalone**: Analyzes existing codebase without BMad artifacts
42
-
43
- ---
44
-
45
- ## WORKFLOW ARCHITECTURE
46
-
47
- This workflow uses **step-file architecture** for disciplined execution:
48
-
49
- - **Micro-file Design**: Each step is self-contained
50
- - **JIT Loading**: Only the current step file is in memory
51
- - **Sequential Enforcement**: Execute steps in order without skipping
52
-
53
- ---
54
-
55
- ## INITIALIZATION SEQUENCE
56
-
57
- ### 1. Configuration Loading
58
-
59
- From `workflow.yaml`, resolve:
60
-
61
- - `config_source`, `output_folder`, `user_name`, `communication_language`, `document_output_language`, `date`
62
- - `test_dir`, `source_dir`, `coverage_target`, `standalone_mode`
63
-
64
- ### 2. First Step
65
-
66
- Load, read completely, and execute:
67
- `{project-root}/_bmad/tea/workflows/testarch/automate/steps-c/step-01-preflight-and-context.md`
@@ -1,62 +0,0 @@
1
- ---
2
- name: bmad-tea-testarch-ci
3
- description: "Scaffold CI/CD quality pipeline with test execution, burn-in loops, and artifact collection"
4
- license: MIT
5
- compatibility: opencode
6
- metadata:
7
- source: "bmad-method"
8
- module: "tea"
9
- workflow: "testarch-ci"
10
- standalone: false
11
- ---
12
-
13
- # testarch-ci Workflow
14
-
15
- Scaffold CI/CD quality pipeline with test execution, burn-in loops, and artifact collection
16
-
17
- **Author:** BMad
18
-
19
- ## How to Use
20
-
21
- This skill provides a structured workflow. Follow the steps below:
22
-
23
- ## Instructions
24
-
25
- <!-- Powered by BMAD-CORE™ -->
26
-
27
- # CI/CD Pipeline Setup
28
-
29
- **Workflow ID**: `_bmad/tea/testarch/ci`
30
- **Version**: 5.0 (Step-File Architecture)
31
-
32
- ---
33
-
34
- ## Overview
35
-
36
- Scaffold a production-ready CI/CD quality pipeline with test execution, burn-in loops for flaky detection, parallel sharding, artifact collection, and notifications.
37
-
38
- ---
39
-
40
- ## WORKFLOW ARCHITECTURE
41
-
42
- This workflow uses **step-file architecture**:
43
-
44
- - **Micro-file Design**: Each step is self-contained
45
- - **JIT Loading**: Only the current step file is in memory
46
- - **Sequential Enforcement**: Execute steps in order
47
-
48
- ---
49
-
50
- ## INITIALIZATION SEQUENCE
51
-
52
- ### 1. Configuration Loading
53
-
54
- From `workflow.yaml`, resolve:
55
-
56
- - `config_source`, `output_folder`, `user_name`, `communication_language`, `document_output_language`, `date`
57
- - `ci_platform`, `test_dir`
58
-
59
- ### 2. First Step
60
-
61
- Load, read completely, and execute:
62
- `{project-root}/_bmad/tea/workflows/testarch/ci/steps-c/step-01-preflight.md`
@@ -1,62 +0,0 @@
1
- ---
2
- name: bmad-tea-testarch-framework
3
- description: "Initialize production-ready test framework architecture (Playwright or Cypress) with fixtures, helpers, and configuration"
4
- license: MIT
5
- compatibility: opencode
6
- metadata:
7
- source: "bmad-method"
8
- module: "tea"
9
- workflow: "testarch-framework"
10
- standalone: false
11
- ---
12
-
13
- # testarch-framework Workflow
14
-
15
- Initialize production-ready test framework architecture (Playwright or Cypress) with fixtures, helpers, and configuration
16
-
17
- **Author:** BMad
18
-
19
- ## How to Use
20
-
21
- This skill provides a structured workflow. Follow the steps below:
22
-
23
- ## Instructions
24
-
25
- <!-- Powered by BMAD-CORE™ -->
26
-
27
- # Test Framework Setup
28
-
29
- **Workflow ID**: `_bmad/tea/testarch/framework`
30
- **Version**: 5.0 (Step-File Architecture)
31
-
32
- ---
33
-
34
- ## Overview
35
-
36
- Initialize a production-ready test framework (Playwright or Cypress) with fixtures, helpers, configuration, and best practices.
37
-
38
- ---
39
-
40
- ## WORKFLOW ARCHITECTURE
41
-
42
- This workflow uses **step-file architecture**:
43
-
44
- - **Micro-file Design**: Each step is self-contained
45
- - **JIT Loading**: Only the current step file is in memory
46
- - **Sequential Enforcement**: Execute steps in order without skipping
47
-
48
- ---
49
-
50
- ## INITIALIZATION SEQUENCE
51
-
52
- ### 1. Configuration Loading
53
-
54
- From `workflow.yaml`, resolve:
55
-
56
- - `config_source`, `output_folder`, `user_name`, `communication_language`, `document_output_language`, `date`
57
- - `test_dir`, `use_typescript`, `framework_preference`, `project_size`
58
-
59
- ### 2. First Step
60
-
61
- Load, read completely, and execute:
62
- `{project-root}/_bmad/tea/workflows/testarch/framework/steps-c/step-01-preflight.md`
@@ -1,60 +0,0 @@
1
- ---
2
- name: bmad-tea-testarch-nfr
3
- description: "Assess non-functional requirements (performance, security, reliability, maintainability) before release with evidence-based validation"
4
- license: MIT
5
- compatibility: opencode
6
- metadata:
7
- source: "bmad-method"
8
- module: "tea"
9
- workflow: "testarch-nfr"
10
- standalone: false
11
- ---
12
-
13
- # testarch-nfr Workflow
14
-
15
- Assess non-functional requirements (performance, security, reliability, maintainability) before release with evidence-based validation
16
-
17
- **Author:** BMad
18
-
19
- ## How to Use
20
-
21
- This skill provides a structured workflow. Follow the steps below:
22
-
23
- ## Instructions
24
-
25
- # Non-Functional Requirements Assessment
26
-
27
- **Workflow:** `testarch-nfr`
28
- **Version:** 5.0 (Step-File Architecture)
29
-
30
- ---
31
-
32
- ## Overview
33
-
34
- Assess non-functional requirements (performance, security, reliability, maintainability) with evidence-based validation and deterministic PASS/CONCERNS/FAIL outcomes.
35
-
36
- ---
37
-
38
- ## WORKFLOW ARCHITECTURE
39
-
40
- This workflow uses **step-file architecture**:
41
-
42
- - **Micro-file Design**: Each step is self-contained
43
- - **JIT Loading**: Only the current step file is in memory
44
- - **Sequential Enforcement**: Execute steps in order
45
-
46
- ---
47
-
48
- ## INITIALIZATION SEQUENCE
49
-
50
- ### 1. Configuration Loading
51
-
52
- From `workflow.yaml`, resolve:
53
-
54
- - `config_source`, `output_folder`, `user_name`, `communication_language`, `document_output_language`, `date`
55
- - `custom_nfr_categories`
56
-
57
- ### 2. First Step
58
-
59
- Load, read completely, and execute:
60
- `{project-root}/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-01-load-context.md`
@@ -1,76 +0,0 @@
1
- ---
2
- name: bmad-tea-testarch-test-design
3
- description: "Dual-mode workflow: (1) System-level testability review in Solutioning phase, or (2) Epic-level test planning in Implementation phase. Auto-detects mode based on project phase."
4
- license: MIT
5
- compatibility: opencode
6
- metadata:
7
- source: "bmad-method"
8
- module: "tea"
9
- workflow: "testarch-test-design"
10
- standalone: false
11
- ---
12
-
13
- # testarch-test-design Workflow
14
-
15
- Dual-mode workflow: (1) System-level testability review in Solutioning phase, or (2) Epic-level test planning in Implementation phase. Auto-detects mode based on project phase.
16
-
17
- **Author:** BMad
18
-
19
- ## How to Use
20
-
21
- This skill provides a structured workflow. Follow the steps below:
22
-
23
- ## Instructions
24
-
25
- <!-- Powered by BMAD-CORE™ -->
26
-
27
- # Test Design and Risk Assessment
28
-
29
- **Workflow ID**: `_bmad/tea/testarch/test-design`
30
- **Version**: 5.0 (Step-File Architecture)
31
-
32
- ---
33
-
34
- ## Overview
35
-
36
- Plans comprehensive test coverage strategy with risk assessment, priority classification, and execution ordering. This workflow operates in **two modes**:
37
-
38
- - **System-Level Mode (Phase 3)**: Testability review of architecture before solutioning gate check
39
- - **Epic-Level Mode (Phase 4)**: Per-epic test planning with risk assessment
40
-
41
- The workflow auto-detects which mode to use based on project phase and user intent.
42
-
43
- ---
44
-
45
- ## WORKFLOW ARCHITECTURE
46
-
47
- This workflow uses **step-file architecture** for disciplined execution:
48
-
49
- ### Core Principles
50
-
51
- - **Micro-file Design**: Each step is a self-contained instruction file
52
- - **Just-In-Time Loading**: Only the current step file is in memory
53
- - **Sequential Enforcement**: Execute steps in order without skipping
54
- - **State Tracking**: Write outputs only when instructed, then proceed
55
-
56
- ### Step Processing Rules (Non-Negotiable)
57
-
58
- 1. **READ COMPLETELY**: Read the entire step file before taking any action
59
- 2. **FOLLOW SEQUENCE**: Execute all numbered sections in order
60
- 3. **WAIT FOR INPUT**: Halt when user input is required
61
- 4. **LOAD NEXT**: Only load the next step file when directed
62
-
63
- ---
64
-
65
- ## INITIALIZATION SEQUENCE
66
-
67
- ### 1. Configuration Loading
68
-
69
- From `workflow.yaml`, resolve:
70
-
71
- - `config_source`, `output_folder`, `user_name`, `communication_language`, `document_output_language`, `date`
72
-
73
- ### 2. First Step
74
-
75
- Load, read completely, and execute:
76
- `{project-root}/_bmad/tea/workflows/testarch/test-design/steps-c/step-01-detect-mode.md`
@@ -1,60 +0,0 @@
1
- ---
2
- name: bmad-tea-testarch-test-review
3
- description: "Review test quality using comprehensive knowledge base and best practices validation"
4
- license: MIT
5
- compatibility: opencode
6
- metadata:
7
- source: "bmad-method"
8
- module: "tea"
9
- workflow: "testarch-test-review"
10
- standalone: false
11
- ---
12
-
13
- # testarch-test-review Workflow
14
-
15
- Review test quality using comprehensive knowledge base and best practices validation
16
-
17
- **Author:** BMad
18
-
19
- ## How to Use
20
-
21
- This skill provides a structured workflow. Follow the steps below:
22
-
23
- ## Instructions
24
-
25
- # Test Quality Review
26
-
27
- **Workflow:** `testarch-test-review`
28
- **Version:** 5.0 (Step-File Architecture)
29
-
30
- ---
31
-
32
- ## Overview
33
-
34
- Review test quality using TEA knowledge base and produce a 0–100 quality score with actionable findings.
35
-
36
- ---
37
-
38
- ## WORKFLOW ARCHITECTURE
39
-
40
- This workflow uses **step-file architecture**:
41
-
42
- - **Micro-file Design**: Each step is self-contained
43
- - **JIT Loading**: Only the current step file is in memory
44
- - **Sequential Enforcement**: Execute steps in order
45
-
46
- ---
47
-
48
- ## INITIALIZATION SEQUENCE
49
-
50
- ### 1. Configuration Loading
51
-
52
- From `workflow.yaml`, resolve:
53
-
54
- - `config_source`, `output_folder`, `user_name`, `communication_language`, `document_output_language`, `date`
55
- - `test_dir`, `review_scope`
56
-
57
- ### 2. First Step
58
-
59
- Load, read completely, and execute:
60
- `{project-root}/_bmad/tea/workflows/testarch/test-review/steps-c/step-01-load-context.md`
@@ -1,60 +0,0 @@
1
- ---
2
- name: bmad-tea-testarch-trace
3
- description: "Generate requirements-to-tests traceability matrix, analyze coverage, and make quality gate decision (PASS/CONCERNS/FAIL/WAIVED)"
4
- license: MIT
5
- compatibility: opencode
6
- metadata:
7
- source: "bmad-method"
8
- module: "tea"
9
- workflow: "testarch-trace"
10
- standalone: false
11
- ---
12
-
13
- # testarch-trace Workflow
14
-
15
- Generate requirements-to-tests traceability matrix, analyze coverage, and make quality gate decision (PASS/CONCERNS/FAIL/WAIVED)
16
-
17
- **Author:** BMad
18
-
19
- ## How to Use
20
-
21
- This skill provides a structured workflow. Follow the steps below:
22
-
23
- ## Instructions
24
-
25
- # Requirements Traceability & Quality Gate
26
-
27
- **Workflow:** `testarch-trace`
28
- **Version:** 5.0 (Step-File Architecture)
29
-
30
- ---
31
-
32
- ## Overview
33
-
34
- Create a requirements-to-tests traceability matrix, analyze coverage gaps, and optionally make a gate decision (PASS/CONCERNS/FAIL/WAIVED) based on evidence.
35
-
36
- ---
37
-
38
- ## WORKFLOW ARCHITECTURE
39
-
40
- This workflow uses **step-file architecture**:
41
-
42
- - **Micro-file Design**: Each step is self-contained
43
- - **JIT Loading**: Only the current step file is in memory
44
- - **Sequential Enforcement**: Execute steps in order
45
-
46
- ---
47
-
48
- ## INITIALIZATION SEQUENCE
49
-
50
- ### 1. Configuration Loading
51
-
52
- From `workflow.yaml`, resolve:
53
-
54
- - `config_source`, `output_folder`, `user_name`, `communication_language`, `document_output_language`, `date`
55
- - `test_dir`, `source_dir`, `coverage_levels`, `gate_type`, `decision_mode`
56
-
57
- ### 2. First Step
58
-
59
- Load, read completely, and execute:
60
- `{project-root}/_bmad/tea/workflows/testarch/trace/steps-c/step-01-load-context.md`