takt/resources/global/en/templates/reports/architecture-design.md
2026-02-07 12:00:38 +09:00

32 lines
591 B
Markdown

# architecture-design -- Architecture Design Report Template
> **Purpose**: Output report for the architect movement
> **Report setting**: `name: architecture.md`
---
## Template
```markdown
# Architecture Design
## Task Size
Small / Medium / Large
## Design Decisions
### File Structure
| File | Role |
|------|------|
| `src/example.ts` | Description |
### Technology Selection
- {Selected technology/library and rationale}
### Design Patterns
- {Pattern adopted and where it applies}
## Implementation Guidelines
- {Guidelines for the Coder to follow during implementation}
```