正在加载视频...

视频加载失败

Here's my AI coding workflow and all the skills I'm using: Idea -> /write-a-prd -> PRD PRD -> /prd-to-issues -> Kanban Board Kanban -> ralph​.sh -> Ralph Loop Ralph Loop -> Manual QA Links below to skills

326,892 次观看 • 7 个月前 •via X (Twitter)

52 条评论

Matt Pocock 的头像
Matt Pocock7 个月前

Newsletter for all my skills/learnings:

Matt Pocock 的头像
Matt Pocock7 个月前

Skills repo:

Matt Pocock 的头像
Matt Pocock7 个月前

Also btw it built this perfectly in one shot, no followup issues needed. I like it.

Prometheus 的头像
Prometheus7 个月前

Hey I have been trying to work on something similar (Sorry for the horrible handwriting)

Matt Pocock 的头像
Matt Pocock7 个月前

Have you heard of @tldraw

Prometheus 的头像
Prometheus7 个月前

@tldraw No, looks useful tho I just threw this up quickly today

Daniel Rachlin 的头像
Daniel Rachlin7 个月前

The PRD → issues pipeline is underrated. Most devs skip straight to code and wonder why they're rebuilding the same thing twice.

Matt Pocock 的头像
Matt Pocock7 个月前

I don't know, I think there are pro's and cons to both. It's something I'm testing, we'll see how it goes

Qualty 的头像
Qualty7 个月前

still doing QA manually?

Aman Ketebo 的头像
Aman Ketebo7 个月前

Wish there was a tool for removing the manual qa part. Like just showing a video of every important flow that could have impacted by the change or something. Love the vids btw.

Cody McLain 的头像
Cody McLain7 个月前

nice workflow. the manual QA at the end is clutch, seen too many people skip that step and ship broken code because they trusted the AI too much

OB 的头像
OB6 个月前

@dandenney Add @CodeMarineAI to that stack and sleep better 😆

SDG 的头像
SDG7 个月前

Anything coming out of the Pocock factory, I'm installing blindly. Thank Matt, will install it with Claude Code today. It'll probably help to have a README with how to one click install with npx skills@latest add

Luis Echegaray 的头像
Luis Echegaray7 个月前

ooo i gotta try this out! sounds like i need a vps or an extra computer like with openclaw so you don't mess too much with the loop! but I love how it seems resilient if it DOES get interrupted.

Alex Cloudstar 的头像
Alex Cloudstar7 个月前

Niceee, digging the workflow. Sounds like a pretty smooth process.

tharshan 的头像
tharshan7 个月前

This workflow really resonates with me. As someone who really likes doing phased incremental changes with cli tools, I can see this approach can still keep same benefits but allows doing a bit more parallel. Is the newsletter where we can find your ralph script?

Matt Pocock 的头像
Matt Pocock7 个月前

It's in here! Although relatively disorganized:

Tyler Palmer 的头像
Tyler Palmer7 个月前

I have basically done this here with Whammban, but for local dev because I want it local for review and cleanup in an IDE. I will open-source it next week after some cleanup. 1. Create a task/requirements in a kanban board (local only) 2. Start a tmux session and with my CLI it feeds tasks into the agent when the agent is done 3. Now adding auto rate limit switching agents and picking up form the current session 4. Will be adding session reviews in .md on the tasks soon 5. Eventually will get to parallel agent work

Rafa 的头像
Rafa7 个月前

Do you have an opinion on using a subagent instead of the ralph loop? I’ve been using it with great success. This way claude code main session have a bit of oversight over the whole prd while subagents keep a tight context for optimal execution.

Matt Pocock 的头像
Matt Pocock7 个月前

I don't love the fact that the subagent can't itself spin up subagents. So you lose the benefits of the Explore subagent, for instance.

Rafa 的头像
Rafa7 个月前

Hum, not aware of the explore subagent, what is it?

Matt Pocock 的头像
Matt Pocock7 个月前

Claude Code uses an Explore subagent for pretty much all exploration tasks. You'll see it as Explore(Task name) in the UI

Rafa 的头像
Rafa7 个月前

Never thought it was an agent. My subagents dont suffer exploring the codebase, tho. Grep and a repo.json summary do wonders

Ben Cera 的头像
Ben Cera7 个月前

we automated this entire chain. no human in the loop. it works better mad

Yadnesh 的头像
Yadnesh7 个月前

Your blog on ralph was the first one that made me understood how RALPH works. Thanks for sharing these skills!

Akuya Ekorot 的头像
Akuya Ekorot7 个月前

Love the github issues approach. I myself use overseer instead of issues. I like that it's local, ticket based and has all the issue blocking nuance as well. I really need to add ralph to the flow and test it out. That's the manual part remaining in my workflow.

sean walsh 的头像
sean walsh7 个月前

This is what I’ve basically derived as well! Glad to know smart people also do what I do 😂

tao 的头像
tao5 个月前

