An AI CLI agent that runs your full build pipeline: discovery, planning, coding, acceptance, deploy, and launch copy — without leaving the terminal.
It plans, writes, verifies and deploys — then explains what it learned. Here's what that replaces.
| Capability | Pilot Agent | Manual workflow |
|---|---|---|
| Full pipeline in one command | — | |
| State persisted across sessions | — | |
| Switch AI provider mid-session | — | |
| Docker-sandboxed execution | — | |
| Verification loop until acceptance passes | — | |
| Self-improving via inspectable lessons | — |
One command and you're in. Pick the install path that matches your setup.
curl -fsSL https://pilotagent.vercel.app/install.sh | bash
curl -fsSL https://pilotagent.vercel.app/install.sh | bash -s -- --skip-setup
uv tool install git+https://github.com/Hqzdev/pilot-agent
pilot-agent setup # configure AI provider and API key cd your-project pilot-agent init # create .pilot-agent/STATE.md pilot-agent run # start the build pipeline
Six phases, one continuous session. You stay in control at every checkpoint.
pilot-agent setup Configure your providerChoose your AI provider — Anthropic, OpenAI or OpenRouter — and add your API key. One-time setup.
pilot-agent init Initialize project stateCreates .pilot-agent/STATE.md so the agent has a durable memory of your project from line one.
pilot-agent run Discovery phaseThe agent enters discovery and asks clarifying questions until the scope of your MVP is unambiguous.
It drafts the plan, writes the code and runs the tests on its own. You review and approve at each phase boundary.
The same run continues through deployment, then generates ready-to-use launch and marketing copy.
A deployed product, a clean state file, and a record of every decision the agent made along the way.
One command to install. One session to deploy.
curl -fsSL https://pilotagent.vercel.app/install.sh | bash