Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

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 görüntüleme • 7 ay önce •via X (Twitter)

52 Yorum

Matt Pocock profil fotoğrafı
Matt Pocock7 ay önce

Newsletter for all my skills/learnings:

Matt Pocock profil fotoğrafı
Matt Pocock7 ay önce

Skills repo:

Matt Pocock profil fotoğrafı
Matt Pocock7 ay önce

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

Prometheus profil fotoğrafı
Prometheus7 ay önce

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

Matt Pocock profil fotoğrafı
Matt Pocock7 ay önce

Have you heard of @tldraw

Prometheus profil fotoğrafı
Prometheus7 ay önce

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

Daniel Rachlin profil fotoğrafı
Daniel Rachlin7 ay önce

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

Matt Pocock profil fotoğrafı
Matt Pocock7 ay önce

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 profil fotoğrafı
Qualty7 ay önce

still doing QA manually?

Aman Ketebo profil fotoğrafı
Aman Ketebo7 ay önce

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 profil fotoğrafı
Cody McLain7 ay önce

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 profil fotoğrafı
OB6 ay önce

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

SDG profil fotoğrafı
SDG7 ay önce

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 profil fotoğrafı
Luis Echegaray7 ay önce

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 profil fotoğrafı
Alex Cloudstar7 ay önce

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

tharshan profil fotoğrafı
tharshan7 ay önce

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 profil fotoğrafı
Matt Pocock7 ay önce

It's in here! Although relatively disorganized:

Tyler Palmer profil fotoğrafı
Tyler Palmer7 ay önce

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 profil fotoğrafı
Rafa7 ay önce

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 profil fotoğrafı
Matt Pocock7 ay önce

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 profil fotoğrafı
Rafa7 ay önce

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

Matt Pocock profil fotoğrafı
Matt Pocock7 ay önce

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

Rafa profil fotoğrafı
Rafa7 ay önce

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

Ben Cera profil fotoğrafı
Ben Cera7 ay önce

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

Yadnesh profil fotoğrafı
Yadnesh7 ay önce

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

Akuya Ekorot profil fotoğrafı
Akuya Ekorot7 ay önce

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 profil fotoğrafı
sean walsh7 ay önce

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

tao profil fotoğrafı
tao5 ay önce

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 profil fotoğrafı
Kevin Wolf7 ay önce

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 profil fotoğrafı
Matt Pocock7 ay önce

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

Matt Pocock profil fotoğrafı
Matt Pocock7 ay önce

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

Aron Prins profil fotoğrafı
Aron Prins7 ay önce

Same, and I’m on 🔥🔥🔥

🚀🇬🇧 Robert Pitt profil fotoğrafı
🚀🇬🇧 Robert Pitt29 gün önce

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 profil fotoğrafı
thelinuxlich7 ay önce

Do you remember how to code still?

Matt Pocock profil fotoğrafı
Matt Pocock7 ay önce

Lol

Mitch Harris profil fotoğrafı
Mitch Harris7 ay önce

Kanban to ralph is such a good idea

Ruben profil fotoğrafı
Ruben7 ay önce

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 profil fotoğrafı
Gagan | Claude + AWS6 ay önce

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 profil fotoğrafı
Matt Ferrante7 ay önce

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 profil fotoğrafı
Ivan Mojsilovic7 ay önce

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

Artem Zakharchenko profil fotoğrafı
Artem Zakharchenko7 ay önce

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

vinhas profil fotoğrafı
vinhas7 ay önce

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 profil fotoğrafı
da druben7 ay önce

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

Vaclav Milizé profil fotoğrafı
Vaclav Milizé7 ay önce

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 profil fotoğrafı
Matt Pocock7 ay önce

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 🦤 (🧱,🔥) profil fotoğrafı
Samuel 🦤 (🧱,🔥)7 ay önce

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

Vaclav Milizé profil fotoğrafı
Vaclav Milizé7 ay önce

@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 🦤 (🧱,🔥) profil fotoğrafı
Samuel 🦤 (🧱,🔥)7 ay önce

@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é profil fotoğrafı
Vaclav Milizé7 ay önce

@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 profil fotoğrafı
Maik Goettel7 ay önce

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

synabun.ai profil fotoğrafı
synabun.ai6 ay önce

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 profil fotoğrafı
OneHopSim - Travel eSIM4 ay önce

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.

Benzer Videolar