@vikingmute: 很棒的流程,现在也是我开发新 feature 和 新点子的主要流程: Grill 让 AI 疯狂拷问一些细节,直到清晰 -> Research 针对有难点的地方,单独分析,并且创建一个 research 文档(可以略过) -> PRD 生…
摘要
VikingMute 分享了其开发新功能和点子的主要流程:使用AI(Grill)进行细节拷问,Research分析难点,生成PRD,拆分为独立Issue,分步实现,最后Review。这是对Matt Pocock AI开发七阶段方法的补充。
查看缓存全文
缓存时间: 2026/06/20 22:25
很棒的流程,现在也是我开发新 feature 和 新点子的主要流程: Grill 让 AI 疯狂拷问一些细节,直到清晰 -> Research 针对有难点的地方,单独分析,并且创建一个 research 文档(可以略过) -> PRD 生成详细需求文档 -> Issues PRD 拆成带依赖关系的独立 tickets -> Implement 代码实现,注意这里要独立,分 ticket + 循环执行,避免太多上下文 -> 最后是 Review,验证
Matt Pocock (@mattpocockuk): Here are my 7 phases of AI-powered development.
I’ve been thinking that the pre-PRD phase needs more structure. You need to figure out the shape of the design tree first, before then walking down it with higher-fidelity prototypes.
In other words, /grill-with-docs needs to
相似文章
@shao__meng: AI 驱动开发的七阶段 1. Grill 2. Research 3. Prototype 4. PRD 5. Issues 6. Implement 7. Review 来自 Skills For Real Engineers 作者 @…
A Twitter thread shares the seven stages of AI-driven development from the Skills For Real Engineers project by @mattpocockuk, including alignment techniques like grill sessions and tooling for coding agents.
@shao__meng: 前 Meta/Microsoft/Atlassian 主任工程师的 Agentic 工程工作流 用这套工作流 @kunchenguid 每天 ship 40-50 个经测试的生产级 PR,他这么形容它:「你是船长,agent 是你的船员,…
前 Meta/Microsoft/Atlassian 主任工程师 Kun 分享其 Agentic 工程工作流:以终端、tmux 和 Neovim 为核心,通过全局/项目级记忆文件和技能培训 AI 队友,每天交付 40-50 个经过测试的生产级 PR,并利用语音输入、AXI 标准、Lavish 交互式规划等工具提升效率。
@ThisisHan1_: 最近做了一条开发 pipeline,想分享一下背后的想法。 我是被 loop / goal engineering、还有 auto-goal(让 agent 自己写 goal、自己 spawn 子任务)那一串东西启发的。但真正让我想通的,…
这个开发管道通过先制作粗糙原型引发用户反馈,将每次“不对”的反应转化为可检查的规则,然后由AI代理独立开发并验收,以尽早发现问题并避免自欺欺人。
@mattpocockuk:以下是我在 AI 辅助开发中的七个阶段。我一直认为预 PRD 阶段需要更多结构。你需要先确定设计树的形态,然后再通过高保真原型逐步推进。
Matt Pocock 分享了他使用 AI 进行开发的七个阶段,并强调预 PRD 阶段需要更结构化的流程。
@mattpocockuk: Going live, doing a full feature build using: - /grill-with-docs - /handoff - /prototype
Matt Pocock live streams building a 'delivery calendar' feature for his course video manager using AI tools like Grill with Docs. He focuses on aligning terminology and data models with AI agents, and discusses the importance of coding standards for agent experience (AX).