Open-Sourcing a Claude Prompt Architecture Framework
Tobeyyyyy · reddit · 2026-07-13
作者发布了一个面向 Claude Projects 的 17k 词 meta-prompt 框架,核心目标是把“先问清楚,再路由到合适的产物,最后再构建”固化成流程。
主要能力
- 通过分轮访谈收集信息,每轮 2–3 个问题,并用 🔴🟡🟢 标记准备度
- 在信息足够前不允许生成,或者在用户要求时跳过并明确标注假设
- 可产出多种交付物:一次性 prompts、持久化 assistants、Claude skills、multi-prompt pipelines、Claude Code handoff briefs、研究模式 prompts、图像/视频 prompts
- 会先检查目标平台当前语法,避免凭记忆硬写
- 每个交付物会注明粘贴位置、所需模型档位、优缺点与使用前检查项
还能做什么
- 审计已有 prompts,输出分级问题和可直接复制的修改块
- 根据失败案例定位根因,并优先删除坏指令而不是堆更多规则
- 对比、融合、迁移不同平台的 prompts
- 检查串联 prompt 的输入输出是否真的对得上
- 还会主动拒绝不可能的要求,比如“零幻觉”或“关闭工具却要求实时数据”
作者表示,该框架已在 3 个 Claude tiers 上做过 33 次记录会话测试,附带 26 条输入的回归集和完整会话示例。
More from coding & agent
- Grok 4.5 is now free inside Cursor, the popular AI coding IDE — mark_k · 2026-07-21
- Travel MCP Server adds flight, hotel, weather and budget tools for agents — modelcontextprotocol · 2026-07-21
- OpenAI hackathon project stalls as Codex struggles on voice, while Claude spots the issue — ColleenMBrady · 2026-07-21
- Douyin Video Analysis MCP turns share links into structured video summaries — modelcontextprotocol · 2026-07-21
- An indie builder open-sourced 50+ AI apps and says users should only pay for tokens — matchaman11 · 2026-07-21
- Shared agent workspaces fail in a fixed order, from stale reads to zombie writes — mrvladp · 2026-07-21