Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tomevault-io/skills-registry --skill spec-kit-plan명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | spec-kit-plan |
| description | |- Use when this capability is needed. |
Generate implementation design artifacts from the approved feature specification.
spec-kit-plan.spec.md exists and you need plan.md plus Phase 0/1 design outputs for task generation.plan.md is missing, stale, or invalid after changes to spec.md or memory/constitution.md.spec-kit-tasks, but technical context and design decisions are not yet documented.spec.md exists yet (spec-kit-specify first).spec.md still blocks architecture or validation decisions (spec-kit-clarify first).spec-kit-tasks).spec-kit-analyze).spec-kit-reconcile).spec-kit after spec-kit-specify / spec-kit-clarify.spec-kit-tasks.spec-kit-constitution.NNN-feature-name format when git is available).memory/constitution.md exists and is current for planning gates.Resolve active feature paths and initialize plan.md:
scripts/setup-plan.sh --json exactly once.FEATURE_SPEC, IMPL_PLAN, SPECS_DIR, BRANCH.Enforce artifact gates before writing design outputs:
FEATURE_SPEC (spec.md) is missing, stop and route to spec-kit-specify.memory/constitution.md is missing, stop and route to spec-kit-constitution.spec.md has unresolved high-impact ambiguity that can change architecture, data model, testing, UX, operations, or compliance, stop and route to spec-kit-clarify.Load planning inputs with template fallback:
spec.md, memory/constitution.md.{REPO_ROOT}/.specify/templates/plan-template.md.assets/plan-template.md.Draft plan.md core sections:
NEEDS CLARIFICATION.memory/constitution.md with explicit pass/fail status.Run Phase 0 research (research.md):
NEEDS CLARIFICATION in Technical Context into a focused research question.DecisionRationaleAlternatives consideredplan.md:
pass, fail, or justified exception).research.md:
DecisionRationaleAlternatives consideredNEEDS CLARIFICATION items required for design.data-model.md:
contracts/* (when applicable):
quickstart.md:
scripts/update-agent-context.sh (only when user-approved):
tasks.md or implementation code in this skill.NEEDS CLARIFICATION unresolved by completion.ERROR for unresolved constitution gates without justification.scripts/update-agent-context.sh without explicit user approval in the current session.spec-template instead of plan-template).plan.md instead of selecting one concrete layout.spec-kit-plan; execution belongs to spec-kit-tasks and spec-kit-implement.spec-kit-tasks.AGENTS.md/CLAUDE.md/related files.references/spec-kit-workflow.dot for overall context of where planning fits in the Spec Kit sequence.scripts/setup-plan.shscripts/update-agent-context.shassets/plan-template.mdhttps://github.com/github/spec-kit/blob/9111699cd27879e3e6301651a03e502ecb6dd65d/templates/commands/plan.mdConverted and distributed by TomeVault — claim your Tome and manage your conversions.
Run Phase 1 design outputs:
data-model.md with entities, fields, relationships, validation rules, and state transitions where relevant.contracts/ for externally visible interfaces that the feature introduces or modifies.quickstart.md with concrete validation flow for the designed feature.plan.md so downstream task generation has a single source of truth.Update agent context (explicit user approval required):
AGENTS.md, CLAUDE.md, GEMINI.md, .github/agents/copilot-instructions.md).scripts/update-agent-context.sh from repository root only after user approval.Re-check gates and report completion:
ERROR if unresolved constitutional violations or unresolved blocking clarifications remain.BRANCH, absolute artifact paths, and readiness for spec-kit-tasks.