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
آخر نشاط في المصدر
٤ مارس ٢٠٢٦ في ٠٧:٢٠
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
٤٢
التفرعات
١١

خيارات التثبيت

يُحدَّد 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