bmad-method 6.9.1-next.6 → 6.9.1-next.7
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
|
@@ -7,13 +7,13 @@ description: Pressure-test an idea through persona-driven interrogation until it
|
|
|
7
7
|
|
|
8
8
|
## Overview
|
|
9
9
|
|
|
10
|
-
Take a half-formed idea
|
|
10
|
+
Take a half-formed idea and pressure-test it in conversation, while changing your mind is still cheap, until it becomes something the user can act on with conviction or reject. The main risk is what the user has not examined yet: unchecked assumptions and unresolved decisions usually become more expensive problems later.
|
|
11
11
|
|
|
12
|
-
The
|
|
12
|
+
The main goal is better thinking, not producing an artifact. Strengthening an idea, rejecting it, or thinking it through more clearly are all complete outcomes. Writing `forged-idea.md` to hand off to another workflow is optional. Do not steer the conversation toward "shall we build it?"
|
|
13
13
|
|
|
14
|
-
This
|
|
14
|
+
This skill can be used on many kinds of ideas. When the idea is about a product or feature, what survives may be written to `forged-idea.md` for later planning.
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
Lead by questioning, not lecturing. Ask one question at a time, press on weak points, and do not let vague claims pass without examination.
|
|
17
17
|
|
|
18
18
|
## Conventions
|
|
19
19
|
|
|
@@ -31,21 +31,47 @@ Act as an exacting interrogator who would rather find the crack than spare the f
|
|
|
31
31
|
|
|
32
32
|
## Open the session
|
|
33
33
|
|
|
34
|
-
|
|
34
|
+
Start by scrutinizing the idea, not endorsing it.
|
|
35
35
|
|
|
36
|
-
|
|
36
|
+
### Discover intent
|
|
37
|
+
Identify:
|
|
38
|
+
- the subject idea,
|
|
39
|
+
- the user's goal for the session,
|
|
40
|
+
- whether the idea is new or a change to an existing project
|
|
37
41
|
|
|
38
|
-
|
|
42
|
+
If any of these are already clear from the prompt that invoked this skill or previous context, ask the user to confirm and continue.
|
|
43
|
+
|
|
44
|
+
Otherwise ask for what's missing, in order:
|
|
45
|
+
- what is the idea?
|
|
46
|
+
- do you want to clarify and understand it, test whether it holds up, or make it better?
|
|
47
|
+
- is it a new idea or a change to an existing project? If the latter, what project is it, and where can I find its files or other relevant materials?
|
|
48
|
+
|
|
49
|
+
### Steering the conversation
|
|
50
|
+
|
|
51
|
+
Tell the user they can say **"attack this"**, **"defend this"**, or **"switch roles"** at any time to change how the current idea is argued. In attack mode, do not agree with the idea; look for contradictions, weak assumptions, and failure cases. In defend mode, argue for the strongest version of the idea. Tell the user they can also name a persona or party at any time to change who participates in the session.
|
|
52
|
+
|
|
53
|
+
### Set up the session
|
|
39
54
|
|
|
40
55
|
Derive a kebab-case `{slug}` for the idea and bind the session workspace `{workspace} = {workflow.forge_output_path}/{workflow.run_folder_pattern}` (the pattern fills with `{slug}`). Create the memlog once the goal is known:
|
|
41
56
|
`uv run {project-root}/_bmad/scripts/memlog.py init --workspace {workspace} --field idea="<idea>" --field goal="<goal>"`
|
|
57
|
+
|
|
42
58
|
Tell the user the path; state is on disk now, so the session survives interruption. If init fails, don't abort — run the forge in-conversation and tell the user state won't persist this session.
|
|
43
59
|
|
|
44
60
|
## The forge
|
|
45
61
|
|
|
46
|
-
|
|
62
|
+
Let the session goal set the first move: for clarifying, pin down terms, boundaries, and assumptions; for testing, go after the central claim first; for making it better, drive each unresolved branch to a concrete decision.
|
|
63
|
+
|
|
64
|
+
Work one question at a time, in dependency order.
|
|
47
65
|
|
|
48
|
-
|
|
66
|
+
Include your current best answer or hypothesis when it helps the user respond. A concrete proposal is easier to accept, reject, or revise than an open-ended prompt. Find discoverable answers yourself instead of asking.
|
|
67
|
+
|
|
68
|
+
Do not assume the user's terms are precise. When a term is fuzzy or overloaded, name the ambiguity and ask for a precise choice before continuing. For example, do not let `user`, `buyer`, and `payer` collapse into one entity unless the idea actually requires that.
|
|
69
|
+
|
|
70
|
+
For ideas about an existing project, treat the project's files and materials as the source of truth. Do not accept a label or summary as proof. Find the relevant material yourself and check the user's claim against it. If the material contradicts the user's claim, stop and resolve that before continuing.
|
|
71
|
+
|
|
72
|
+
When a branch resolves, pause before moving on. Give the user a chance to raise any remaining concern.
|
|
73
|
+
|
|
74
|
+
Do not use agreement or praise to make the interaction smoother; they lower pressure and lead to shallower thinking. Agreement is allowed only when it helps the user think better. Praise is noise. Continued engagement and ego-stroking are not objectives. In attack mode, never agree with the idea until the user ends the mode. For each answer, either challenge the weak point or build on the strong point, whichever helps the user think better.
|
|
49
75
|
|
|
50
76
|
Capture as you go — each decision, assumption, crack, kill, and locked idea, one bullet in the user's meaning:
|
|
51
77
|
`uv run {project-root}/_bmad/scripts/memlog.py append --workspace {workspace} --type <decision|assumption|crack|kill|direction|lock|note> --text "<gist>"`
|
|
@@ -53,27 +79,29 @@ A `lock` is an idea the user hardens — settled, not to be reopened; locks are
|
|
|
53
79
|
|
|
54
80
|
## The personas
|
|
55
81
|
|
|
56
|
-
|
|
82
|
+
If a BMad persona was already active when the forge started, keep that persona as the lead voice.
|
|
57
83
|
|
|
58
|
-
Resolve the pool once, as soon as the goal is known:
|
|
84
|
+
Resolve the available persona pool once, as soon as the goal is known:
|
|
59
85
|
`uv run {skill-root}/scripts/resolve_personas.py --project-root {project-root} --skill {skill-root}`
|
|
60
|
-
|
|
86
|
+
The script returns installed BMad agents (`agents`), user-defined personas (`members`), and saved parties (`parties`). Parties may include a `scene`; some are open-cast. This gives you the same roster information as `bmad-party-mode` without invoking it.
|
|
87
|
+
|
|
88
|
+
Each turn uses two voices:
|
|
89
|
+
- **One available persona** — choose an installed agent or user-defined persona whose expertise fits the current branch. Vary this voice every few turns; do not let one voice dominate. If the user names a specific persona, use it. If the user calls a saved party, use the whole party and its scene. If the user asks to go one-on-one, use only the requested persona. If no pool is available, generate this voice yourself.
|
|
90
|
+
- **One generated persona** — create a fresh outside voice, such as a competitor, buyer, finance reviewer, domain expert, or critic. Give it a name and enough characterization to keep its viewpoint distinct.
|
|
61
91
|
|
|
62
|
-
|
|
63
|
-
- **One from the user's pool** — an installed agent or custom persona they'll recognize, whose expertise fits the branch in play. Vary who shows up every few turns to keep the pressure high and the angles fresh; don't let the same voice dominate. If the user calls a specific name, bring them in. If the pool resolves empty (a core-only install with no roster), generate both voices on the fly so every branch still arrives with two.
|
|
64
|
-
- **One you generate on the fly** — a fresh persona the topic conjures (a hostile competitor, a skeptical CFO, a domain specialist, a historical persona or expert), named and characterized so it's unmistakably itself.
|
|
92
|
+
Use these voices in character to pressure-test the current branch: find sharper objections, missing assumptions, and stronger defenses. Cross-examine them for what matters, then synthesize their input into your next question. Do not let the session turn into a panel debate or persona performance.
|
|
65
93
|
|
|
66
|
-
|
|
94
|
+
Voice the personas yourself by default. Spawn separate agents only when a branch needs independent reasoning that should not be influenced by one shared voice.
|
|
67
95
|
|
|
68
96
|
## Exits
|
|
69
97
|
|
|
70
|
-
The session
|
|
98
|
+
The session can end in three valid states:
|
|
71
99
|
|
|
72
|
-
- **Hardened** — the idea
|
|
73
|
-
- **Killed** — the idea
|
|
74
|
-
- **Clearer** — the user
|
|
100
|
+
- **Hardened** — the idea is stronger and specific enough to use. Distill the memlog into `{workspace}/forged-idea.md`. Keep it extremely short: only the decisions, rejected options, and reasons that matter downstream, in the user's meaning. Do not write a prose summary, template, or conversation recap. If it reads like a document, it is too long. Note that it can feed `bmad-spec`, `bmad-prd`, or `bmad-prfaq`.
|
|
101
|
+
- **Killed** — the idea does not hold up. Say so plainly and record why. Finding that out early is a valid outcome.
|
|
102
|
+
- **Clearer** — the user understands the idea better, but there is no hardened idea to hand off. Leave the memlog as the record; no `forged-idea.md` is needed.
|
|
75
103
|
|
|
76
|
-
|
|
104
|
+
Always render `{workspace}/forge-report.html` as a self-contained HTML file the user can open, with inline CSS and an inline-SVG seal or stamp. Summarize the outcome, the locked decisions, what was rejected and why, and the weak points that survived scrutiny, in the user's meaning. Credit the personas and parties that pressure-tested the idea by name, icon, and voice. Render a prominent wax-seal-style or stamped outcome mark, matched to the result: `HARDENED`, an `Idea Death Certificate` stamped `KILLED` with the cause of death, or `CLARIFIED`. Tell the user the path.
|
|
77
105
|
|
|
78
106
|
Flip the status at the end: `uv run {project-root}/_bmad/scripts/memlog.py set --workspace {workspace} --key status --value complete`.
|
|
79
107
|
If `{workflow.on_complete}` is non-empty, run all instructions in order.
|