What problem does it solve?
Complex project management often suffers from fragmented epic-task relationships, unclear dependencies, and manual batch handling. This skill automates and unifies epics, tasks, and sub-tasks within EgenSkriven to provide scalable planning and traceable progress.
Core Features & Use Cases
- Epic management: create, list, update, and link tasks to epics for consolidated planning.
- Task dependencies: enforce blockers and cascading updates to ensure correct sequencing.
- Sub-tasks: decompose large work into manageable units with parent-child relationships.
- Batch operations: import, create, and update multiple tasks in one go for bulk work.
- Views and filters: quick access to ready, blocked, and due tasks across boards.
Quick Start
Start by creating an epic, then add a few tasks linked to that epic, and perform a batch import to populate remaining tasks. Example commands:
egenskriven epic add "New Initiative" --color "#4A90D9"
egenskriven add "Design module" --epic <epic-ref> --type feature
egenskriven import --file tasks.jsonl