How to set up a Claude Code agent team workflow: from parallel tasks to peer review
A practical walkthrough of setting up Claude Code agent teams with clear roles, task ownership, communication rules, review steps, and lightweight output contracts.
A practical walkthrough of setting up Claude Code agent teams with clear roles, task ownership, communication rules, review steps, and lightweight output contracts.
A hands-on case study of using Codex subagents to coordinate data collection, preparation, and Slidev report generation in parallel.
I wanted Python repository health checks without flooding the main Codex thread with raw `uv`, `ruff`, `pytest`, and `ty` output. So I built a subagent-backed skill that inspects the repo, runs the usual commands, and returns a compact report with clear pass, warn, and fail signals.
A reflection on knowledge silos in engineering teams: why they often start as responsibility rather than ego, and what helps spread context before one person becomes the queue.
A practical guide to what the planner actually sees, why context is more than the prompt, and why better context selection matters more than simply adding more tokens.