Skip to content

Overview

By the end of this act you can: drop into the budget tracker, use the agent to map how it works, and fix the bug from Act 0. You’ll fix it correctly, with a test that proves it.

Remember Act 0: /summary confidently reported $1,300 spent this month, and it was wrong. This is where you make it right. Not by vibing a patch, but by orienting, planning, and executing a change that holds.

  1. Orient. Use the agent to map the codebase. Find where “spent” is computed, and what feeds it.

  2. Plan. Turn that understanding into an explicit plan, two ways, before writing code. This is where planning earns its keep and vibing quietly fails.

  3. Make the change. Execute against the plan. The honest number appears, the tests prove it, and nothing else breaks.