Initial commit
This commit is contained in:
118
skills/spec-author/templates/milestone.md
Normal file
118
skills/spec-author/templates/milestone.md
Normal file
@@ -0,0 +1,118 @@
|
||||
### Milestone
|
||||
|
||||
# <!-- Title: #[MLS-001] Q4 User Dashboard Launch -->
|
||||
|
||||
Priority: <!-- critical | high | medium | low -->
|
||||
Status: <!-- Draft | Planning | In Progress | At Risk | Completed -->
|
||||
Owner: <!-- Name and title -->
|
||||
|
||||
## Description
|
||||
|
||||
<!-- Describe what will be accomplished and why it matters. Focus on outcomes and business value. -->
|
||||
|
||||
## Scope
|
||||
|
||||
### Deliverables
|
||||
|
||||
<!-- List what will be built/modified -->
|
||||
|
||||
| Deliverable | Description | Status |
|
||||
| --- | --- | --- |
|
||||
| <!-- Name --> | <!-- What it includes --> | <!-- Not Started/In Progress/Completed --> |
|
||||
|
||||
### In Scope
|
||||
|
||||
<!-- Key outcomes and capabilities when complete -->
|
||||
|
||||
- <!-- Outcome statement -->
|
||||
|
||||
### Out of Scope
|
||||
|
||||
<!-- Clarify exclusions to prevent scope creep -->
|
||||
|
||||
- **Exclusion**: <!-- What's not included --> - Deferred to <!-- future milestone/phase -->
|
||||
|
||||
## Timeline
|
||||
|
||||
### Key Phases
|
||||
|
||||
<!-- Define major phases without specific dates -->
|
||||
|
||||
| Phase | Description |
|
||||
| --- | --- |
|
||||
| <!-- Design Review --> | <!-- Complete design validation --> |
|
||||
| <!-- Development --> | <!-- Core implementation --> |
|
||||
| <!-- Testing --> | <!-- QA and validation --> |
|
||||
| <!-- Launch --> | <!-- Production release --> |
|
||||
|
||||
## Success Criteria
|
||||
|
||||
<!-- Define 3-5 measurable criteria for success -->
|
||||
|
||||
### [suc-001] <!-- Title -->
|
||||
|
||||
<!-- Description of what success looks like -->
|
||||
|
||||
**Verification**: <!-- How this will be measured -->
|
||||
|
||||
### [suc-002] <!-- Title -->
|
||||
|
||||
<!-- Description of what success looks like -->
|
||||
|
||||
**Verification**: <!-- How this will be measured -->
|
||||
|
||||
### [suc-003] <!-- Title -->
|
||||
|
||||
<!-- Description of what success looks like -->
|
||||
|
||||
**Verification**: <!-- How this will be measured -->
|
||||
|
||||
## Dependencies
|
||||
|
||||
### Internal Dependencies
|
||||
|
||||
<!-- Prerequisites from your team/organization. Omit section if none. -->
|
||||
|
||||
- **Dependency**: <!-- What's needed -->
|
||||
- **Owner**: <!-- Name -->
|
||||
- **Impact if Delayed**: <!-- What breaks -->
|
||||
|
||||
### External Dependencies
|
||||
|
||||
<!-- Prerequisites from other teams/vendors. Omit section if none. -->
|
||||
|
||||
- **Dependency**: <!-- What's needed -->
|
||||
- **From**: <!-- Team/organization -->
|
||||
- **Impact if Delayed**: <!-- What breaks -->
|
||||
|
||||
### Blockers
|
||||
|
||||
<!-- Current or anticipated blockers. Omit section if none. -->
|
||||
|
||||
- **Blocker**: <!-- Issue description -->
|
||||
- **Probability**: <!-- High/Medium/Low -->
|
||||
- **Impact**: <!-- Critical/High/Medium/Low -->
|
||||
- **Mitigation**: <!-- Action plan -->
|
||||
|
||||
## Related Specs
|
||||
|
||||
### Components
|
||||
|
||||
<!-- Components affected by this milestone -->
|
||||
|
||||
| Component | Change Type | Description |
|
||||
| --- | --- | --- |
|
||||
| [CMP-XXX] <!-- Name --> | <!-- New/Modified/Deprecated --> | <!-- What's changing --> |
|
||||
|
||||
### Plans
|
||||
|
||||
<!-- Execution plans that implement this milestone -->
|
||||
|
||||
- [PLN-XXX] <!-- Plan Name --> - <!-- What this plan accomplishes -->
|
||||
|
||||
### Requirements
|
||||
|
||||
<!-- Business and technical requirements this milestone addresses -->
|
||||
|
||||
- [BRD-XXX] <!-- Business Requirement --> - <!-- How it's addressed -->
|
||||
- [PRD-XXX] <!-- Technical Requirement --> - <!-- Implementation approach -->
|
||||
Reference in New Issue
Block a user