---
roadcrew_template_name: "tdd-test-plan.template.md"
roadcrew_template_type: "template"
roadcrew_template_version: "v1.0"
roadcrew_last_updated: "2025-01-25"
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"
---

# [Test Plan for Epic {{EPIC_NUMBER}}]: {{EPIC_TITLE}}

**Epic:** {{EPIC_LINK}}  
**Spec Reference:** {{SPEC_LINK}}  
**Release:** {{RELEASE_VERSION}}  

---

## Epic Summary

| Issue | Test Cases | Status | Notes |
|-------|-----------|--------|-------|
| {{ISSUE_TITLE}} | {{NUM_TESTS}} | ⏳ Awaiting | — |

> Repeat the row above for each issue in the epic.

**Total Test Cases:** {{NUM_TEST_CASES}}
**Overall Coverage:** 0/{{NUM_TEST_CASES}} passing  

---

## Issues

> For each issue, use [`tdd-issue-test-cases.template.md`](tdd-issue-test-cases.template.md) as the structure. Replace placeholders with actual values during planning and implementation. Repeat this section for each issue in the epic.

### Issue {{ISSUE_NUMBER}}: {{ISSUE_TITLE}}

[See `tdd-issue-test-cases.template.md`](tdd-issue-test-cases.template.md)

---

**Created:** {{DATE}}  
**Last Updated:** {{DATE}}  
**Maintained By:** {{AI_ASSISTANT}}
