Initial commit
This commit is contained in:
80
skills/structured-plan-mode/assets/task-template.md
Normal file
80
skills/structured-plan-mode/assets/task-template.md
Normal file
@@ -0,0 +1,80 @@
|
||||
# T0X: [Task Name]
|
||||
|
||||
> **Template Purpose**: Copy this template for each implementation task (T01, T02, T03, etc.) in your `.plans/[feature-name]/tasks/` folder.
|
||||
|
||||
---
|
||||
|
||||
**Status**: 🟡 **Planned**
|
||||
**Effort**: [Small/Medium/Large]
|
||||
**Blocked By**: [List any blocking tasks or dependencies]
|
||||
|
||||
## Goal
|
||||
|
||||
[Describe what this task achieves - one clear, measurable objective]
|
||||
|
||||
## Context
|
||||
|
||||
[Explain how this fits into the overall feature, why it's needed, and how it relates to the selected approach from Research]
|
||||
|
||||
## Requirements
|
||||
|
||||
### 1. [Requirement Category 1]
|
||||
|
||||
[Describe the requirement]
|
||||
|
||||
**Key Considerations**:
|
||||
- [Consideration 1]
|
||||
- [Consideration 2]
|
||||
|
||||
### 2. [Requirement Category 2]
|
||||
|
||||
[Describe the requirement]
|
||||
|
||||
**Implementation Details**:
|
||||
- Step 1: [Description]
|
||||
- Step 2: [Description]
|
||||
- Step 3: [Description]
|
||||
|
||||
### 3. Integration Points
|
||||
|
||||
[Describe where this integrates with existing systems]
|
||||
|
||||
## Action Items
|
||||
|
||||
- [ ] [Specific action item 1]
|
||||
- [ ] [Specific action item 2]
|
||||
- [ ] [Specific action item 3]
|
||||
- [ ] Add error handling
|
||||
- [ ] Add telemetry/logging
|
||||
- [ ] Write tests
|
||||
|
||||
## Test Scenarios
|
||||
|
||||
- [ ] Happy path: [Description]
|
||||
- [ ] Error case: [Description]
|
||||
- [ ] Edge case: [Description]
|
||||
- [ ] Performance: [Description]
|
||||
|
||||
## Dependencies
|
||||
|
||||
- [Dependency 1]
|
||||
- [Dependency 2]
|
||||
|
||||
## Related Files
|
||||
|
||||
- `[file/path]` - Description
|
||||
- `[file/path]` - Description
|
||||
|
||||
## Execution Summary
|
||||
|
||||
<!-- Fill this section after completing this task -->
|
||||
|
||||
**Completed**: [YYYY-MM-DD HH:MM]
|
||||
|
||||
**What was implemented**:
|
||||
- [Key change 1]
|
||||
- [Key change 2]
|
||||
|
||||
**Challenges encountered**:
|
||||
- [Challenge 1 and resolution]
|
||||
|
||||
Reference in New Issue
Block a user