원클릭으로
speckit-scope-budget
Generate a time budget showing estimated hours per phase, requirement, and risk buffer
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate a time budget showing estimated hours per phase, requirement, and risk buffer
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-budget |
| description | Generate a time budget showing estimated hours per phase, requirement, and risk buffer |
| compatibility | Requires spec-kit project structure with .specify/ directory |
| metadata | {"author":"github-spec-kit","source":"scope:commands/speckit.scope.budget.md"} |
Generate a structured time budget that allocates estimated hours across phases, requirements, and overhead categories. Designed for sprint planning, resource allocation, and stakeholder communication — turns a spec into a project plan with time allocations.
$ARGUMENTS
You MUST consider the user input before proceeding (if not empty). The user may specify:
.specify/ directory exists with at least spec.md.spec.md to extract requirements and scenarios.plan.md exists, read it for technical complexity and architecture decisions.tasks.md exists, read it for phase structure and task breakdown.Calculate Total Budget: Estimate total effort from spec complexity.
/speckit.scope.estimate)Allocate by Phase: Distribute hours across implementation phases.
## Phase Budget
| Phase | Tasks | Hours | % of Total | Priority |
|-------|-------|-------|------------|----------|
| Phase 1: Setup | 4 | 5h | 10% | P1 — blocking |
| Phase 2: Core Auth | 6 | 18h | 36% | P1 — core feature |
| Phase 3: Admin | 4 | 12h | 24% | P2 — enhancement |
| Testing & QA | — | 8h | 16% | P1 — quality gate |
| Buffer & Review | — | 7h | 14% | — risk buffer |
| **Total** | **14** | **50h** | **100%** | |
Allocate by Requirement: Show hours per individual requirement.
## Requirement Budget
| Requirement | Hours | Phase | Dependencies |
|-------------|-------|-------|-------------|
| REQ-001: Signup | 5h | Phase 2 | None |
| REQ-002: Login | 4h | Phase 2 | REQ-001 |
| REQ-003: JWT | 5h | Phase 2 | REQ-002 |
| REQ-004: Rate limiting | 5h | Phase 2 | REQ-002 |
| REQ-005: Admin dashboard | 8h | Phase 3 | REQ-001, REQ-002 |
Overhead Allocation: Budget non-feature work.
## Overhead Budget
| Category | Hours | Justification |
|----------|-------|---------------|
| Environment setup | 2h | Docker, CI config, env variables |
| Code review | 3h | 2 rounds of review estimated |
| Documentation | 2h | API docs, README updates |
| Risk buffer | 7h | 14% buffer for unknowns |
| **Total Overhead** | **14h** | **28% of budget** |
Sprint Fit Analysis: Check if the spec fits available time.
## Sprint Fit
| Metric | Value |
|--------|-------|
| Available hours | 40h (user-specified) |
| Required hours | 50h (realistic estimate) |
| Deficit | -10h (25% over budget) |
| Status | 🔴 Does NOT fit |
## Options to Fit Sprint
| Option | Cut | New Total | Fits? |
|--------|-----|-----------|-------|
| Defer Phase 3 (admin) | -12h | 38h | ✅ Yes |
| Defer rate limiting | -5h | 45h | 🟡 Tight |
| Reduce testing to unit only | -4h | 46h | 🟡 Risky |
| Add 1 developer (split work) | — | 25h/person | ✅ Yes |
Visual Budget: Show allocation as a visual chart.
## Budget Visualization
Setup ██░░░░░░░░░░░░░░░░░░ 5h (10%)
Core Auth ██████████████████░░░░ 18h (36%)
Admin ████████████░░░░░░░░░░ 12h (24%)
Testing ████████░░░░░░░░░░░░░░ 8h (16%)
Buffer ███████░░░░░░░░░░░░░░░ 7h (14%)
Total: 50h | Available: 40h | Gap: -10h
Output: Deliver the complete budget report.