一键导入
speckit-spec-validate-validate-tasks
Spec-kit workflow command: speckit-spec-validate-validate-tasks
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Spec-kit workflow command: speckit-spec-validate-validate-tasks
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Think before building. Use when the user asks to reason about, analyze, evaluate, compare options, make an architecture decision, choose between approaches, think through a problem, or assess trade-offs. Also use when the user asks 'why did we...', 'should we...', 'what are our options', 'is this the right approach', or wants to frame/reframe a problem.
Archive a feature specification into main project memory after merge, resolving gaps and conflicts
Generate spec-kit configuration tailored to the existing codebase
Incrementally adopt SDD for existing features with reverse-engineered specs
Auto-discover project structure, tech stack, frameworks, and architecture patterns
Verify bootstrap output matches actual project structure and conventions
| name | speckit-spec-validate-validate-tasks |
| description | Spec-kit workflow command: speckit-spec-validate-validate-tasks |
| compatibility | Requires spec-kit project structure with .specify/ directory |
| metadata | {"author":"github-spec-kit","source":"spec-validate:commands/validate-tasks.md"} |
speckit.spec-validate.validate-tasksValidate the current feature's tasks.md using the same staged-reveal multiple-choice mechanism as spec validation. Results are stored independently from spec validation with a separate content hash.
tasks.md exists for the current featurecompute-hash.sh, read-approval-state.sh, write-approval-state.shThis command follows the exact same flow as validate.md, with these differences:
tasks.md instead of spec.mdtasks_hash (not spec_hash)tasks_self_validation (not spec_self_validation)tasks_validated_at (not spec_validated_at)"artifact": "tasks.md" in the attempts arrayWhen writing approval state, preserve all spec-related fields. Only update:
tasks_hashtasks_self_validationtasks_validated_atDo NOT overwrite spec_hash, spec_self_validation, or spec_validated_at.
spec_self_validation and tasks_self_validation