Choose your task
Hand a guide to your agent
- Open the guide that matches your task. Read its TL;DR and guide map to confirm the scope.
- Copy the prompt under Give this guide to your coding agent. Replace the repository and guide-URL placeholders.
- Give the agent access to your repository in a branch, worktree, or disposable clone. Start with a non-production environment.
- Review the changed files, test results, assumptions, and remaining steps. The prompt identifies which production actions need your authorization.
.md to a guide URL to retrieve its Markdown version. Give the agent the complete guide so it has the implementation, failure, and rollback details.
Understand the guide map
The guides follow a 0 → 1 → 100 sequence:- 0: Inspect the repository, define the contract, preserve existing behavior, and build the foundation.
- 1: Prove one controlled path with tests, observable outcomes, and rollback evidence.
- 100: Complete the rollout or decision, establish ownership, and remove temporary code where appropriate.

