一键导入
planning-protocol
Creates or revises the evidence-based implementation contract in .agents/PLAN.md.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Creates or revises the evidence-based implementation contract in .agents/PLAN.md.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Onboard project or init project safely: prepare the active repository with agent state, a full persistent codebase-memory index, evidence-based AGENTS.md handling, and safe check reporting.
Backend implementation protocol. Use by backend agents when editing assigned server-side slices.
Code review protocol. Use when reviewing final diffs against .agents/PLAN.md.
Failure routing protocol. Use when routing test or review failures to the correct agent.
Frontend implementation protocol. Use by frontend agents when editing assigned UI slices.
Performance review checklist. Use for database, API, rendering, caching, loops, network calls, bundle, and runtime risks.
| name | planning-protocol |
| description | Creates or revises the evidence-based implementation contract in .agents/PLAN.md. |
For Level 2+ tasks, create .agents/PLAN.md from templates/PLAN.md and record required review artifact types/paths. Level 1 tasks do not use this protocol or create a plan.
The plan is an implementation contract, not a brainstorming document, progress log, or code draft. It must explain what changes, where, in what order, and how correctness will be verified.
A scoped implementation agent should be able to execute its assigned task without:
Understand
Investigate
Resolve
Unconfirmed.Design
Decompose
Verify
Every implementation task must include:
Avoid tasks such as:
continuous: understood, reversible, low-risk work.phase-gated: intermediate user inspection or manual validation is valuable.approval-gated: auth, authorization, payments, migrations, destructive changes, sensitive data, or large refactors.Include only meaningful pause points.
level-2: compact plan with repository findings and one or two phases.level-3: full plan with contracts, risks, review strategy, and dependency-ordered phases.level-4: full plan with explicit approval gates, rollback, specialized reviews, and failure recovery..agents/PLAN.md..agents/PLAN.md directly and write only orchestrator-assigned typed .agents/REVIEW_<type>-<n>.md artifacts.<artifact-path>#F<n>; do not copy reviewer prose into the plan.After writing the plan, return only a short summary containing:
Do not paste .agents/PLAN.md into chat.