Convert a concept into a structured comparison of implementation variants
Convert a concept bead (or new idea) into a trade study — a parent epic with child beads, each exploring a distinct implementation variant. This is a structured comparison exercise, not a decision or implementation plan.
Either:
relay-abc) to convert into a trade studyResearch before writing. This is not optional.
From existing concept bead:
bd update <bead-id> \
--type=feature \
--set-labels=trade-study \
--description="<rewritten problem statement framing the trade space>" \
--design="<trade space overview: what we're comparing, key evaluation dimensions, constraints>"
From scratch (new idea):
bd create \
--title="<concise trade study title>" \
--type=feature \
--priority=2 \
--labels=trade-study \
--description="<problem statement framing the trade space>" \
--design="<trade space overview: what we're comparing, key evaluation dimensions, constraints>"
The description should frame what problem we're solving and why. The design should frame the dimensions along which variants differ (e.g., complexity, scope, risk, effort, user impact).
Create N child beads (default 3). Each is a distinct implementation approach.
bd create \
--title="Variant: <short variant name>" \
--type=task \
--priority=2 \
--parent=<epic-id> \
--labels=trade-study-variant \
--description="<1-2 sentence summary of this approach>" \
--design="<freeform grounded analysis — see Variant Content below>"
Freeform but substantive. Each variant should cover:
Variants should be genuinely different approaches, not minor variations of the same idea. Push for creative diversity — different architectures, different scopes, different philosophies.
Show the trade study tree conversationally:
Do NOT recommend a winner. Present the options and let the user drive the decision.
/blueprint.trade-study. Children = trade-study-variant. This is how we distinguish from concepts and blueprints.