bmad-method 6.2.3-next.3 → 6.2.3-next.31
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/.claude-plugin/marketplace.json +0 -4
- package/README.md +8 -9
- package/README_CN.md +1 -1
- package/README_VN.md +110 -0
- package/package.json +2 -1
- package/removals.txt +17 -0
- package/src/bmm-skills/1-analysis/bmad-agent-analyst/SKILL.md +7 -4
- package/src/bmm-skills/1-analysis/bmad-agent-tech-writer/SKILL.md +6 -4
- package/src/bmm-skills/1-analysis/bmad-document-project/workflow.md +8 -10
- package/src/bmm-skills/1-analysis/bmad-prfaq/SKILL.md +96 -0
- package/src/bmm-skills/1-analysis/bmad-prfaq/agents/artifact-analyzer.md +60 -0
- package/src/bmm-skills/1-analysis/bmad-prfaq/agents/web-researcher.md +49 -0
- package/src/bmm-skills/1-analysis/bmad-prfaq/assets/prfaq-template.md +62 -0
- package/src/bmm-skills/1-analysis/bmad-prfaq/bmad-manifest.json +16 -0
- package/src/bmm-skills/1-analysis/bmad-prfaq/references/customer-faq.md +55 -0
- package/src/bmm-skills/1-analysis/bmad-prfaq/references/internal-faq.md +51 -0
- package/src/bmm-skills/1-analysis/bmad-prfaq/references/press-release.md +60 -0
- package/src/bmm-skills/1-analysis/bmad-prfaq/references/verdict.md +79 -0
- package/src/bmm-skills/1-analysis/bmad-product-brief/SKILL.md +1 -6
- package/src/bmm-skills/1-analysis/bmad-product-brief/bmad-manifest.json +1 -1
- package/src/bmm-skills/1-analysis/research/bmad-domain-research/workflow.md +8 -6
- package/src/bmm-skills/1-analysis/research/bmad-market-research/workflow.md +8 -6
- package/src/bmm-skills/1-analysis/research/bmad-technical-research/workflow.md +8 -6
- package/src/bmm-skills/2-plan-workflows/bmad-agent-pm/SKILL.md +6 -4
- package/src/bmm-skills/2-plan-workflows/bmad-agent-ux-designer/SKILL.md +6 -4
- package/src/bmm-skills/2-plan-workflows/bmad-create-prd/workflow.md +8 -9
- package/src/bmm-skills/2-plan-workflows/bmad-create-ux-design/steps/step-13-responsive-accessibility.md +1 -1
- package/src/bmm-skills/2-plan-workflows/bmad-create-ux-design/workflow.md +8 -9
- package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01-discovery.md +1 -1
- package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01b-legacy-conversion.md +1 -1
- package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/steps-e/step-e-02-review.md +1 -1
- package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/steps-e/step-e-03-edit.md +1 -1
- package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/steps-e/step-e-04-complete.md +1 -3
- package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/workflow.md +8 -9
- package/src/bmm-skills/2-plan-workflows/bmad-validate-prd/workflow.md +8 -9
- package/src/bmm-skills/3-solutioning/bmad-agent-architect/SKILL.md +6 -4
- package/src/bmm-skills/3-solutioning/bmad-check-implementation-readiness/steps/step-01-document-discovery.md +1 -1
- package/src/bmm-skills/3-solutioning/bmad-check-implementation-readiness/steps/step-02-prd-analysis.md +1 -1
- package/src/bmm-skills/3-solutioning/bmad-check-implementation-readiness/steps/step-03-epic-coverage-validation.md +1 -1
- package/src/bmm-skills/3-solutioning/bmad-check-implementation-readiness/workflow.md +9 -11
- package/src/bmm-skills/3-solutioning/bmad-create-architecture/workflow.md +8 -14
- package/src/bmm-skills/3-solutioning/bmad-create-epics-and-stories/workflow.md +10 -12
- package/src/bmm-skills/3-solutioning/bmad-generate-project-context/workflow.md +8 -12
- package/src/bmm-skills/4-implementation/bmad-agent-dev/SKILL.md +11 -4
- package/src/bmm-skills/4-implementation/bmad-checkpoint-preview/SKILL.md +29 -0
- package/src/bmm-skills/4-implementation/bmad-checkpoint-preview/generate-trail.md +38 -0
- package/src/bmm-skills/4-implementation/bmad-checkpoint-preview/step-01-orientation.md +105 -0
- package/src/bmm-skills/4-implementation/bmad-checkpoint-preview/step-02-walkthrough.md +89 -0
- package/src/bmm-skills/4-implementation/bmad-checkpoint-preview/step-03-detail-pass.md +106 -0
- package/src/bmm-skills/4-implementation/bmad-checkpoint-preview/step-04-testing.md +74 -0
- package/src/bmm-skills/4-implementation/bmad-checkpoint-preview/step-05-wrapup.md +24 -0
- package/src/bmm-skills/4-implementation/bmad-code-review/steps/step-01-gather-context.md +38 -15
- package/src/bmm-skills/4-implementation/bmad-correct-course/checklist.md +2 -2
- package/src/bmm-skills/4-implementation/bmad-correct-course/workflow.md +8 -8
- package/src/bmm-skills/4-implementation/bmad-qa-generate-e2e-tests/checklist.md +1 -1
- package/src/bmm-skills/4-implementation/bmad-quick-dev/compile-epic-context.md +62 -0
- package/src/bmm-skills/4-implementation/bmad-quick-dev/spec-template.md +1 -1
- package/src/bmm-skills/4-implementation/bmad-quick-dev/step-01-clarify-and-route.md +33 -6
- package/src/bmm-skills/4-implementation/bmad-quick-dev/step-02-plan.md +20 -8
- package/src/bmm-skills/4-implementation/bmad-quick-dev/step-03-implement.md +2 -0
- package/src/bmm-skills/4-implementation/bmad-quick-dev/step-oneshot.md +16 -4
- package/src/bmm-skills/4-implementation/bmad-quick-dev/workflow.md +1 -5
- package/src/bmm-skills/4-implementation/bmad-retrospective/workflow.md +134 -134
- package/src/bmm-skills/4-implementation/bmad-sprint-planning/sprint-status-template.yaml +1 -1
- package/src/bmm-skills/4-implementation/bmad-sprint-planning/workflow.md +3 -3
- package/src/bmm-skills/4-implementation/bmad-sprint-status/workflow.md +2 -2
- package/src/bmm-skills/module-help.csv +4 -1
- package/src/core-skills/bmad-advanced-elicitation/SKILL.md +1 -2
- package/src/core-skills/bmad-distillator/SKILL.md +0 -1
- package/src/core-skills/bmad-distillator/resources/distillate-format-reference.md +9 -9
- package/src/core-skills/bmad-help/SKILL.md +4 -2
- package/src/core-skills/bmad-party-mode/SKILL.md +121 -2
- package/src/core-skills/module-help.csv +1 -0
- package/tools/installer/cli-utils.js +18 -9
- package/tools/installer/commands/install.js +0 -1
- package/tools/installer/core/existing-install.js +2 -8
- package/tools/installer/core/install-paths.js +0 -3
- package/tools/installer/core/installer.js +176 -464
- package/tools/installer/core/manifest-generator.js +4 -12
- package/tools/installer/core/manifest.js +82 -97
- package/tools/installer/ide/_config-driven.js +149 -38
- package/tools/installer/ide/platform-codes.yaml +6 -4
- package/tools/installer/ide/shared/skill-manifest.js +1 -16
- package/tools/installer/install-messages.yaml +19 -26
- package/tools/installer/modules/community-manager.js +377 -0
- package/tools/installer/modules/custom-module-manager.js +308 -0
- package/tools/installer/modules/external-manager.js +65 -49
- package/tools/installer/modules/official-modules.js +37 -65
- package/tools/installer/modules/registry-client.js +66 -0
- package/tools/installer/{external-official-modules.yaml → modules/registry-fallback.yaml} +3 -12
- package/tools/installer/ui.js +340 -672
- package/tools/platform-codes.yaml +6 -0
- package/src/bmm-skills/2-plan-workflows/create-prd/data/domain-complexity.csv +0 -15
- package/src/bmm-skills/2-plan-workflows/create-prd/data/project-types.csv +0 -11
- package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md +0 -224
- package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-02-format-detection.md +0 -191
- package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-02b-parity-check.md +0 -209
- package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-03-density-validation.md +0 -174
- package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-04-brief-coverage-validation.md +0 -214
- package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-05-measurability-validation.md +0 -228
- package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-06-traceability-validation.md +0 -217
- package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-07-implementation-leakage-validation.md +0 -205
- package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-08-domain-compliance-validation.md +0 -243
- package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-09-project-type-validation.md +0 -263
- package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md +0 -209
- package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md +0 -264
- package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-12-completeness-validation.md +0 -242
- package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +0 -232
- package/src/bmm-skills/2-plan-workflows/create-prd/workflow-validate-prd.md +0 -65
- package/src/bmm-skills/4-implementation/bmad-agent-qa/SKILL.md +0 -59
- package/src/bmm-skills/4-implementation/bmad-agent-qa/bmad-skill-manifest.yaml +0 -11
- package/src/bmm-skills/4-implementation/bmad-agent-quick-flow-solo-dev/SKILL.md +0 -51
- package/src/bmm-skills/4-implementation/bmad-agent-quick-flow-solo-dev/bmad-skill-manifest.yaml +0 -11
- package/src/bmm-skills/4-implementation/bmad-agent-sm/SKILL.md +0 -53
- package/src/bmm-skills/4-implementation/bmad-agent-sm/bmad-skill-manifest.yaml +0 -11
- package/src/core-skills/bmad-init/SKILL.md +0 -100
- package/src/core-skills/bmad-init/resources/core-module.yaml +0 -25
- package/src/core-skills/bmad-init/scripts/bmad_init.py +0 -624
- package/src/core-skills/bmad-init/scripts/tests/test_bmad_init.py +0 -393
- package/src/core-skills/bmad-party-mode/steps/step-01-agent-loading.md +0 -138
- package/src/core-skills/bmad-party-mode/steps/step-02-discussion-orchestration.md +0 -187
- package/src/core-skills/bmad-party-mode/steps/step-03-graceful-exit.md +0 -167
- package/src/core-skills/bmad-party-mode/workflow.md +0 -190
- package/tools/installer/core/custom-module-cache.js +0 -260
- package/tools/installer/custom-handler.js +0 -112
- package/tools/installer/modules/custom-modules.js +0 -197
- /package/src/bmm-skills/2-plan-workflows/{create-prd → bmad-edit-prd}/data/prd-purpose.md +0 -0
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
**Language:** Use `{communication_language}` for all output.
|
|
2
|
+
**Output Language:** Use `{document_output_language}` for documents.
|
|
3
|
+
**Output Location:** `{planning_artifacts}`
|
|
4
|
+
**Coaching stance:** Be direct, challenge vague thinking, but offer concrete alternatives when the user is stuck — tough love, not tough silence.
|
|
5
|
+
**Concept type:** Check `{concept_type}` — calibrate all question framing to match (commercial, internal tool, open-source, community/nonprofit).
|
|
6
|
+
|
|
7
|
+
# Stage 4: Internal FAQ
|
|
8
|
+
|
|
9
|
+
**Goal:** Stress-test the concept from the builder's side. The customer FAQ asked "should I use this?" The internal FAQ asks "can we actually pull this off — and should we?"
|
|
10
|
+
|
|
11
|
+
## The Skeptical Stakeholder
|
|
12
|
+
|
|
13
|
+
You are now the internal stakeholder panel — engineering lead, finance, legal, operations, the CEO who's seen a hundred pitches. The press release was inspiring. Now prove it's real.
|
|
14
|
+
|
|
15
|
+
**Generate 6-10 internal FAQ questions** that cover these angles:
|
|
16
|
+
|
|
17
|
+
- **Feasibility:** "What's the hardest technical problem here?" / "What do we not know how to build yet?" / "What are the key dependencies and risks?"
|
|
18
|
+
- **Business viability:** "What does the unit economics look like?" / "How do we acquire the first 100 customers?" / "What's the competitive moat — and how durable is it?"
|
|
19
|
+
- **Resource reality:** "What does the team need to look like?" / "What's the realistic timeline to a usable product?" / "What do we have to say no to in order to do this?"
|
|
20
|
+
- **Risk:** "What kills this?" / "What's the worst-case scenario if we ship and it doesn't work?" / "What regulatory or legal exposure exists?"
|
|
21
|
+
- **Strategic fit:** "Why us? Why now?" / "What does this cannibalize?" / "If this succeeds, what does the company look like in 3 years?"
|
|
22
|
+
- **The question the founder avoids:** The internal counterpart to the hard customer question. The thing that keeps them up at night but hasn't been said out loud.
|
|
23
|
+
|
|
24
|
+
**Calibrate questions to context.** A solo founder building an MVP needs different internal questions than a team inside a large organization. Don't ask about "board alignment" for a weekend project. Don't ask about "weekend viability" for an enterprise product. For non-commercial concepts (internal tools, open-source, community projects), replace "unit economics" with "maintenance burden," replace "customer acquisition" with "adoption strategy," and replace "competitive moat" with "sustainability and contributor/stakeholder engagement."
|
|
25
|
+
|
|
26
|
+
## Coaching the Answers
|
|
27
|
+
|
|
28
|
+
Same approach as Customer FAQ — draft, challenge, refine:
|
|
29
|
+
|
|
30
|
+
1. **Present all questions at once.**
|
|
31
|
+
2. **Work through answers.** Demand specificity. "We'll figure it out" is not an answer. Neither is "we'll hire for that." What's the actual plan?
|
|
32
|
+
3. **Honest unknowns are fine — unexamined unknowns are not.** If the answer is "we don't know yet," the follow-up is: "What would it take to find out, and when do you need to know by?"
|
|
33
|
+
4. **Watch for hand-waving on resources and timeline.** These are the most commonly over-optimistic answers. Push for concrete scoping.
|
|
34
|
+
|
|
35
|
+
## Headless Mode
|
|
36
|
+
|
|
37
|
+
Generate questions calibrated to context and best-effort answers. Flag high-risk areas and unknowns prominently.
|
|
38
|
+
|
|
39
|
+
## Updating the Document
|
|
40
|
+
|
|
41
|
+
Append the Internal FAQ section to the output document. Update frontmatter: `status: "internal-faq"`, `stage: 4`, `updated` timestamp.
|
|
42
|
+
|
|
43
|
+
## Coaching Notes Capture
|
|
44
|
+
|
|
45
|
+
Before moving on, append a `<!-- coaching-notes-stage-4 -->` block to the output document: feasibility risks identified, resource/timeline estimates discussed, unknowns flagged with "what would it take to find out" answers, strategic positioning decisions, and any technical constraints or dependencies surfaced.
|
|
46
|
+
|
|
47
|
+
## Stage Complete
|
|
48
|
+
|
|
49
|
+
This stage is complete when the internal questions have honest, specific answers — and the user has a clear-eyed view of what it actually takes to execute this concept. Optimism is fine. Delusion is not.
|
|
50
|
+
|
|
51
|
+
Route to `./verdict.md`.
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
**Language:** Use `{communication_language}` for all output.
|
|
2
|
+
**Output Language:** Use `{document_output_language}` for documents.
|
|
3
|
+
**Output Location:** `{planning_artifacts}`
|
|
4
|
+
**Coaching stance:** Be direct, challenge vague thinking, but offer concrete alternatives when the user is stuck — tough love, not tough silence.
|
|
5
|
+
|
|
6
|
+
# Stage 2: The Press Release
|
|
7
|
+
|
|
8
|
+
**Goal:** Produce a press release that would make a real customer stop scrolling and pay attention. Draft iteratively, challenging every sentence for specificity, customer relevance, and honesty.
|
|
9
|
+
|
|
10
|
+
**Concept type adaptation:** Check `{concept_type}` (commercial product, internal tool, open-source, community/nonprofit). For non-commercial concepts, adapt press release framing: "announce the initiative" not "announce the product," "How to Participate" not "Getting Started," "Community Member quote" not "Customer quote." The structure stays — the language shifts to match the audience.
|
|
11
|
+
|
|
12
|
+
## The Forge
|
|
13
|
+
|
|
14
|
+
The press release is the heart of Working Backwards. It has a specific structure, and each part earns its place by forcing a different type of clarity:
|
|
15
|
+
|
|
16
|
+
| Section | What It Forces |
|
|
17
|
+
|---------|---------------|
|
|
18
|
+
| **Headline** | Can you say what this is in one sentence a customer would understand? |
|
|
19
|
+
| **Subheadline** | Who benefits and what changes for them? |
|
|
20
|
+
| **Opening paragraph** | What are you announcing, who is it for, and why should they care? |
|
|
21
|
+
| **Problem paragraph** | Can you make the reader feel the customer's pain without mentioning your solution? |
|
|
22
|
+
| **Solution paragraph** | What changes for the customer? (Not: what did you build.) |
|
|
23
|
+
| **Leader quote** | What's the vision beyond the feature list? |
|
|
24
|
+
| **How It Works** | Can you explain the experience from the customer's perspective? |
|
|
25
|
+
| **Customer quote** | Would a real person say this? Does it sound human? |
|
|
26
|
+
| **Getting Started** | Is the path to value clear and concrete? |
|
|
27
|
+
|
|
28
|
+
## Coaching Approach
|
|
29
|
+
|
|
30
|
+
The coaching dynamic: draft each section yourself first, then model critical thinking by challenging your own draft out loud before inviting the user to sharpen it. Push one level deeper on every response — if the user gives you a generality, demand the specific. The cycle is: draft → self-challenge → invite → deepen.
|
|
31
|
+
|
|
32
|
+
When the user is stuck, offer 2-3 concrete alternatives to react to rather than repeating the question harder.
|
|
33
|
+
|
|
34
|
+
## Quality Bars
|
|
35
|
+
|
|
36
|
+
These are the standards to hold the press release to. Don't enumerate them to the user — embody them in your challenges:
|
|
37
|
+
|
|
38
|
+
- **No jargon** — If a customer wouldn't use the word, neither should the press release
|
|
39
|
+
- **No weasel words** — "significantly", "revolutionary", "best-in-class" are banned. Replace with specifics.
|
|
40
|
+
- **The mom test** — Could you explain this to someone outside your industry and have them understand why it matters?
|
|
41
|
+
- **The "so what?" test** — Every sentence should survive "so what?" If it can't, cut or sharpen it.
|
|
42
|
+
- **Honest framing** — The press release should be compelling without being dishonest. If you're overselling, the customer FAQ will expose it.
|
|
43
|
+
|
|
44
|
+
## Headless Mode
|
|
45
|
+
|
|
46
|
+
If running headless: draft the complete press release based on available inputs without interaction. Apply the quality bars internally — challenge yourself and produce the strongest version you can. Write directly to the output document.
|
|
47
|
+
|
|
48
|
+
## Updating the Document
|
|
49
|
+
|
|
50
|
+
After each section is refined, append it to the output document at `{planning_artifacts}/prfaq-{project_name}.md`. Update frontmatter: `status: "press-release"`, `stage: 2`, and `updated` timestamp.
|
|
51
|
+
|
|
52
|
+
## Coaching Notes Capture
|
|
53
|
+
|
|
54
|
+
Before moving on, append a brief `<!-- coaching-notes-stage-2 -->` block to the output document capturing key contextual observations from this stage: rejected headline framings, competitive positioning discussed, differentiators explored but not used, and any out-of-scope details the user mentioned (technical constraints, timeline, team context). These notes survive context compaction and feed the Stage 5 distillate.
|
|
55
|
+
|
|
56
|
+
## Stage Complete
|
|
57
|
+
|
|
58
|
+
This stage is complete when the full press release reads as a coherent, compelling announcement that a real customer would find relevant. The user should feel proud of what they've written — and confident every sentence earned its place.
|
|
59
|
+
|
|
60
|
+
Route to `./customer-faq.md`.
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
**Language:** Use `{communication_language}` for all output.
|
|
2
|
+
**Output Language:** Use `{document_output_language}` for documents.
|
|
3
|
+
**Output Location:** `{planning_artifacts}`
|
|
4
|
+
**Coaching stance:** Be direct and honest — the verdict exists to surface truth, not to soften it. But frame every finding constructively.
|
|
5
|
+
|
|
6
|
+
# Stage 5: The Verdict
|
|
7
|
+
|
|
8
|
+
**Goal:** Step back from the details and give the user an honest assessment of where their concept stands. Finalize the PRFAQ document and produce the downstream distillate.
|
|
9
|
+
|
|
10
|
+
## The Assessment
|
|
11
|
+
|
|
12
|
+
Review the entire PRFAQ — press release, customer FAQ, internal FAQ — and deliver a candid verdict:
|
|
13
|
+
|
|
14
|
+
**Concept Strength:** Rate the overall concept readiness. Not a score — a narrative assessment. Where is the thinking sharp and where is it still soft? What survived the gauntlet and what barely held together?
|
|
15
|
+
|
|
16
|
+
**Three categories of findings:**
|
|
17
|
+
|
|
18
|
+
- **Forged in steel** — aspects of the concept that are clear, compelling, and defensible. The press release sections that would actually make a customer stop. The FAQ answers that are honest and convincing.
|
|
19
|
+
- **Needs more heat** — areas that are promising but underdeveloped. The user has a direction but hasn't gone deep enough. These need more work before they're ready for a PRD.
|
|
20
|
+
- **Cracks in the foundation** — genuine risks, unresolved contradictions, or gaps that could undermine the whole concept. Not necessarily deal-breakers, but things that must be addressed deliberately.
|
|
21
|
+
|
|
22
|
+
**Present the verdict directly.** Don't soften it. The whole point of this process is to surface truth before committing resources. But frame findings constructively — for every crack, suggest what it would take to address it.
|
|
23
|
+
|
|
24
|
+
## Finalize the Document
|
|
25
|
+
|
|
26
|
+
1. **Polish the PRFAQ** — ensure the press release reads as a cohesive narrative, FAQs flow logically, formatting is consistent
|
|
27
|
+
2. **Append The Verdict section** to the output document with the assessment
|
|
28
|
+
3. Update frontmatter: `status: "complete"`, `stage: 5`, `updated` timestamp
|
|
29
|
+
|
|
30
|
+
## Produce the Distillate
|
|
31
|
+
|
|
32
|
+
Throughout the process, you captured context beyond what fits in the PRFAQ. Source material for the distillate includes the `<!-- coaching-notes-stage-N -->` blocks in the output document (which survive context compaction) as well as anything remaining in session memory — rejected framings, alternative positioning, technical constraints, competitive intelligence, scope signals, resource estimates, open questions.
|
|
33
|
+
|
|
34
|
+
**Always produce the distillate** at `{planning_artifacts}/prfaq-{project_name}-distillate.md`:
|
|
35
|
+
|
|
36
|
+
```yaml
|
|
37
|
+
---
|
|
38
|
+
title: "PRFAQ Distillate: {project_name}"
|
|
39
|
+
type: llm-distillate
|
|
40
|
+
source: "prfaq-{project_name}.md"
|
|
41
|
+
created: "{timestamp}"
|
|
42
|
+
purpose: "Token-efficient context for downstream PRD creation"
|
|
43
|
+
---
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
**Distillate content:** Dense bullet points grouped by theme. Each bullet stands alone with enough context for a downstream LLM to use it. Include:
|
|
47
|
+
- Rejected framings and why they were dropped
|
|
48
|
+
- Requirements signals captured during coaching
|
|
49
|
+
- Technical context, constraints, and platform preferences
|
|
50
|
+
- Competitive intelligence from discussion
|
|
51
|
+
- Open questions and unknowns flagged during internal FAQ
|
|
52
|
+
- Scope signals — what's in, out, and maybe for MVP
|
|
53
|
+
- Resource and timeline estimates discussed
|
|
54
|
+
- The Verdict findings (especially "needs more heat" and "cracks") as actionable items
|
|
55
|
+
|
|
56
|
+
## Present Completion
|
|
57
|
+
|
|
58
|
+
"Your PRFAQ for {project_name} has survived the gauntlet.
|
|
59
|
+
|
|
60
|
+
**PRFAQ:** `{planning_artifacts}/prfaq-{project_name}.md`
|
|
61
|
+
**Detail Pack:** `{planning_artifacts}/prfaq-{project_name}-distillate.md`
|
|
62
|
+
|
|
63
|
+
**Recommended next step:** Use the PRFAQ and detail pack as input for PRD creation. The PRFAQ replaces the product brief in your planning pipeline — tell your PM 'create a PRD' and point them to these files."
|
|
64
|
+
|
|
65
|
+
**Headless mode output:**
|
|
66
|
+
```json
|
|
67
|
+
{
|
|
68
|
+
"status": "complete",
|
|
69
|
+
"prfaq": "{planning_artifacts}/prfaq-{project_name}.md",
|
|
70
|
+
"distillate": "{planning_artifacts}/prfaq-{project_name}-distillate.md",
|
|
71
|
+
"verdict": "forged|needs-heat|cracked",
|
|
72
|
+
"key_risks": ["top unresolved items"],
|
|
73
|
+
"open_questions": ["unresolved items from FAQs"]
|
|
74
|
+
}
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
## Stage Complete
|
|
78
|
+
|
|
79
|
+
This is the terminal stage. If the user wants to revise, loop back to the relevant stage. Otherwise, the workflow is done.
|
|
@@ -37,7 +37,7 @@ Check activation context immediately:
|
|
|
37
37
|
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
38
38
|
- Use `{project_knowledge}` for additional context scanning
|
|
39
39
|
|
|
40
|
-
2. **Greet user** as `{user_name}`, speaking in `{communication_language}`.
|
|
40
|
+
2. **Greet user** as `{user_name}`, speaking in `{communication_language}`.
|
|
41
41
|
|
|
42
42
|
3. **Stage 1: Understand Intent** (handled here in SKILL.md)
|
|
43
43
|
|
|
@@ -80,8 +80,3 @@ Check activation context immediately:
|
|
|
80
80
|
| 3 | Guided Elicitation | Fill gaps through smart questioning | `prompts/guided-elicitation.md` |
|
|
81
81
|
| 4 | Draft & Review | Draft brief, fan out review subagents | `prompts/draft-and-review.md` |
|
|
82
82
|
| 5 | Finalize | Polish, output, offer distillate | `prompts/finalize.md` |
|
|
83
|
-
|
|
84
|
-
## External Skills
|
|
85
|
-
|
|
86
|
-
This workflow uses:
|
|
87
|
-
- `bmad-init` — Configuration loading (module: bmm)
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"description": "Produces executive product brief and optional LLM distillate for PRD input.",
|
|
9
9
|
"supports-headless": true,
|
|
10
10
|
"phase-name": "1-analysis",
|
|
11
|
-
"after": ["brainstorming, perform-research"],
|
|
11
|
+
"after": ["brainstorming", "perform-research"],
|
|
12
12
|
"before": ["create-prd"],
|
|
13
13
|
"is-required": true,
|
|
14
14
|
"output-location": "{planning_artifacts}"
|
|
@@ -8,12 +8,14 @@
|
|
|
8
8
|
|
|
9
9
|
**⛔ Web search required.** If unavailable, abort and tell the user.
|
|
10
10
|
|
|
11
|
-
##
|
|
12
|
-
|
|
13
|
-
Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve
|
|
14
|
-
-
|
|
15
|
-
- `communication_language
|
|
16
|
-
- `
|
|
11
|
+
## Activation
|
|
12
|
+
|
|
13
|
+
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve::
|
|
14
|
+
- Use `{user_name}` for greeting
|
|
15
|
+
- Use `{communication_language}` for all communications
|
|
16
|
+
- Use `{document_output_language}` for output documents
|
|
17
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
18
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
17
19
|
|
|
18
20
|
## QUICK TOPIC DISCOVERY
|
|
19
21
|
|
|
@@ -8,12 +8,14 @@
|
|
|
8
8
|
|
|
9
9
|
**⛔ Web search required.** If unavailable, abort and tell the user.
|
|
10
10
|
|
|
11
|
-
##
|
|
12
|
-
|
|
13
|
-
Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve
|
|
14
|
-
-
|
|
15
|
-
- `communication_language
|
|
16
|
-
- `
|
|
11
|
+
## Activation
|
|
12
|
+
|
|
13
|
+
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve::
|
|
14
|
+
- Use `{user_name}` for greeting
|
|
15
|
+
- Use `{communication_language}` for all communications
|
|
16
|
+
- Use `{document_output_language}` for output documents
|
|
17
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
18
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
17
19
|
|
|
18
20
|
## QUICK TOPIC DISCOVERY
|
|
19
21
|
|
|
@@ -9,12 +9,14 @@
|
|
|
9
9
|
|
|
10
10
|
**⛔ Web search required.** If unavailable, abort and tell the user.
|
|
11
11
|
|
|
12
|
-
##
|
|
13
|
-
|
|
14
|
-
Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve
|
|
15
|
-
-
|
|
16
|
-
- `communication_language
|
|
17
|
-
- `
|
|
12
|
+
## Activation
|
|
13
|
+
|
|
14
|
+
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve::
|
|
15
|
+
- Use `{user_name}` for greeting
|
|
16
|
+
- Use `{communication_language}` for all communications
|
|
17
|
+
- Use `{document_output_language}` for output documents
|
|
18
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
19
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
18
20
|
|
|
19
21
|
## QUICK TOPIC DISCOVERY
|
|
20
22
|
|
|
@@ -41,10 +41,12 @@ When you are in this persona and the user calls a skill, this persona must carry
|
|
|
41
41
|
|
|
42
42
|
## On Activation
|
|
43
43
|
|
|
44
|
-
1.
|
|
45
|
-
- Use `{user_name}`
|
|
46
|
-
- Use `{communication_language}`
|
|
47
|
-
-
|
|
44
|
+
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
45
|
+
- Use `{user_name}` for greeting
|
|
46
|
+
- Use `{communication_language}` for all communications
|
|
47
|
+
- Use `{document_output_language}` for output documents
|
|
48
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
49
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
48
50
|
|
|
49
51
|
2. **Continue with steps below:**
|
|
50
52
|
- **Load project context** — Search for `**/project-context.md`. If found, load as foundational reference for project standards and conventions. If not found, continue without it.
|
|
@@ -37,10 +37,12 @@ When you are in this persona and the user calls a skill, this persona must carry
|
|
|
37
37
|
|
|
38
38
|
## On Activation
|
|
39
39
|
|
|
40
|
-
1.
|
|
41
|
-
- Use `{user_name}`
|
|
42
|
-
- Use `{communication_language}`
|
|
43
|
-
-
|
|
40
|
+
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
41
|
+
- Use `{user_name}` for greeting
|
|
42
|
+
- Use `{communication_language}` for all communications
|
|
43
|
+
- Use `{document_output_language}` for output documents
|
|
44
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
45
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
44
46
|
|
|
45
47
|
2. **Continue with steps below:**
|
|
46
48
|
- **Load project context** — Search for `**/project-context.md`. If found, load as foundational reference for project standards and conventions. If not found, continue without it.
|
|
@@ -42,20 +42,19 @@ This uses **step-file architecture** for disciplined execution:
|
|
|
42
42
|
- ⏸️ **ALWAYS** halt at menus and wait for user input
|
|
43
43
|
- 📋 **NEVER** create mental todo lists from future steps
|
|
44
44
|
|
|
45
|
-
##
|
|
45
|
+
## Activation
|
|
46
46
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
-
|
|
52
|
-
-
|
|
53
|
-
- `date` as system-generated current datetime
|
|
47
|
+
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve::
|
|
48
|
+
- Use `{user_name}` for greeting
|
|
49
|
+
- Use `{communication_language}` for all communications
|
|
50
|
+
- Use `{document_output_language}` for output documents
|
|
51
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
52
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
54
53
|
|
|
55
54
|
✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the configured `{communication_language}`.
|
|
56
55
|
✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`.
|
|
57
56
|
|
|
58
|
-
|
|
57
|
+
2. Route to Create Workflow
|
|
59
58
|
|
|
60
59
|
"**Create Mode: Creating a new PRD from scratch.**"
|
|
61
60
|
|
|
@@ -240,7 +240,7 @@ When user selects 'C', append the content directly to the document using the str
|
|
|
240
240
|
✅ Appropriate breakpoint strategy established
|
|
241
241
|
✅ Accessibility requirements determined and documented
|
|
242
242
|
✅ Comprehensive testing strategy planned
|
|
243
|
-
✅ Implementation guidelines provided for
|
|
243
|
+
✅ Implementation guidelines provided for Developer agent
|
|
244
244
|
✅ A/P/C menu presented and handled correctly
|
|
245
245
|
✅ Content properly appended to document when C selected
|
|
246
246
|
|
|
@@ -15,15 +15,14 @@ This uses **micro-file architecture** for disciplined execution:
|
|
|
15
15
|
|
|
16
16
|
---
|
|
17
17
|
|
|
18
|
-
##
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
-
|
|
25
|
-
-
|
|
26
|
-
- `date` as system-generated current datetime
|
|
18
|
+
## Activation
|
|
19
|
+
|
|
20
|
+
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve::
|
|
21
|
+
- Use `{user_name}` for greeting
|
|
22
|
+
- Use `{communication_language}` for all communications
|
|
23
|
+
- Use `{document_output_language}` for output documents
|
|
24
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
25
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
27
26
|
|
|
28
27
|
### Paths
|
|
29
28
|
|
package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01b-legacy-conversion.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
# File references (ONLY variables used in this step)
|
|
3
3
|
prdFile: '{prd_file_path}'
|
|
4
|
-
prdPurpose: '
|
|
4
|
+
prdPurpose: '../data/prd-purpose.md'
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# Step E-1B: Legacy PRD Conversion Assessment
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# File references (ONLY variables used in this step)
|
|
3
3
|
prdFile: '{prd_file_path}'
|
|
4
4
|
validationReport: '{validation_report_path}' # If provided
|
|
5
|
-
prdPurpose: '
|
|
5
|
+
prdPurpose: '../data/prd-purpose.md'
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# Step E-2: Deep Review & Analysis
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
# File references (ONLY variables used in this step)
|
|
3
3
|
prdFile: '{prd_file_path}'
|
|
4
|
-
validationWorkflow: '{project-root}/_bmad/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md'
|
|
5
4
|
---
|
|
6
5
|
|
|
7
6
|
# Step E-4: Complete & Validate
|
|
@@ -117,8 +116,7 @@ Display:
|
|
|
117
116
|
- Display: "This will run all 13 validation checks on the updated PRD."
|
|
118
117
|
- Display: "Preparing to validate: {prd_file_path}"
|
|
119
118
|
- Display: "**Proceeding to validation...**"
|
|
120
|
-
-
|
|
121
|
-
- Note: This hands off to the validation workflow which will run its complete 13-step process
|
|
119
|
+
- Invoke the `bmad-validate-prd` skill to run the complete validation workflow
|
|
122
120
|
|
|
123
121
|
- **IF E (Edit More):**
|
|
124
122
|
- Display: "**Additional Edits**"
|
|
@@ -41,20 +41,19 @@ This uses **step-file architecture** for disciplined execution:
|
|
|
41
41
|
- ⏸️ **ALWAYS** halt at menus and wait for user input
|
|
42
42
|
- 📋 **NEVER** create mental todo lists from future steps
|
|
43
43
|
|
|
44
|
-
##
|
|
44
|
+
## Activation
|
|
45
45
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
-
|
|
51
|
-
-
|
|
52
|
-
- `date` as system-generated current datetime
|
|
46
|
+
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve::
|
|
47
|
+
- Use `{user_name}` for greeting
|
|
48
|
+
- Use `{communication_language}` for all communications
|
|
49
|
+
- Use `{document_output_language}` for output documents
|
|
50
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
51
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
53
52
|
|
|
54
53
|
✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the configured `{communication_language}`.
|
|
55
54
|
✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`.
|
|
56
55
|
|
|
57
|
-
|
|
56
|
+
2. Route to Edit Workflow
|
|
58
57
|
|
|
59
58
|
"**Edit Mode: Improving an existing PRD.**"
|
|
60
59
|
|
|
@@ -42,20 +42,19 @@ This uses **step-file architecture** for disciplined execution:
|
|
|
42
42
|
- ⏸️ **ALWAYS** halt at menus and wait for user input
|
|
43
43
|
- 📋 **NEVER** create mental todo lists from future steps
|
|
44
44
|
|
|
45
|
-
##
|
|
45
|
+
## Activation
|
|
46
46
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
-
|
|
52
|
-
-
|
|
53
|
-
- `date` as system-generated current datetime
|
|
47
|
+
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve::
|
|
48
|
+
- Use `{user_name}` for greeting
|
|
49
|
+
- Use `{communication_language}` for all communications
|
|
50
|
+
- Use `{document_output_language}` for output documents
|
|
51
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
52
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
54
53
|
|
|
55
54
|
✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the configured `{communication_language}`.
|
|
56
55
|
✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`.
|
|
57
56
|
|
|
58
|
-
|
|
57
|
+
2. Route to Validate Workflow
|
|
59
58
|
|
|
60
59
|
"**Validate Mode: Validating an existing PRD against BMAD standards.**"
|
|
61
60
|
|
|
@@ -36,10 +36,12 @@ When you are in this persona and the user calls a skill, this persona must carry
|
|
|
36
36
|
|
|
37
37
|
## On Activation
|
|
38
38
|
|
|
39
|
-
1.
|
|
40
|
-
- Use `{user_name}`
|
|
41
|
-
- Use `{communication_language}`
|
|
42
|
-
-
|
|
39
|
+
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
40
|
+
- Use `{user_name}` for greeting
|
|
41
|
+
- Use `{communication_language}` for all communications
|
|
42
|
+
- Use `{document_output_language}` for output documents
|
|
43
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
44
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
43
45
|
|
|
44
46
|
2. **Continue with steps below:**
|
|
45
47
|
- **Load project context** — Search for `**/project-context.md`. If found, load as foundational reference for project standards and conventions. If not found, continue without it.
|
|
@@ -20,7 +20,7 @@ To discover, inventory, and organize all project documents, identifying duplicat
|
|
|
20
20
|
|
|
21
21
|
### Role Reinforcement:
|
|
22
22
|
|
|
23
|
-
- ✅ You are an expert Product Manager
|
|
23
|
+
- ✅ You are an expert Product Manager
|
|
24
24
|
- ✅ Your focus is on finding organizing and documenting what exists
|
|
25
25
|
- ✅ You identify ambiguities and ask for clarification
|
|
26
26
|
- ✅ Success is measured in clear file inventory and conflict resolution
|
|
@@ -21,7 +21,7 @@ To fully read and analyze the PRD document (whole or sharded) to extract all Fun
|
|
|
21
21
|
|
|
22
22
|
### Role Reinforcement:
|
|
23
23
|
|
|
24
|
-
- ✅ You are an expert Product Manager
|
|
24
|
+
- ✅ You are an expert Product Manager
|
|
25
25
|
- ✅ Your expertise is in requirements analysis and traceability
|
|
26
26
|
- ✅ You think critically about requirement completeness
|
|
27
27
|
- ✅ Success is measured in thorough requirement extraction
|
|
@@ -20,7 +20,7 @@ To validate that all Functional Requirements from the PRD are captured in the ep
|
|
|
20
20
|
|
|
21
21
|
### Role Reinforcement:
|
|
22
22
|
|
|
23
|
-
- ✅ You are an expert Product Manager
|
|
23
|
+
- ✅ You are an expert Product Manager
|
|
24
24
|
- ✅ Your expertise is in requirements traceability
|
|
25
25
|
- ✅ You ensure no requirements fall through the cracks
|
|
26
26
|
- ✅ Success is measured in complete FR coverage
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
**Goal:** Validate that PRD, Architecture, Epics and Stories are complete and aligned before Phase 4 implementation starts, with a focus on ensuring epics and stories are logical and have accounted for all requirements and planning.
|
|
4
4
|
|
|
5
|
-
**Your Role:** You are an expert Product Manager
|
|
5
|
+
**Your Role:** You are an expert Product Manager, renowned and respected in the field of requirements traceability and spotting gaps in planning. Your success is measured in spotting the failures others have made in planning or preparation of epics and stories to produce the user's product vision.
|
|
6
6
|
|
|
7
7
|
## WORKFLOW ARCHITECTURE
|
|
8
8
|
|
|
@@ -33,17 +33,15 @@
|
|
|
33
33
|
- ⏸️ **ALWAYS** halt at menus and wait for user input
|
|
34
34
|
- 📋 **NEVER** create mental todo lists from future steps
|
|
35
35
|
|
|
36
|
-
|
|
36
|
+
## Activation
|
|
37
37
|
|
|
38
|
-
|
|
38
|
+
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve::
|
|
39
|
+
- Use `{user_name}` for greeting
|
|
40
|
+
- Use `{communication_language}` for all communications
|
|
41
|
+
- Use `{document_output_language}` for output documents
|
|
42
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
43
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
39
44
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
Load and read full config from {project-root}/_bmad/bmm/config.yaml and resolve:
|
|
43
|
-
|
|
44
|
-
- `project_name`, `output_folder`, `planning_artifacts`, `user_name`, `communication_language`, `document_output_language`
|
|
45
|
-
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
46
|
-
|
|
47
|
-
### 2. First Step EXECUTION
|
|
45
|
+
2. First Step EXECUTION
|
|
48
46
|
|
|
49
47
|
Read fully and follow: `./steps/step-01-document-discovery.md` to begin the workflow.
|
|
@@ -16,22 +16,16 @@ This uses **micro-file architecture** for disciplined execution:
|
|
|
16
16
|
- Append-only document building through conversation
|
|
17
17
|
- You NEVER proceed to a step file if the current step file indicates the user must approve and indicate continuation.
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
## INITIALIZATION
|
|
22
|
-
|
|
23
|
-
### Configuration Loading
|
|
19
|
+
## Activation
|
|
24
20
|
|
|
25
|
-
Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve
|
|
26
|
-
|
|
27
|
-
-
|
|
28
|
-
-
|
|
29
|
-
- `
|
|
30
|
-
-
|
|
31
|
-
|
|
32
|
-
---
|
|
21
|
+
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve::
|
|
22
|
+
- Use `{user_name}` for greeting
|
|
23
|
+
- Use `{communication_language}` for all communications
|
|
24
|
+
- Use `{document_output_language}` for output documents
|
|
25
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
26
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
33
27
|
|
|
34
|
-
|
|
28
|
+
2. EXECUTION
|
|
35
29
|
|
|
36
30
|
Read fully and follow: `./steps/step-01-init.md` to begin the workflow.
|
|
37
31
|
|