Enable the creation of sub-issues through nesting. Probably using a property like `subs` or `kids`. ```YAML issues: - summ: Some huge set of tasks type: epic subs: - summ: First task type: task - Second task ```