Files
gh-onezerocompany-claude-pr…/skills/spec-author/templates/plan.md
2025-11-30 08:45:31 +08:00

89 lines
2.0 KiB
Markdown

### Plan
# <!-- Replace with descriptive title and ID, e.g., #[PLN-001] Implement User Authentication -->
Priority: <!-- critical | high | medium | low | nice-to-have -->
Status: <!-- Draft | Planning | In Progress | Completed -->
## Overview
<!-- Describe what this plan accomplishes and why it's needed. What changes, what's the outcome? -->
### Fulfills
<!-- Link to requirements this plan addresses -->
- [BRD-XXX] Business Requirement Name
- [TRQ-XXX] Technical Requirement Name
- [MLS-XXX] Milestone Name
### Scope
**In Scope:**
<!-- What will be delivered -->
**Out of Scope:**
<!-- What's explicitly excluded and why -->
## Tasks
<!-- Break down work into 5-15 actionable tasks -->
| ID | Task | Owner | Effort | Dependencies | Status |
|---|---|---|---|---|---|
| tsk-001 | Task description | Team/Person | S/M/L | None | Pending |
| tsk-002 | Task description | Team/Person | M | tsk-001 | Pending |
### Task Details
<!-- Expand key tasks that need more detail -->
#### [tsk-001] Task Name
**Description:** What needs to be done
**Files to Modify:**
- `path/to/file.ts` - Changes needed
**Acceptance Criteria:**
- Specific verifiable criterion
- Another criterion
## Timeline
<!-- Define execution phases and sequencing without dates -->
| Phase | Tasks | Owner | Dependencies |
|---|---|---|---|
| Phase 1: Setup | tsk-001, tsk-002 | Team A | None |
| Phase 2: Implementation | tsk-003, tsk-004 | Team B | Phase 1 |
| Phase 3: Testing | tsk-005 | QA Team | Phase 2 |
**Sequencing Notes:**
<!-- Any important notes about task ordering or parallel execution -->
## Success Metrics
<!-- How will we measure success? -->
- Metric 1: Target value
- Metric 2: Target value
## Dependencies
### Prerequisites
<!-- What must be complete before starting -->
- **Item** - Status: Pending/Complete - Impact if delayed
### Related Plans
<!-- Coordinate with these plans -->
- [PLN-XXX] Plan Name - Relationship
## Risks & Assumptions
**Key Risks:**
- **Risk:** Description - **Mitigation:** Strategy
**Assumptions:**
- What we're assuming - If wrong, what happens