ワンクリックで
speckit-scope-compare
Compare two specs or two versions of a spec to quantify scope differences
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Compare two specs or two versions of a spec to quantify scope differences
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Wrap core analysis with behavior-first vertical consistency checks.
Apply approved architecture refactors by updating plan and task artifacts directly.
Perform a framework-agnostic architecture review validating implementation against spec.md, plan.md, tasks.md, and the governance and architecture constitutions.
Perform an architecture-aware verification gate validating implementation against spec.md, plan.md, tasks.md, and the Architecture Constitution.
Run a single architecture workflow that prefers memory-first context and can incorporate security review when available.
Run implementation with memory context, then review the produced implementation against security and architecture constraints.
| name | speckit-scope-compare |
| description | Compare two specs or two versions of a spec to quantify scope differences |
| compatibility | Requires spec-kit project structure with .specify/ directory |
| metadata | {"author":"github-spec-kit","source":"scope:commands/speckit.scope.compare.md"} |
Compare two specs (or two versions of the same spec) side-by-side and quantify the scope difference — how many requirements were added, removed, or changed, and what that means for effort and timeline.
$ARGUMENTS
You MUST consider the user input before proceeding (if not empty). The user may specify:
git show <ref>:.specify/spec.mdExtract Requirements from Both Versions: Build complete requirement lists.
Classify Differences: Categorize each change.
## Scope Differences
| Change | Type | Version A | Version B |
|--------|------|-----------|-----------|
| Rate limiting | Modified | IP-based (5/15min) | Account-based (10/30min) |
| PDF export | Added | — | New requirement |
| SMS notifications | Removed | Was required | Dropped |
| Email verification | Unchanged | ✓ | ✓ |
Quantify Scope Delta: Calculate the net change.
## Scope Delta
| Metric | Version A | Version B | Delta |
|--------|-----------|-----------|-------|
| Requirements | 8 | 9 | +1 (+12.5%) |
| User Scenarios | 3 | 4 | +1 (+33.3%) |
| Success Criteria | 5 | 6 | +1 (+20.0%) |
| Task Items | 14 | 18 | +4 (+28.6%) |
| External Integrations | 2 | 3 | +1 (+50.0%) |
| **Complexity Score** | **52** | **71** | **+19 (+36.5%)** |
Effort Impact: Estimate how the scope change affects timeline.
## Effort Impact
| Scenario | Version A | Version B | Additional |
|----------|-----------|-----------|------------|
| Optimistic | 33h | 42h | +9h |
| Realistic | 50h | 65h | +15h |
| Pessimistic | 72h | 95h | +23h |
**Scope increased by ~36%. Estimated additional effort: +15 hours (realistic).**
Visual Comparison: Show a clear before/after summary.
## Summary
Version A (original) ████████████████░░░░ 52 complexity
Version B (current) ██████████████████████░░ 71 complexity
^^^^^^ +36.5%
Added: 1 requirement, 1 scenario, 4 tasks, 1 integration
Modified: 1 requirement (rate limiting)
Removed: 1 requirement (SMS notifications)
Net: +1 requirement, +19 complexity points
Output: Deliver the full comparison report.