epic

Create epic tasks with subtasks for agile planning.

19|3|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/GobbyAI/gobby --skill epic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: epic
Source: https://github.com/GobbyAI/gobby/tree/main/src/gobby/install/shared/skills/epic
Command: npx skills add https://github.com/GobbyAI/gobby --skill epic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a lightweight mechanism to organize large features by creating epic tasks that serve as containers for related subtasks, improving planning and visibility.

Core Features & Use Cases

  • Epic creation: Create an epic task with a title and optional description to group related work.
  • Subtask linkage: Automatically associate subtasks under the epic to maintain hierarchy and progress tracking.
  • Agile planning: Use epics to plan across sprints and roadmaps for product and software teams.

Quick Start

Use the epic tool to create a new epic, for example: /epic User authentication system

Frequently Asked Questions about epic

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I organize large features into a parent container for agile project planning?

To organize large features for agile project planning, create an epic task to serve as a parent container for related subtasks. This mechanism improves planning visibility and tracks progress across multiple sprints.

What is an epic task in product management and when should I create one?

An epic task in product management is a parent container used to group related subtasks into a single large feature. You should create one when planning work that spans across multiple sprints or requires linking related tasks.

How do I create an epic task with subtasks for sprint planning?

You create an epic task by providing a title and an optional description, setting the task type to epic with a default priority. Subtasks are then automatically associated under the epic to maintain hierarchy and track progress.

Can I use epic tasks to track progress across multiple sprints for software teams?

Yes, you can use epic tasks to track progress across multiple sprints for software teams. Epics act as a parent container linking related subtasks, providing a lightweight mechanism to plan roadmaps and monitor overall feature completion.

What information is required to create an epic task for task management?

Creating an epic task requires a title and a task type set to epic with a default priority. An optional description can be added to provide more context, returning the created epic reference for tracking.