SHORT_DESCRIPTION
PARAGRAPH_1 — What the project/agent is and its primary purpose. Use bold for key terms, code for file/function references, and italic for emphasis.
PARAGRAPH_2 — How it works, key architectural decisions, notable patterns.
PARAGRAPH_3 — What makes it distinctive, typical use cases, or design philosophy.
INTRO_PARAGRAPH — Describe the overall architecture pattern and how modules connect.
flowchart TD
A["Entry Point"]
B["Module A"]
C["Module B"]
A --> B
A --> C
style A fill:#f0f0f0,stroke:#888,color:#333,stroke-width:1.5px,rx:10,ry:10
style B fill:#f0f0f0,stroke:#888,color:#333,stroke-width:1.5px,rx:10,ry:10
style C fill:#f0f0f0,stroke:#888,color:#333,stroke-width:1.5px,rx:10,ry:10
INTRO_PARAGRAPH — Overview of the tool suite.
| Flag | Default | Description |
|---|---|---|
| --flag | value | What it does |
INTRO_PARAGRAPH — How the components are organized.
INTRO_PARAGRAPH — Describe the API surface.
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/endpoint | DESCRIPTION |
| POST | /api/endpoint | DESCRIPTION |
INTRO_PARAGRAPH — Describe the data model.
id, name, created_at.
INTRO_PARAGRAPH — Describe the auth system.
ToolName — description of stepToolName — description of stepToolName — description of stepINTRO_PARAGRAPH — Describe configuration and environment variables.
INTRO_PARAGRAPH — Describe deployment setup.
INTRO_PARAGRAPH — Performance characteristics and optimization strategies.