agentskills.codes

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.zip

Installs 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

  1. Read PROJECT_STATE.md; create it from docs/PROJECT_STATE_TEMPLATE.md if missing.
  2. Define goal, scope boundary, forbidden changes, and acceptance checks.
  3. Fill Execution Contract completely:
  • Scope
  • Files to change
  • Forbidden
  • Steps
  • Checks
  • Commit plan
  • Rollback note
  1. Update 下一步 Top 3 and append 关键决策日志.
  2. Set PLAN_FROZEN: true and CURRENT_ROLE: planner.
  3. 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.

Search skills

Search the agent skills registry