takt/builtins/en/output-contracts/architecture-design.md
nrslib 2c7bd4834f Faceted Prompting リネーム: stances→policies, report_formats→output_contracts
5つの関心を Persona, Policy, Instruction, Knowledge, Output Contract に統一。
ディレクトリ、YAMLキー、ソースコード、テンプレート、テスト、ドキュメントを全面更新。
2026-02-07 20:04:09 +09:00

410 B

# 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}