x-implement-epic

Orchestrate end-to-end epic delivery across six phases with sub-skills.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/edercnj/ia-dev-environment --skill x-implement-epic
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: x-implement-epic
Source: https://github.com/edercnj/ia-dev-environment/tree/main/src/main/resources/claude/skills/x-implement-epic
Command: npx skills add https://github.com/edercnj/ia-dev-environment --skill x-implement-epic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Orchestrates end-to-end epic delivery by coordinating multiple specialized sub-skills across six phases (plan, branch, story loop, integrity gate, and final PR), reducing manual coordination.

Core Features & Use Cases

  • End-to-end epic orchestration across Phase 0 to Phase 5 with optional parallelism.
  • Delegation to sub-skills for args normalization, planning, branching, per-story execution, and integrity checks.
  • Resume and dry-run support to simulate or continue workflows without side effects.

Quick Start

Run the complete EPIC workflow for a given 4-digit EPIC-ID, using optional flags as needed to tailor execution.

Frequently Asked Questions about x-implement-epic

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

FAQPage Schema
How do I automate end-to-end epic execution for large software initiatives?▼

Automate end-to-end epic execution by orchestrating specialized sub-skills across six phases, from planning to final PR. This enforces deterministic sequencing, supports parallel options, and provides end-to-end governance over the entire workflow.

Can I simulate or resume epic orchestration workflows without side effects?▼

You can simulate or resume epic orchestration workflows using dry-run and resume modes. These modes allow you to continue or test workflow execution without causing side effects, ensuring safe end-to-end governance.

What is the best way to coordinate story execution and PR management for a software epic?▼

Coordinate story execution and PR management by delegating to specialized sub-skills within a structured story loop. This orchestrates per-story execution and integrity checks, culminating in an automated final PR.

How do I control scope and behavior during automated workflow orchestration?▼

Control workflow orchestration scope and behavior by using an explicit set of flags. These flags enable deterministic sequencing, manage parallel execution options, and enforce orchestration rules throughout the epic delivery phases.

Do I need to manually manage branching and integrity gates during epic delivery?▼

Manual branching and integrity gate management is not needed. The orchestration automates these phases by delegating to sub-skills, enforcing end-to-end governance over the plan, branch, story loop, and final PR.