Hi Mat, I'm writing to you because I have a project has evolved dramatically. I developed Orion: an integrated system that models in 3D and processes complex logic in less than 4 seconds. Want to see it? Via link or online meeting?

Kevin Wolf 的头像
Kevin Wolf7 个月前

Do you use Claude agent teams? Also, do you recommend a way where the implementation phase consumes existing domain skills (i.e. a skill on how I like working with convex) and applies them when executing plus a way to include automated browser testing using the agent browser skill?

Matt Pocock 的头像
Matt Pocock7 个月前

Not tried agent teams yet, might see if it works nicely with a Ralph loop

Matt Pocock 的头像
Matt Pocock7 个月前

If the skills are well-written they should be automatically consumed.

Aron Prins 的头像
Aron Prins7 个月前

Same, and I’m on 🔥🔥🔥

🚀🇬🇧 Robert Pitt 的头像
🚀🇬🇧 Robert Pitt29 天前

Hey @mattpocockuk, I love your videos, skills and general approaches to development, I have been working a project for a few months which aims to have existing harnesses on the machine to drive this workflow via a Kanban UI, check out

thelinuxlich 的头像
thelinuxlich7 个月前

Do you remember how to code still?

Matt Pocock 的头像
Matt Pocock7 个月前

Lol

Mitch Harris 的头像
Mitch Harris7 个月前

Kanban to ralph is such a good idea

Ruben 的头像
Ruben7 个月前

you should try @ralphstarter -> write some detailed SPEC on a github issues/linear task with Claude CLI help -> ralph-starter --source github --project xyz/123 --issue 10 -> watch it loop in front of you. It generate AGENTS. md and IMPLEMENTATION_PLAN.md

Gagan | Claude + AWS 的头像
Gagan | Claude + AWS6 个月前

What's striking: every step in this workflow is AI until Manual QA. The job didn't disappear. It compressed into one step. That's not automation replacing developers. That's automation turning a 5-person pipeline into a 1-person operation.

Matt Ferrante 的头像
Matt Ferrante7 个月前

The vertical slices and horizontal slices has been the exact way I’ve been describing it to people. And splitting the PRD into multiple plans files is absolutely the way for big tasks that you’re going to have Ralph work on, then it just works on each one

Ivan Mojsilovic 的头像
Ivan Mojsilovic7 个月前

Im gonna add your skils to these columns for automations! Once it works oss coming out!

Artem Zakharchenko 的头像
Artem Zakharchenko7 个月前

Okay, I *have* to know what PRD means. And then I will tell you what it means in Czech.

vinhas 的头像
vinhas7 个月前

Nice stuff! One question though, when the agent picks an issue to work, are you configuring the workspace with multiple repositories at the root or do you have a single monorepo touching all layers?

da druben 的头像
da druben7 个月前

Ralph loop is a great indicator someone is actually shit at this

Vaclav Milizé 的头像
Vaclav Milizé7 个月前

curious about the failure mode. when ralph builds something that doesn't match what you intended, is the fix usually in the PRD or in the issue decomposition? because most AI coding setups I've seen break at the spec layer, not the implementation. the skills pipeline basically forces you to think harder before code gets written.

Matt Pocock 的头像
Matt Pocock7 个月前

Something I've noticed with Ralph is that it sometimes underdoes things and is too keen to produce prototype code that doesn't have much polish. Adding in the specific plan or as a Kanban board is an attempt to mitigate that, to make sure every thing about the PRD is described explicitly.

Samuel 🦤 (🧱,🔥) 的头像
Samuel 🦤 (🧱,🔥)7 个月前

@clwdbot you could also add reviewers as part of your loop so they review and verify that it's polished

Vaclav Milizé 的头像
Vaclav Milizé7 个月前

@mattpocockuk yeah having an agent review before merge would catch a lot of the prototype-quality code Matt mentioned. basically an automated "is this production-ready or still a rough draft" gate.

Samuel 🦤 (🧱,🔥) 的头像
Samuel 🦤 (🧱,🔥)7 个月前

@mattpocockuk yep. and the more of these (sensible, well-formulated) you add and improve on what slipped past the net past times, the better the quality code (without the models having to improve) before you see it and test

Vaclav Milizé 的头像
Vaclav Milizé7 个月前

@mattpocockuk exactly. and that's the part that makes it compound: each review catch becomes a rule for the next run. the model doesn't have to get smarter, just the gate in front of it. you end up with a quality ratchet that only moves in one direction.

Maik Goettel 的头像
Maik Goettel7 个月前

Do you have a YouTube channel? I hate watching videos on x

synabun.ai 的头像
synabun.ai6 个月前

Solid pipeline. One gap: once the Ralph Loop starts a new session it loses context about WHY earlier architectural decisions were made. Persistent memory across runs means the agent carries those decisions forward, not just the current task state.

OneHopSim - Travel eSIM 的头像
OneHopSim - Travel eSIM4 个月前

Quick fix that takes 30 seconds: roll up a towel and place it behind your lower back when sitting. Instant posture improvement. Your body adapts fast when you remove the friction.

相关视频