ワンクリックで
speckit-refine-update
Update an existing spec.md in-place based on new requirements or feedback
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Update an existing spec.md in-place based on new requirements or feedback
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-update |
| description | Update an existing spec.md in-place based on new requirements or feedback |
| compatibility | Requires spec-kit project structure with .specify/ directory |
| metadata | {"author":"github-spec-kit","source":"refine:commands/speckit.refine.update.md"} |
Update an existing specification in-place without creating a new feature branch. Use this when requirements change, feedback arrives, or you need to iterate on an existing spec.
$ARGUMENTS
You MUST consider the user input before proceeding (if not empty). The user input describes what to change in the existing specification.
.specify/ directory###-feature-name or YYYYMMDD-HHMMSS-feature-name)specs/*/spec.md/speckit.specify firstLocate the spec: Find the current feature's spec.md:
specs/{branch-name}/spec.mdspecs/*/spec.mdRead current artifacts: Load the following files from the feature directory:
spec.md (the specification to refine)plan.md, tasks.md, research.md, data-model.md, contracts/Understand the change request: Analyze the user's input to determine:
Apply the update: Modify spec.md in-place:
~~removed~~ with a brief reason rather than deleting**Status** field to Refined and add a refinement note:
**Refined**: [DATE] — [Brief description of what changed]
Mark downstream artifacts as stale: After updating spec.md, check which downstream artifacts exist and append a staleness warning to each:
plan.md exists, prepend:
> ⚠️ **STALE**: spec.md was refined on [DATE]. Run `/speckit.refine.propagate` to update this plan.
tasks.md exists, prepend the same warningReport: Output a summary:
/speckit.refine.propagate to cascade changes, or /speckit.refine.diff to preview impact first