AC
ac-plan
Plan and freeze workflow execution by creating an Execution Contract, setting PLAN_FROZEN/CURRENT_ROLE, and updating PROJECT_STATE decisions and Top 3. Use when starting workflow delivery, re-planning after unfreeze, or when scope/constraints change before execution.
Install
mkdir -p .claude/skills/ac-plan && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16857" && unzip -o skill.zip -d .claude/skills/ac-plan && rm skill.zipInstalls to .claude/skills/ac-plan
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Plan and freeze workflow execution by creating an Execution Contract, setting PLAN_FROZEN/CURRENT_ROLE, and updating PROJECT_STATE decisions and Top 3. Use when starting workflow delivery, re-planning after unfreeze, or when scope/constraints change before execution.267 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
About this skill
- Read
PROJECT_STATE.md; create it fromdocs/PROJECT_STATE_TEMPLATE.mdif missing. - Define goal, scope boundary, forbidden changes, and acceptance checks.
- Fill
Execution Contractcompletely:
- Scope
- Files to change
- Forbidden
- Steps
- Checks
- Commit plan
- Rollback note
- Update
下一步 Top 3and append关键决策日志. - Set
PLAN_FROZEN: trueandCURRENT_ROLE: planner. - Emit a
[STATE]anchor and hand off to$ac-execute.
Hard rules:
- Do not implement feature changes in this skill.
- Do not hand off if Contract fields are incomplete.