34 lines
598 B
Markdown
34 lines
598 B
Markdown
```markdown
|
|
# Task Plan
|
|
|
|
## Original Request
|
|
{User's request as-is}
|
|
|
|
## Analysis
|
|
|
|
### Objective
|
|
{What needs to be achieved}
|
|
|
|
### Scope
|
|
{Impact area}
|
|
|
|
### Design Decisions (only when design is needed)
|
|
|
|
#### File Structure
|
|
| File | Role |
|
|
|------|------|
|
|
| `src/example.ts` | Overview |
|
|
|
|
#### Design Patterns
|
|
- {Adopted patterns and where they apply}
|
|
|
|
### Implementation Approach
|
|
{How to proceed}
|
|
|
|
## Implementation Guidelines (only when design is needed)
|
|
- {Guidelines the Coder should follow during implementation}
|
|
|
|
## Open Questions (if any)
|
|
- {Unclear points or items that need confirmation}
|
|
```
|