rai-epic-start

Initialize epic directories, briefs, and tracker entries for new epics.

71|8|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/humansys/raise --skill rai-epic-start-humansys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rai-epic-start
Source: https://github.com/humansys/raise/tree/main/packages/raise-cli/src/raise_cli/skills_base/rai-epic-start
Command: npx skills add https://github.com/humansys/raise --skill rai-epic-start-humansys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Initialize epic directory, brief, and tracker entry to start a new epic quickly and consistently.

Core Features & Use Cases

  • Generate a standardized epic brief and scope from templates
  • Create and register epic in the backlog tracker with proper metadata
  • Enforce branch and artifact creation steps to reduce setup friction

Quick Start

Initialize a new epic with a single action that creates the brief, scope, and tracker entry.

Frequently Asked Questions about rai-epic-start

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

FAQPage Schema
How do I initialize a new epic and register it in a backlog tracker?

To initialize a new epic, the system creates a standardized epic directory, generates a brief and scope from epic templates, and registers the entry in your backlog tracker to ensure consistent project setup.

What is the best way to scaffold a project epic brief and scope from templates?

Scaffolding an epic brief and scope is handled by generating standardized files from epic templates, enforcing artifact creation and branch verification steps to reduce manual setup friction for new project epics.

How does branch verification work when starting a new epic?

Branch verification enforces a required git branch check before initializing an epic directory, ensuring your repository state is correct before creating artifacts and registering the tracker entry.

Can I use epic templates for small projects with only a few stories?

Yes, epic templates support initializing new epics sized for three to ten stories, generating the required brief, scope, and tracker metadata for small to medium project batches.

What happens if there is a collision check failure during epic creation?

Collision checks prevent duplicate epic artifacts by verifying existing directory and tracker entries before creation, stopping the initialization process to avoid overwriting existing project management data.

Do I need a git repository to create and register a new epic?

A git repository is required because the initialization process enforces branch verification steps before creating the epic directory, brief, and tracker entry to maintain project consistency.