Skip to content

Idea-to-build

v0.6.0 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-agents brainstorming claude claude-code cowork-plugin mcp
+3 more
methodology multi-agent prompt-engineering

Summary

AI summary

Added a proactive frame-check guardrail with calibration logging and recheck analysis.

Full changelog

Proactive frame-check in scaffolded build folders

The deadliest failure mode is silently tuning a dead thesis for weeks while the AI keeps proposing the next calibration and never asks whether the premise is wrong. The existing "stay honest" guidance was passive text the build agent could forget. v0.6.0 makes it proactive.

Added

  • Frame-check guardrail. /scaffold now also writes a Claude Code hook set (.claude/settings.json + .claude/hooks/*.sh) and a FRAME-LOG.md into the build folder:
    • a soft nudge before each git commitis this tuning the thesis, or testing it?
    • a once-per-session Stop gate that blocks until the agent answers, re-reading the rejected alternatives if results disappoint,
    • a 4-field calibration record (altitude / model-rec / decision / prediction / outcome) logged to FRAME-LOG.md.
    • Portable POSIX sh (no jq), loop-safe, softenable; falls back to the passive CLAUDE.md guardrail outside Claude Code.
  • /recheck reads FRAME-LOG.md — a long trail of tuning entries with no thesis-test is itself a calibration-myopia signal.
  • Context template carries idea-level run-record fields so calibration data can accrue on the brainstorm side too.

Changed

  • README banner re-rendered to the build-first arc (idea → brainstorm → build → recheck).

Install

  • Claude CLI: /plugin marketplace add winchxyz/idea-to-build then /plugin install idea-to-build@idea-to-build
  • Cowork / Claude Code: add that marketplace, or upload idea-to-build-plugin.zip below.

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

Track Idea-to-build

Get notified when new releases ship.

Sign up free

About Idea-to-build

All releases →

Related context

Earlier breaking changes

  • v0.1.6 Renamed workflow from `idea-to-brainstorm` to `idea-to-build`.

Beta — feedback welcome: [email protected]