This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+3 more
Summary
AI summaryPhase 5 critique now runs in‑context, adversarially, fixing double‑dispatch and verdict re‑softening bugs.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Fixes double‑dispatching bug in Phase 5 critique. Fixes double‑dispatching bug in Phase 5 critique. Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Bugfix | Medium |
Fixes coordinator re‑softening of relayed verdict from Phase 5. Fixes coordinator re‑softening of relayed verdict from Phase 5. Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Refactor | Medium |
Phase 5 (Critique) now runs in-context, adversarially instead of isolated. Phase 5 (Critique) now runs in-context, adversarially instead of isolated. Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Refactor | Low |
Repositioned product messaging away from "isolation" as headline. Repositioned product messaging away from "isolation" as headline. Source: llm_adapter@2026-06-03 Confidence: high |
— |
Full changelog
Phase 5 (Critique) now runs in-context, adversarially — no longer an isolated sub-agent.
I A/B-tested an isolated critic against an in-context one running the same forced rubric (premortem, what-needs-to-be-true, steelman, inversion, verdict). The context-aware critic was as sharp or sharper — full knowledge of the idea finds cracks a cold outsider misses. The lever is the forced structure, not the isolation. The critic now uses the full brainstorm but is told to override the sunk cost and the excitement. Phase 6 (Plan) still runs as a genuinely isolated sub-agent, where a fresh context measurably helps.
This also fixes two bugs the A/B test surfaced: the critique double-dispatching, and the coordinator re-softening the relayed verdict.
Repositioned away from "isolation" as the headline. The product is a quality 6-phase brainstorm that ends in something buildable (/scaffold → a folder Claude Code builds from). README, core/, and the docs (ARCHITECTURE / METHODOLOGY / FAQ / PHASES) updated; historical examples/ left as-is.
Install
- Claude CLI:
/plugin marketplace add winchxyz/idea-to-build, then/plugin install idea-to-build@idea-to-build - Cowork / Claude Code: Customize → add the marketplace, or Create plugin → Upload plugin with
idea-to-build-plugin.zip(attached below).
Full notes: CHANGELOG.md
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Idea-to-build
All releases →Related context
Related tools
Earlier breaking changes
- v0.1.6 Renamed workflow from `idea-to-brainstorm` to `idea-to-build`.
Beta — feedback welcome: [email protected]