Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

servo-execution-planner

스타0
포크0
업데이트2026년 7월 12일 21:12

Assemble the [ADR-0016](../../docs/decisions/adr-0016-execution-plan-artifact.md) **execution plan** — the durable Compile→Run handoff artifact — from the Compile inputs already produced upstream (the suitability verdict, the oracle, the spec-oracle overlay) and write it to `<target>/.servo/plans/<spec-id>/plan.json`. This is the **last step of Servo Compile**: it decides nothing new, classifies nothing, and adds no gate — it only references what Compile already produced. Fire this skill when the user wants to: - "compile the execution plan for this spec" - "produce the Compile→Run handoff" - "emit `plan.json` for this spec" - "assemble the ADR-0016 plan for <spec>" / "wire up the Compile→Run artifact" Do NOT fire on: - "is this spec suitable for EDD?" / "what evidence is missing?" — that's `/servo:edd-suitability` (015). This skill *consumes* the suitability verdict as a hard precondition; it does not decide it. - "classify the acceptance criteria" / "build the spec-oracle overlay" —

설치

Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.

파일 탐색기
2 개 파일
SKILL.md
readonly