{{!-- Reusable workflow summary partial --}}
{{#each workflows}}
### {{name}}

**Category:** {{category}} | **Complexity:** {{complexity}}

{{description}}

{{#if entry_points}}
**Key Entry Points:**
{{#each (first entry_points 5)}}
- `{{endpoint}}` - {{file}}:{{line}}
{{/each}}
{{/if}}

{{/each}}
