Skip to main content

plan-synthesize

Synthesize competing plans from multiple frontier models into a single best-of-all-worlds hybrid. Use after /plan has produced 2+ competing plans in .flywheel/plans/.

跳到安装

来源信息

仓库
hoangsonww/Forge-Agentic-Coding-CLI
最近来源活动
2026年4月21日 20:38
检测到的 SKILL.md 语言
英语
星标
22
分支
9

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
plan-synthesize
description
Synthesize competing plans from multiple frontier models into a single best-of-all-worlds hybrid. Use after /plan has produced 2+ competing plans in .flywheel/plans/.
# /plan-synthesize — best-of-all-worlds Feed competing plans into a single GPT Pro session and produce a hybrid that integrates the strongest ideas from every input. ## Workflow 1. **Pick a primary.** Choose the best of the competing plans as your "base" — usually GPT Pro's. Its content gets the git-diff revisions applied to it. 2. **Open the synthesis prompt.** Read `.flywheel/prompts/plan-synthesize-best-of-all-worlds.md`. Copy it into a fresh GPT Pro (web) conversation. 3. **Paste the base plan, then each competitor.** Label each clearly. 4. **Receive git-diff revisions.** GPT Pro will produce a list of diff-style changes integrating the best ideas. 5. **Apply in-place with Claude / Codex.** Use the prompt in `.flywheel/prompts/plan-integrate-synthesis.md`. The agent applies the diffs to `.flywheel/plans/<date>-<slug>-gpt-pro.md` (renaming it to `-hybrid.md` is a good practice) and reports which revisions it wholeheartedly agrees with, somewhat agrees with, or disagrees with. 6. **Iterate.** Use `.flywheel/prompts/plan-refine.md` in fresh GPT Pro conversations 4–5 more times until convergence. 7. **Sanity overshoot.** Once per synthesis, run `.flywheel/prompts/overshoot-mismatch-hunt.md` to catch elements the model silently dropped. ## Output A single hybrid plan at `.flywheel/plans/<date>-<slug>-hybrid.md`. This is the one you'll feed into `/plan-to-beads`.
在 GitHub 查看