The Agentic Coding Flywheel (ACFS) — Summary
The Agentic Coding Flywheel Setup (ACFS) is a Bash bootstrapping system for Ubuntu VPS servers that installs a complete multi-agent AI development environment in ~30 minutes via a single curl | bash command. It is not a prompt framework — it is an infrastructure provisioning tool. ACFS installs three AI coding agents (Claude Code, Codex CLI, Gemini CLI), 30+ developer tools (language runtimes, cloud CLIs, agent coordination tools), configures tmux for multi-session management, and sets up the "Dicklesworthstone stack" of agentic utilities. The framework has a companion wizard website at agent-flywheel.com that guides beginners through renting a VPS, connecting via SSH, and running the installer. A manifest-driven architecture (acfs.manifest.yaml) serves as the single source of truth for all installed modules.
Compared to seeds, ACFS is unlike all 11 seeds — it is closer to agent-os (both are bash-bundle distributions that set up development infrastructure) but where agent-os installs Claude Code commands/standards into a project, ACFS provisions a complete server environment. It is infrastructure-as-code for agentic development, not a prompt or spec framework.