一键导入
planning
Generate structured, step-by-step execution plans for coding and technical tasks. Ensures plans are atomic, testable, and ready for execution by AI agents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate structured, step-by-step execution plans for coding and technical tasks. Ensures plans are atomic, testable, and ready for execution by AI agents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Verify changes against the task spec and plan. Run verify.sh, check diff quality, and produce a final compliance report.
Понимание legacy фронтенда WP_Field: SCSS, vanilla JS, npm scripts, сборка и проверка старой версии.
Понимание modern React/Vite фронтенда WP_Field: entrypoints, сборка, dev server и UI-слой.
Critique a PlanArtifact using a severity rubric and produce a CritiqueArtifact (Protocol-Version: 1).
Deterministically lint a PlanArtifact against invariants and produce a VerificationReport (Protocol-Version: 1).
Orchestrate a lightweight plan review loop (Planning → Critic → Planning → Verifier) with iteration budget and optional hooks.
| name | planning |
| description | Generate structured, step-by-step execution plans for coding and technical tasks. Ensures plans are atomic, testable, and ready for execution by AI agents. |
This skill generates high-quality, execution-ready plans for technical and coding tasks.
It transforms vague or high-level tasks into:
The output is designed to be directly usable by other AI agents or automation pipelines.
Use this skill when:
When invoked, follow these rules strictly:
Always produce the following sections:
Use phases:
Each step must:
Format:
- [ ] Step description
---
### 3. PlanArtifact Protocol (Protocol-Version: 1)
When the output is intended to be consumed as `plan.md` by a supervisor/workflow, it MUST follow this Markdown protocol:
- First line: `Protocol-Version: 1`
- Must contain these headings (exact text):
- `## Constraints`
- `## Assumptions`
- `## Phases`
- `## Tests/Validation`
- `## Rollback`
- `## Risks`
- `## Changelog`
Additional rules:
- `## Phases` must have **≤ 5** phases.
- Each phase must contain atomic steps (one logical act each).
- Every assumption must be either:
- backed by a repo fact, or
- turned into a clarifying question / verification step.
- `## Changelog` is mandatory for revisions (v1+) and must list what changed vs previous version.
- Include explicit validation steps (unit/integration/manual smoke) appropriate to the changes.
- Include rollback steps appropriate to the change type (config/db/feature flag).