Reading up on workflow
11 deep · digging since jan 27
- Building durable workflows on Postgres
Commenters debate using Postgres for durable workflows, praising its flexibility but warning it often leads to building a poor copy of dedicated workflow engines like Temporal.
- Twenty Years of Stacking Commits — jd:/dev/blog
Stacked commits, not monolithic PRs, are the correct unit of code review—a truth Gerrit knew in 2008 that AI's speed and tooling like Mergify Stack are now forcing GitHub to finally admit with its native stacked PRs feature.
- GitHub Stacked PRs
GitHub now natively supports stacked pull requests within monorepos, enabling developers to break large changes into smaller, reviewable PRs.
- How I use Claude Code: Separation of planning and execution
Commenters describe workflows that separate planning from execution when using AI coding tools like Claude Code, emphasizing structured documents and human oversight.
- How I Use Claude Code
Claude Code produces better results when users enforce a research-plan-implement workflow with annotated plan files, blocking code execution until the plan is approved.
- Previewing Claude Code for web branches with GitHub Pages
Simon Willison explains how to preview Claude Code web branch builds on private GitHub Pages repos for real-time mobile testing.
Takes
If you run this workflow, ask Fable to make codex the workhorse. https://github.com/steipete/agent-scripts/blob/main/skills/codex-first/SKILL.md
@steipete
this basically shows all my workflows and reasoning behind them. i would love to learn how you folks work compared to that. as i said, i'm a caveman and i'd be super happy to learn how to become better. post below.
@badlogicgames
This is the best way to use Claude Fable in Claude Code without immediately hitting your limits. 1. Model set to Fable 5 2. Reasoning on Max 3. Instruct Claude to run a dynamic workflow where: 3a. Fable is the orchestrator 3b. Opus does the reasoning heavy phases Fable is so overpowered that you don't need its intelligence for every step. Let it orchestrate Opus or even Sonnet.
@daniel_mac8
Here's my AI coding workflow and all the skills I'm using:Idea -> /write-a-prd -> PRDPRD -> /prd-to-issues -> Kanban BoardKanban -> ralph.sh -> Ralph LoopRalph Loop -> Manual QALinks below to skills pic.twitter.com/rxWFFRUH83
@mattpocockuk
Great read! This is how I work most of the time these days https://t.co/VLdEzYrY3K
@k_bachanek