Skip to content

Commit f12e38e

Browse files
authored
Merge branch 'main' into feat/code-review-rewrite
2 parents 17cd19f + 4404b4b commit f12e38e

75 files changed

Lines changed: 106 additions & 144 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/bmm/workflows/1-analysis/bmad-create-product-brief/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: bmad-create-product-brief
33
description: 'Create product brief through collaborative discovery. Use when the user says "lets create a product brief" or "help me create a project brief"'
44
---
55

6-
Follow the instructions in [workflow.md](workflow.md).
6+
Follow the instructions in ./workflow.md.

src/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/contextual-discovery.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Now that you know what the brief is about, fan out subagents in parallel to gath
1212

1313
**Launch in parallel:**
1414

15-
1. **Artifact Analyzer** (`agents/artifact-analyzer.md`) — Scans `{planning_artifacts}` and `{project_knowledge}` for relevant documents. Also scans any specific paths the user provided. Returns structured synthesis of what it found.
15+
1. **Artifact Analyzer** (`../agents/artifact-analyzer.md`) — Scans `{planning_artifacts}` and `{project_knowledge}` for relevant documents. Also scans any specific paths the user provided. Returns structured synthesis of what it found.
1616

17-
2. **Web Researcher** (`agents/web-researcher.md`) — Searches for competitive landscape, market context, trends, and relevant industry data. Returns structured findings scoped to the product domain.
17+
2. **Web Researcher** (`../agents/web-researcher.md`) — Searches for competitive landscape, market context, trends, and relevant industry data. Returns structured findings scoped to the product domain.
1818

1919
### Graceful Degradation
2020

@@ -38,20 +38,20 @@ Once subagent results return (or inline scanning completes):
3838
- Highlight anything surprising or worth discussing
3939
- Share the gaps you've identified
4040
- Ask: "Anything else you'd like to add, or shall we move on to filling in the details?"
41-
- Route to `prompts/guided-elicitation.md`
41+
- Route to `guided-elicitation.md`
4242

4343
**Yolo mode:**
4444
- Absorb all findings silently
45-
- Skip directly to `prompts/draft-and-review.md` — you have enough to draft
45+
- Skip directly to `draft-and-review.md` — you have enough to draft
4646
- The user will refine later
4747

4848
**Headless mode:**
4949
- Absorb all findings
50-
- Skip directly to `prompts/draft-and-review.md`
50+
- Skip directly to `draft-and-review.md`
5151
- No interaction
5252

5353
## Stage Complete
5454

5555
This stage is complete when subagent results (or inline scanning fallback) have returned and findings are merged with user context. Route per mode:
56-
- **Guided**`prompts/guided-elicitation.md`
57-
- **Yolo / Headless**`prompts/draft-and-review.md`
56+
- **Guided**`guided-elicitation.md`
57+
- **Yolo / Headless**`draft-and-review.md`

src/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/draft-and-review.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Step 1: Draft the Executive Brief
1010

11-
Use `resources/brief-template.md` as a guide — adapt structure to fit the product's story.
11+
Use `../resources/brief-template.md` as a guide — adapt structure to fit the product's story.
1212

1313
**Writing principles:**
1414
- **Executive audience** — persuasive, clear, concise. 1-2 pages.
@@ -36,9 +36,9 @@ Before showing the draft to the user, run it through multiple review lenses in p
3636

3737
**Launch in parallel:**
3838

39-
1. **Skeptic Reviewer** (`agents/skeptic-reviewer.md`) — "What's missing? What assumptions are untested? What could go wrong? Where is the brief vague or hand-wavy?"
39+
1. **Skeptic Reviewer** (`../agents/skeptic-reviewer.md`) — "What's missing? What assumptions are untested? What could go wrong? Where is the brief vague or hand-wavy?"
4040

41-
2. **Opportunity Reviewer** (`agents/opportunity-reviewer.md`) — "What adjacent value propositions are being missed? What market angles or partnerships could strengthen this? What's underemphasized?"
41+
2. **Opportunity Reviewer** (`../agents/opportunity-reviewer.md`) — "What adjacent value propositions are being missed? What market angles or partnerships could strengthen this? What's underemphasized?"
4242

