Skip to main content

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.

Jump to install

Source facts

Repository
TEN-framework/portal
Last source activity
March 4, 2026 at 07:20
Detected SKILL.md language
English
Stars
42
Forks
11

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

File Explorer
2 files

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
ac-plan
description
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.
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 4. Update `下一步 Top 3` and append `关键决策日志`. 5. Set `PLAN_FROZEN: true` and `CURRENT_ROLE: planner`. 6. 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.
View on GitHub