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.

跳到安装

来源信息

仓库
TEN-framework/portal
最近来源活动
2026年3月4日 07:20
检测到的 SKILL.md 语言
英语
星标
42
分支
11

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
2 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
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.
在 GitHub 查看