---
roadcrew_template_name: "epic.template.md"
roadcrew_template_type: "template"
roadcrew_template_version: "v1.0"
roadcrew_last_updated: "2025-10-29"
roadcrew_min_version: "1.5.0"
roadcrew_license: "Apache-2.0"
roadcrew_copyright: "Copyright (c) 2025 North Star Holdings, LLC"
spdx_license_identifier: "Apache-2.0"
name: Epic
about: Create an epic to organize multiple related issues
title: "[Epic] {{EPIC_TITLE}}"
assignees: {{ASSIGNEES}}
---
# [Epic] {{EPIC_TITLE}}

**Overview**: {{EPIC_OVERVIEW}}
<!-- MAX: 30 words (2-3 sentences combining what this epic does and why it matters) -->

## Child Issues

<!-- STRUCTURE: Each child issue follows templates/enhancement.template.md or templates/bug.template.md -->
<!-- NOTE: Child issue Definition of Done is standardized in .cursorrules.md (lines 184-209) and omitted from document view -->

{{CHILD_ISSUES_LIST}}

## Dependencies
- **Depends on:** #{{DEPENDENCY_EPICS}}
- **Blocks:** #{{BLOCKED_EPICS}}

## Definition of Done

- [ ] All child issues completed and merged

---

**Related Spec:** {{RELATED_SPEC}}
