| name | ac-execute |
| description | Execute a frozen workflow contract and collect evidence by implementing only approved scope/files and checks. Use when PLAN_FROZEN=true and Execution Contract is complete, then hand off to review. |
- Verify
PLAN_FROZEN=true and Execution Contract completeness.
- Set
CURRENT_ROLE: executor.
- Change only files listed in
Files to change.
- Follow
Steps exactly and run required Checks.
- Record results in
验收证据(Evidence) and update Top 3 completion.
- Hand off to
$ac-review.
Unfreeze fallback (mandatory):
- Stop execution immediately when new design/scope appears.
- Append a decision log entry with date, decision, and impact.
- Set
PLAN_FROZEN: false and CURRENT_ROLE: planner.
- Return to
$ac-plan for a new Contract.
Hard rules:
- Do not add design alternatives during execution.
- Do not edit files outside the Contract scope.