epic-run

Automates the orchestration and execution of complex Epics using a manifest-based architecture.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/antigravityos187-sketch/universal-or-strategy --skill epic-run-antigravityos187-sketch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: epic-run
Source: https://github.com/antigravityos187-sketch/universal-or-strategy/tree/main/.bob/skills/epic-run
Command: npx skills add https://github.com/antigravityos187-sketch/universal-or-strategy --skill epic-run-antigravityos187-sketch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the orchestration of Epic execution, handling complex workflows and dependencies to streamline the process and reduce manual intervention.

Core Features & Use Cases

  • Epic Orchestration: Automates the lifecycle of Epics, including planning, execution, validation, and submission.
  • Phased Workflow: Manages Epics in distinct phases, with automated checks and gates at each step.
  • Manifest-Based Architecture: Utilizes a manifest.json to manage state and ensure artifact handoff.

Quick Start

Run the 'epic-run' skill with the epic slug and target description: epic-run <epic-slug> <target-description>

Frequently Asked Questions about epic-run

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

FAQPage Schema
How do I automate workflow orchestration for complex code epics?

Automating workflow orchestration for complex code epics requires a manifest-based architecture to handle planning, execution, validation, and submission. This approach manages distinct phases with automated checks and gates to reduce manual intervention.

What is a manifest-based architecture for epic management?

A manifest-based architecture for epic management uses a manifest.json file to manage state and ensure artifact handoff across execution phases. It provides structured orchestration for the entire lifecycle of complex software tasks.

How do I run epic-run to execute a target description?

To run epic execution, pass the epic slug and target description using the command syntax `epic-run <epic-slug> <target-description>`. This initiates the automated workflow orchestration.

Do I need Python to handle dependency management and code orchestration?

Yes, you need Python installed because the orchestration and validation tasks rely on Python scripts to manage dependencies and execute the automated workflow phases.

Can I use this for phased workflow automation with artifact handoff?

Yes, this approach is designed for phased workflow automation, managing epics in distinct phases with automated checks at each step. The manifest file ensures proper state management and artifact handoff between these phases.

What is the best way to manage state during epic execution and validation?

The best way to manage state during epic execution and validation is utilizing a manifest.json file. This ensures consistent artifact handoff and tracks progress across automated planning and submission phases.