bmad-auto-copilot 1.1.3 → 1.2.0
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/package.json
CHANGED
|
@@ -6,9 +6,12 @@ Timestamp: {TIMESTAMP}
|
|
|
6
6
|
|
|
7
7
|
## Step 1: Load Configuration and Workflow
|
|
8
8
|
Read the BMAD config from: `_bmad/bmm/config.yaml` — resolve all variables ({project-root}, {output_folder}, etc.)
|
|
9
|
-
Read the workflow definition from: `_bmad/bmm/workflows/4-implementation/code-review/workflow.
|
|
10
|
-
Read
|
|
11
|
-
|
|
9
|
+
Read the workflow definition from: `_bmad/bmm/workflows/4-implementation/bmad-code-review/workflow.md`
|
|
10
|
+
Read and follow these review step files:
|
|
11
|
+
- `_bmad/bmm/workflows/4-implementation/bmad-code-review/steps/step-01-gather-context.md`
|
|
12
|
+
- `_bmad/bmm/workflows/4-implementation/bmad-code-review/steps/step-02-review.md`
|
|
13
|
+
- `_bmad/bmm/workflows/4-implementation/bmad-code-review/steps/step-03-triage.md`
|
|
14
|
+
- `_bmad/bmm/workflows/4-implementation/bmad-code-review/steps/step-04-present.md`
|
|
12
15
|
|
|
13
16
|
## Step 2: Find Next Story
|
|
14
17
|
Read `_bmad-output/implementation-artifacts/sprint-status.yaml` and find the FIRST story in `review` state (scan top to bottom, exclude retrospectives).
|
|
@@ -24,8 +27,8 @@ Perform a thorough ADVERSARIAL code review following the workflow instructions:
|
|
|
24
27
|
- Do NOT review files in `_bmad/`, `_bmad-output/`, `.cursor/`, `.windsurf/`, or `.claude/` directories — only review application source code
|
|
25
28
|
- Verify EVERY task marked [x] is actually implemented
|
|
26
29
|
- Verify EVERY Acceptance Criterion is actually satisfied
|
|
27
|
-
-
|
|
28
|
-
- **AUTOMATICALLY FIX all HIGH and MEDIUM issues**
|
|
30
|
+
- Run the review layers and triage to identify specific problems: code quality, test coverage, architecture compliance, security, performance
|
|
31
|
+
- **AUTOMATICALLY FIX all HIGH and MEDIUM issues** as an automation override after triage
|
|
29
32
|
- Run all tests to verify fixes pass
|
|
30
33
|
- Update the story File List and Dev Agent Record with any fixes applied
|
|
31
34
|
- NEVER accept "looks good" without finding real issues
|
|
@@ -39,7 +42,7 @@ Based on review outcome:
|
|
|
39
42
|
## Rules
|
|
40
43
|
- Use best judgment for ALL decisions — never ask the user
|
|
41
44
|
- Execute ALL steps without pausing — this is YOLO mode (no confirmation between steps)
|
|
42
|
-
- When
|
|
45
|
+
- When workflow step files contain `<ask>` tags or checkpoint confirmations, use best judgment and continue automatically
|
|
43
46
|
- Document issues you cannot auto-fix in the story file
|
|
44
47
|
- All tests must pass after any fixes
|
|
45
48
|
- Follow the workflow checklist to verify completeness
|
|
@@ -6,16 +6,16 @@ Timestamp: {TIMESTAMP}
|
|
|
6
6
|
|
|
7
7
|
## Step 1: Load Configuration and Workflow
|
|
8
8
|
Read the BMAD config from: `_bmad/bmm/config.yaml` — resolve all variables ({project-root}, {output_folder}, etc.)
|
|
9
|
-
Read the workflow definition from: `_bmad/bmm/workflows/4-implementation/create-story/workflow.
|
|
10
|
-
Read the
|
|
11
|
-
Read the workflow template from: `_bmad/bmm/workflows/4-implementation/create-story/template.md`
|
|
12
|
-
Read the workflow checklist from: `_bmad/bmm/workflows/4-implementation/create-story/checklist.md`
|
|
9
|
+
Read the workflow definition from: `_bmad/bmm/workflows/4-implementation/bmad-create-story/workflow.md`
|
|
10
|
+
Read the input discovery protocol from: `_bmad/bmm/workflows/4-implementation/bmad-create-story/discover-inputs.md`
|
|
11
|
+
Read the workflow template from: `_bmad/bmm/workflows/4-implementation/bmad-create-story/template.md`
|
|
12
|
+
Read the workflow checklist from: `_bmad/bmm/workflows/4-implementation/bmad-create-story/checklist.md`
|
|
13
13
|
|
|
14
14
|
## Step 2: Find Next Story
|
|
15
15
|
Read `_bmad-output/implementation-artifacts/sprint-status.yaml` and find the FIRST story in `backlog` state (scan top to bottom, exclude retrospectives).
|
|
16
16
|
|
|
17
17
|
## Step 3: Load and Analyze Context (Exhaustive)
|
|
18
|
-
Follow the
|
|
18
|
+
Follow the workflow.md analysis flow and discover-inputs protocol:
|
|
19
19
|
- Read the corresponding epic file from `_bmad-output/planning-artifacts/`
|
|
20
20
|
- Read PRD, architecture docs, and any referenced project context artifacts
|
|
21
21
|
- Analyze previous story files for context continuity (patterns, conventions, decisions)
|
|
@@ -32,5 +32,5 @@ Update `_bmad-output/implementation-artifacts/sprint-status.yaml` — change the
|
|
|
32
32
|
- Do NOT implement the story code — only create the story file
|
|
33
33
|
- Follow the workflow template precisely
|
|
34
34
|
- Execute ALL steps without pausing — this is YOLO mode (no confirmation between steps)
|
|
35
|
-
- When
|
|
35
|
+
- When workflow files contain `<ask>` tags or checkpoint confirmations, use best judgment and continue automatically
|
|
36
36
|
- If blocking issues arise, document them in the story file and continue
|
|
@@ -6,10 +6,8 @@ Timestamp: {TIMESTAMP}
|
|
|
6
6
|
|
|
7
7
|
## Step 1: Load Configuration and Workflow
|
|
8
8
|
Read the BMAD config from: `_bmad/bmm/config.yaml` — resolve all variables ({project-root}, {output_folder}, etc.)
|
|
9
|
-
Read the workflow definition from: `_bmad/bmm/workflows/4-implementation/dev-story/workflow.
|
|
10
|
-
Read the workflow
|
|
11
|
-
Read the workflow template (if exists) from: `_bmad/bmm/workflows/4-implementation/dev-story/`
|
|
12
|
-
Read the workflow checklist from: `_bmad/bmm/workflows/4-implementation/dev-story/checklist.md`
|
|
9
|
+
Read the workflow definition from: `_bmad/bmm/workflows/4-implementation/bmad-dev-story/workflow.md`
|
|
10
|
+
Read the workflow checklist from: `_bmad/bmm/workflows/4-implementation/bmad-dev-story/checklist.md`
|
|
13
11
|
|
|
14
12
|
## Step 2: Find Next Story
|
|
15
13
|
Read `_bmad-output/implementation-artifacts/sprint-status.yaml` and find the FIRST story in `ready-for-dev` or `in-progress` state (scan top to bottom, exclude retrospectives).
|
|
@@ -25,7 +23,7 @@ Update `_bmad-output/implementation-artifacts/sprint-status.yaml` — change the
|
|
|
25
23
|
|
|
26
24
|
## Step 5: Implement
|
|
27
25
|
Follow the workflow instructions to implement ALL tasks and subtasks defined in the story:
|
|
28
|
-
- Follow the red-green-refactor TDD cycle as specified in
|
|
26
|
+
- Follow the red-green-refactor TDD cycle as specified in workflow.md
|
|
29
27
|
- Write failing tests first, then minimal code to pass, then refactor
|
|
30
28
|
- Write comprehensive unit tests — tests must pass 100%
|
|
31
29
|
- Follow ALL acceptance criteria precisely
|
|
@@ -43,7 +41,7 @@ After ALL tasks are complete and ALL tests pass:
|
|
|
43
41
|
## Rules
|
|
44
42
|
- Use best judgment for ALL decisions — never ask the user
|
|
45
43
|
- Execute ALL steps without pausing — this is YOLO mode (no confirmation between steps)
|
|
46
|
-
- When
|
|
44
|
+
- When workflow files contain `<ask>` tags or checkpoint confirmations, use best judgment and continue automatically
|
|
47
45
|
- Follow the workflow checklist to verify completeness
|
|
48
46
|
- Ensure all existing tests continue to pass
|
|
49
47
|
- NEVER mark a task [x] unless it is truly complete with passing tests
|