@dotnet: Matt Pocock drops an agent‑skills masterclass: grill‑me → interrogates plans before coding wayfinder → decision‑tree pl…
摘要
In this podcast episode, Matt Pocock discusses his popular open-source agent skills repo (grill-me, wayfinder, etc.), covering how these skills improve AI coding workflows through plan interrogation, decision-tree planning, and documentation layers.
查看缓存全文
缓存时间: 2026/08/14 13:38
Matt Pocock drops an agent‑skills masterclass: 🔥 grill‑me → interrogates plans before coding 🗺️ wayfinder → decision‑tree planning w/ fog zones 📚 grill‑with‑docs → thin DDD‑style repo docs 🧠 smart vs dumb context zones 🎧 https://t.co/5LfgBRQr9S https://t.co/N4Jwv9ksGH
Episode 88: Agent Skills - with Matt Pocock // The Unhandled Exception Podcast
Source: https://unhandledexceptionpodcast.com/posts/0088-mattpocock/
arrow-leftBack to all episodesIn this episode, I was joined byMatt Pocock- creator ofTotal TypeScript, and the author of the wildly popularmattpocock/skillsrepo of agent skills, which work with any agent or model. We deliberately agreed beforehand not to plan this one, and just let the conversation go wherever it wanted to! We chatted about hisgrill\-meandwayfinderskills, the death of tactical programming, the “smart zone” and the “dumb zone” of context windows, whether sprints still make any sense, and the era of personal software.
Matt Pocock
Matt Pocock teaches AI coding full-time at AI Hero, where he runs the AI Coding for Real Engineers cohorts. He also maintains an open-source library of agent skills - among them /grill-me, which interrogates a plan before an agent writes any of it - described in the repo as skills for doing real engineering, not vibe coding. Before AI Hero he built Total TypeScript. Before that he was a developer advocate at Vercel and a member of the XState core team, and beforethathe was a voice coach. He lives in Oxfordshire.

Links from the show
- mattpocock/skills- Matt’s agent skills repo, now approaching 200,000 GitHub stars and around 11 million downloads. The skills are agent agnostic - install them into Claude Code as a plugin, or into Codex and other agents viaskills.sh
- AI Hero: Skills for Real Engineers- Matt’s articles and videos covering each of the skills
- mattpocock/skills: A complete AI Coding workflow, end-to-end- Matt’s walkthrough video of the full skill lifecycle
- grill-me- the skill that relentlessly interviewsyouabout what you’re building, rather than letting the agent rush to an answer (the “chorizo sandwich” problem!)
- My ‘Grill Me’ Skill Went Viral- Matt on why such a small skill made such a difference
- grill-with-docs- grilling that also builds up a thin documentation layer over the repo, bringing DDD’s ubiquitous language (and ADRs) into the codebase
- wayfinder- maps out larger pieces of work as a tree of decision tickets in your issue tracker, including a “fog” section for what can’t be scoped yet
- handoff- writes up what needs doing so you can hand it to a fresh agent without derailing your current session
- claude-handoff- the evolution of the above, which spawns the new agent for you rather than making you do it by hand
- prototype- because a working prototype is “catnip to agents”
- teach- Matt’s teaching skill that we compared notes on
- to-questionnaire- the in-progress skill Matt built to grill a non-technical collaborator via a shared doc instead of a live interrogation
- Thariq Shihipar’s tweet on letting Claude interview you- Thariq is on Anthropic’s Claude Code team, and Matt credits him for the interviewing technique that inspired
grill\-me - A Philosophy of Software Design- John Ousterhout’s book, and the source of the tactical vs strategic programming framing (chapter 3, “Working Code Isn’t Enough”)
- The Mythical Man-Month- Frederick P. Brooks’ classic, which came up when we got onto where the labour constraint has moved to
- OpenSpec- the spec framework I use daily, which came up when we got onto specs
- Episode 87: OpenSpec - with Tabish Bidiwale- the previous episode, with OpenSpec’s creator
- Advanced Context Engineering for Coding Agents- Dex Horthy ofHumanLayer, where the “smart zone” and “dumb zone” framing comes from (and his talk on it)
- Llama 4 Scout- the model with the 10 million token context window that Matt mentioned when explaining why context window size isn’t a statement about model behaviour
- Night Shift agentic workflow- Jamon Holmgren’s “day shift / night shift” framing that Matt referenced
- Dan’s “One at a time” skill- has the AI ask one question at a time instead of a wall of text
- tmux- Dan’s dev pick: a terminal multiplexer that keeps your sessions alive independently of the terminal window, and that agents know how to drive
- Spectre.Console- what Dan had Claude Code build his tmux session dashboard with
- Herdr- Matt’s dev pick: run all your coding agents from one terminal, with agent-aware state tracking (GitHub)
- Wispr Flow- the dictation app we both use (and yes, the mobile app is great for dictating messages on a walk)
- Handy- the open source, fully local dictation alternative Dan has tried
- garmin_mcp- the community-built Garmin Connect MCP server Dan uses to have Claude Code coach his running. It sits on top of the reverse-engineeredpython-garminconnectlibrary
If you’re enjoying the podcast, please remember to subscribe and share this episode with your friends and colleagues!
相似文章
@mattpocockuk:mattpocock/skills v1.2 来了!带来了 /wait-what(用于压制冗长模型)、/writing-for-agents,以及一个巨大的改…
mattpocock/skills v1.2 发布,新增了 /wait-what、/writing-for-agents,并对 /grill-me 进行了重大更改,旨在改善 AI 代理的交互。
@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).
@lastbtnotleast: 我刚刚发现了@mattpocockuk的技能仓库,对/grill-with-docs这个技能着迷了。我喜欢它的简洁性……
发现了Matt Pocock的技能仓库,重点介绍了用于AI工作流的/grill-with-docs技能,赞赏其简洁性,但指出从markdown文件中丢失了结构化数据的问题。
@mattpocockuk: 昨天,我发布了mattpocock/skills的v1版本,包括:- /ask-matt: 直接在智能体中向我询问如何最好地使用技能
Matt Pocock 发布了 mattpocock/skills 的 v1 版本,这是一个用于创建和管理 AI 智能体技能的工具,具有 /ask-matt 和编写最佳实践等功能。
@kasong2048: https://x.com/kasong2048/status/2075425094915252235
总结了Matt Pocock的Grill-Me系列Skill中使用的专业术语(如Tracer Bullet、Seam、Design Tree、Throwaway Prototype),并解释它们如何帮助AI理解并生成更高效的开发方案。