4343
3. **Contextual Reviewer** — You (the main agent) pick the most useful third lens based on THIS specific product. Choose the lens that addresses the SINGLE BIGGEST RISK that the skeptic and opportunity reviewers won't naturally catch. Examples:
4444
- For healthtech: "Regulatory and compliance risk reviewer"
@@ -65,7 +65,7 @@ After all reviews complete:
6565

6666
## Step 4: Present to User
6767

68-
**Headless mode:** Skip to `prompts/finalize.md` — no user interaction. Save the improved draft directly.
68+
**Headless mode:** Skip to `finalize.md` — no user interaction. Save the improved draft directly.
6969

7070
**Yolo and Guided modes:**
7171

@@ -83,4 +83,4 @@ Present reviewer findings with brief rationale, then offer: "Want me to dig into
8383

8484
## Stage Complete
8585

86-
This stage is complete when: (a) the draft has been reviewed by all three lenses and improvements integrated, AND either (autonomous) save and route directly, or (guided/yolo) the user is satisfied. Route to `prompts/finalize.md`.
86+
This stage is complete when: (a) the draft has been reviewed by all three lenses and improvements integrated, AND either (autonomous) save and route directly, or (guided/yolo) the user is satisfied. Route to `finalize.md`.

src/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/finalize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ purpose: "Token-efficient context for downstream PRD creation"
7272

7373
## Stage Complete
7474

75-
This is the terminal stage. After delivering the completion message and file paths, the workflow is done. If the user requests further revisions, loop back to `prompts/draft-and-review.md`. Otherwise, exit.
75+
This is the terminal stage. After delivering the completion message and file paths, the workflow is done. If the user requests further revisions, loop back to `draft-and-review.md`. Otherwise, exit.

src/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/guided-elicitation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
**Goal:** Fill the gaps in what you know. By now you have the user's brain dump, artifact analysis, and web research. This stage is about smart, targeted questioning — not rote section-by-section interrogation.
77

8-
**Skip this stage entirely in Yolo and Autonomous modes** — go directly to `prompts/draft-and-review.md`.
8+
**Skip this stage entirely in Yolo and Autonomous modes** — go directly to `draft-and-review.md`.
99

1010
## Approach
1111

@@ -67,4 +67,4 @@ If the user is providing complete, confident answers and you have solid coverage
6767

6868
## Stage Complete
6969

70-
This stage is complete when sufficient substance exists to draft a compelling brief and the user confirms readiness. Route to `prompts/draft-and-review.md`.
70+
This stage is complete when sufficient substance exists to draft a compelling brief and the user confirms readiness. Route to `draft-and-review.md`.

src/bmm/workflows/1-analysis/research/bmad-domain-research/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: bmad-domain-research
33
description: 'Conduct domain and industry research. Use when the user says "lets create a research report on [domain or industry]"'
44
---
55

6-
Follow the instructions in [workflow.md](workflow.md).
6+
Follow the instructions in ./workflow.md.

src/bmm/workflows/1-analysis/research/bmad-market-research/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: bmad-market-research
33
description: 'Conduct market research on competition and customers. Use when the user says "create a market research report about [business idea]".'
44
---
55

6-
Follow the instructions in [workflow.md](workflow.md).
6+
Follow the instructions in ./workflow.md.

src/bmm/workflows/1-analysis/research/bmad-technical-research/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: bmad-technical-research
33
description: 'Conduct technical research on technologies and architecture. Use when the user says "create a technical research report on [topic]".'
44
---
55

6-
Follow the instructions in [workflow.md](workflow.md).
6+
Follow the instructions in ./workflow.md.

src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: bmad-create-ux-design
33
description: 'Plan UX patterns and design specifications. Use when the user says "lets create UX design" or "create UX specifications" or "help me plan the UX"'
44
---
55

6-
Follow the instructions in [workflow.md](workflow.md).
6+
Follow the instructions in ./workflow.md.

src/bmm/workflows/2-plan-workflows/bmad-edit-prd/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: bmad-edit-prd
33
description: 'Edit an existing PRD. Use when the user says "edit this PRD".'
44
---
55

6-
Follow the instructions in [workflow.md](workflow.md).
6+
Follow the instructions in ./workflow.md.

0 commit comments

Comments
 (0)