I shipped a real product for $29.63 with five AI agents A developer shipped a real software product for $29.63 by using five AI agents coordinated through a Claude Code plugin. The tool scaffolds multi-agent project setups with predefined roles including a librarian, two developers, an analyst, and a designer, enabling solo developers to replicate complex team workflows without rebuilding configuration files. The open-source project, available on GitHub under an MIT license, codifies coordination patterns developed through real iteration on a software project. A Claude Code plugin that scaffolds a multi-agent project setup from templates. It generates the Obsidian vault structure for a librarian agent Iris , the COORDINATION.md that governs cross-agent protocol, and the workspace CLAUDE.md files for up to four worker agents: two developers, an analyst, and a designer. All files use {{placeholder}} tokens you fill once; nothing is hardcoded to a specific project. - You're running multiple Claude Code sessions in parallel on the same long-lived project - You want a knowledge layer research findings, decisions, reconciliation log that lives separate from the codebase - You're a solo or near-solo developer who coordinates with several specialist agents rather than a human team - You've used multi-agent Claude Code before and want a repeatable starting point instead of rebuilding config files from scratch each time - One-shot or throwaway tasks a single agent session is simpler - Projects where you don't need persistent memory across sessions - Team setups where human engineers handle coordination and you only need one agent at a time Vault structure Obsidian, git-tracked : meta/ CONVENTIONS.md tool hierarchy + wikilinks rules PERSONAS/ IRIS.md librarian role definition DAVE.md dev agent 1 KRIS.md dev agent 2 optional VERA.md analyst IVY.md designer CLAUDE.md Iris session guide projects/