execute-epic-plan

Orchestrate software epic execution with wave-based parallel story processing and quality gates.

3|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/GDSDN/kord-aios --skill execute-epic-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute-epic-plan
Source: https://github.com/GDSDN/kord-aios/tree/main/src/features/builtin-skills/kord-aios/story/execute-epic-plan
Command: npx skills add https://github.com/GDSDN/kord-aios --skill execute-epic-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manages the execution of large, multi-story software development epics, ensuring each story follows a defined lifecycle and integrating them through wave-based quality gates.

Core Features & Use Cases

  • Wave-based Execution: Organizes stories into waves for parallel or sequential execution.
  • Full Development Cycle: Ensures each story goes through validation, implementation, self-healing, quality review, and DevOps push.
  • Quality Gates: Implements checkpoints between waves to ensure integration quality.
  • State Persistence: Allows execution to be paused and resumed across sessions.
  • Use Case: A product team is launching a major new feature that requires 20 distinct stories. This Skill orchestrates the development of these stories, grouping them into logical waves, running automated tests and reviews at each stage, and ensuring the entire feature is integrated correctly before release.

Quick Start

Execute the epic plan located at 'docs/stories/epics/epic-activation-pipeline/EPIC-ACT-EXECUTION.yaml' in interactive mode.

Frequently Asked Questions about execute-epic-plan

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

FAQPage Schema
How do I execute complex software development epics with multiple stories?

To execute complex software development epics, you orchestrate stories through wave-based parallel execution, managing each story through a full development cycle while enforcing wave quality gates for integration.

What is wave-based execution in agile project management?

Wave-based execution in agile project management organizes epic stories into waves for parallel or sequential execution, implementing quality checkpoints between waves to ensure integration quality before proceeding.

How do I manage the full development cycle for agile stories?

You manage the full development cycle for agile stories by ensuring each story goes through validation, implementation, self-healing, quality review, and DevOps push stages during epic orchestration.

Can I pause and resume epic execution across different sessions?

Yes, you can pause and resume epic execution across different sessions using state persistence, which allows interrupted workflow orchestration to continue without losing progress.

Does epic orchestration support interactive and autonomous planning modes?

Epic orchestration supports interactive, autonomous, and pre-flight planning modes, allowing teams to choose the level of control needed for their development cycle workflow.

What are the limitations of wave-based quality gates in story orchestration?

Wave-based quality gates require all stories within a wave to pass checkpoints before proceeding, which can create bottlenecks if parallel stories have uneven complexity or dependencies.