Organize tasks into epics using parent-child hierarchies. Use when planning large features that span multiple tasks.
/plugin marketplace add yebot/rad-cc-plugins/plugin install backlog-md@rad-cc-plugins# Epic Management Organize related tasks into epics (parent tasks with subtasks) for better project structure and progress tracking. ## Understanding Epics in Backlog.md Epics are implemented as parent tasks with child subtasks: - A parent task acts as the epic container - Child tasks are created with `-p <parent-id>` - Progress is tracked by subtask completion - Dependencies can span within and across epics ## Instructions ### Creating a New Epic 1. **Create the parent task** (the epic itself): 2. **Break down into subtasks**: 3. **Set dependencies between subtasks**: ...