Failure mode to avoid
The fastest way to lose momentum is jumping from edit to handoff without checks. CATBot's loop keeps verification explicit so small mistakes do not cascade.
Execution Workflow
CATBot follows a clear delivery cadence that keeps actions visible, results testable, and handoff quality high across both quick tasks and larger feature work.
Stages
Capture success criteria, constraints, and known risks in explicit language.
Inspect source files, configs, and runtime assumptions before planning edits.
Break work into minimal updates to keep review and rollback straightforward.
Apply edits while maintaining clear progress updates and command traceability.
Run available checks, compare behavior, and close correctness gaps quickly.
Report changed files, rationale, and logical next actions for the team.
The fastest way to lose momentum is jumping from edit to handoff without checks. CATBot's loop keeps verification explicit so small mistakes do not cascade.
Use this structure for repeatable engineering execution across tasks.
$goal = Define-Goal
$context = Read-Context
$plan = Scope-Changes
Apply-Edits $plan
Run-Checks
Write-Summary
Expected Artifacts
A concise model of relevant code and assumptions for the current task.
File-level edits that map directly to requested outcomes.
Checks performed, results observed, and residual risk if checks are unavailable.
Next
Architecture explains exactly where planning, tools, and policy intersect.