templates/architecture.md
templates/architecture.mdBrowse 5 files
209 tokens
654 bytes
Token encoding: o200k_base
Snapshot 24fd22b
← Back to SKILL.md
Architecture
{{TWO_TO_THREE_PARAGRAPHS_SHAPE_OF_SYSTEM}}
Components
- {{COMPONENT_1}} — {{ONE_TO_TWO_SENTENCES}} See
modules/{{MODULE}}.md. - {{COMPONENT_2}} — {{ONE_TO_TWO_SENTENCES}}
System Diagram
flowchart TD
User([User]) --> Entry[Entry Point]
Entry --> Core[Core Engine]
Core --> StorageA[(Database)]
Core --> ExternalAPI{{External API}}
Data Flow
Key Design Decisions
- {{DECISION_1}}
- {{DECISION_2}}
- {{DECISION_3}}