用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill spec-kit-plan命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
| Use when this capability is needed.
> Use when this capability is needed.
Review architecture and API design for the vfs-s3 project. Use when the user mentions @architect, asks to review an issue's design, discuss module boundaries, API shape, or architectural decisions for vfs-s3. Also trigger when the user wants to create an ADR (Architecture Decision Record) or evaluate a technical approach for the project. Intended for dispatch from Codex automation or Claude routines; GitHub trigger phrase: @vfs-s3-bot please prepare design doc Use when this capability is needed.
基于 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.