원클릭으로
speckit-refine-propagate
Propagate spec changes downstream to plan.md and tasks.md
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Propagate spec changes downstream to plan.md and tasks.md
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Detects whether Spectatui has fallen behind upstream GitHub Spec-Kit by capturing the real `specify` CLI surface (via uvx, not by reading prose), reading spec-kit's actual upstream source — slash-command templates, document skeletons, shared scripts — for features invisible to `--help`, and comparing all of that against Spectatui's actual code. Use this whenever the user asks whether Spectatui supports something from Spec-Kit, mentions Spec-Kit/specify-cli releases or changelogs, asks what's new upstream, wants a gap analysis or integration roadmap between Spectatui and Spec-Kit, or wants to know if the CLI wrapper is out of date — even if they just say "check for spec-kit updates" or "are we behind on spec-kit" without naming this skill.
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
Generate a custom checklist for the current feature based on user requirements.
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
| name | speckit-refine-propagate |
| description | Propagate spec changes downstream to plan.md and tasks.md |
| compatibility | Requires spec-kit project structure with .specify/ directory |
| metadata | {"author":"github-spec-kit","source":"refine:commands/speckit.refine.propagate.md"} |
After refining a specification with /speckit.refine.update, use this command to cascade changes downstream to plan.md and tasks.md without regenerating them from scratch.
$ARGUMENTS
You MUST consider the user input before proceeding (if not empty). The user may specify which artifacts to propagate to (e.g., "only plan" or "plan and tasks").
.specify/ directory/speckit.refine.update)**Refined**: entries or **Status**: Refined)Load artifacts: Read from the current feature directory:
spec.md (the refined specification)plan.md and/or tasks.md (artifacts to update)research.md, data-model.md, contracts/ (for context)Identify what changed: Parse the refinement notes in spec.md:
**Refined**: entries to understand the change history~~removed~~ items to identify dropped requirementsPropagate to plan.md (if it exists and user didn't exclude it):
⚠️ **STALE** warning from the top of the file**Propagated**: [DATE] — Updated from spec.md refinement
Propagate to tasks.md (if it exists and user didn't exclude it):
[ID] [P?] [Story?] Description [(depends on ...)])~~[REMOVED]~~ prefix and strikethrough, do not delete⚠️ **STALE** warning from the top of the file**Propagated**: [DATE] — Updated from spec.md refinement
Validate consistency: After propagation, verify:
Report: Output a summary:
/speckit.refine.diff to review changes, or /speckit.implement to continue building