Loading...
Loading...
This article by Manuel Schipper details a practical system for running 4–8 parallel AI coding agents using tmux, Markdown specs, bash aliases, and six custom slash commands. The core workflow uses a role naming convention per tmux window—Planner (builds Markdown specs for features), Worker (implements from finished specs), and PM (backlog grooming)—to maintain clarity across concurrent agent sessions. Feature Designs (FDs) are structured Markdown files containing the problem, all solutions considered with pros/cons, the final solution with implementation plan, and verification steps.
Schipper identifies practical limits: around 8 agents is the maximum before losing track of decisions, and not everything parallelizes well since sequential dependencies create merge conflicts. For complex features, he uses a /fd-deep skill that launches 4 Opus agents in parallel to explore different angles before converging on a solution. Product managers benefit from understanding these parallel workflow patterns, practical scaling limits, and the role-based agent organization model applicable to managing AI-assisted development.
Building on foundational concepts, this resource explores technical skills at a deeper level. It's designed for PMs who have some AI experience and want to develop more sophisticated skills.
Ready to explore this resource?
Go to schipper.aiThis free short course from DeepLearning.AI teaches how to use large language models through the OpenAI API. Taught by Isa Fulford (OpenAI) and Andrew...
Aleksander Dytko breaks down Claude Code into four foundational building blocks that together enable sophisticated AI automation workflows. The first...
This article introduces Claude Code as a transformative tool for product managers and builders. It features testimonials from industry leaders demonst...