23 lines
410 B
Markdown
23 lines
410 B
Markdown
```markdown
|
|
# Architecture Design
|
|
|
|
## Task Size
|
|
Small / Medium / Large
|
|
|
|
## Design Decisions
|
|
|
|
### File Structure
|
|
| File | Role |
|
|
|------|------|
|
|
| `src/example.ts` | Overview |
|
|
|
|
### Technology Selection
|
|
- {Selected technologies/libraries and rationale}
|
|
|
|
### Design Patterns
|
|
- {Adopted patterns and where they apply}
|
|
|
|
## Implementation Guidelines
|
|
- {Guidelines the Coder should follow during implementation}
|
|
```
|