epic-scout

Analyzes open epics to identify dependencies, conflicts, and overlaps for new plans.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/raydocs/antiflowskills --skill epic-scout
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: epic-scout
Source: https://github.com/raydocs/antiflowskills/tree/main/.factory/skills/epic-scout
Command: npx skills add https://github.com/raydocs/antiflowskills --skill epic-scout

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scan existing epics to understand relationships with a new plan, revealing dependencies, blockers, and potential conflicts that could impact delivery.

Core Features & Use Cases

  • Dependency discovery: compares the new REQUEST against open epics and reads epic specs to extract scope, APIs, and data structures.
  • Relationship mapping: identifies dependencies, reverse dependencies, and overlaps to inform planning.
  • Output & planning aid: generates a concise report to guide prioritization and sequencing of work.

Quick Start

Plan a new feature by running epic-scout against your current backlog and open epics to surface dependencies.

Frequently Asked Questions about epic-scout

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

FAQPage Schema
How do I identify epic dependencies before starting a new plan?

To identify epic dependencies for a new plan, you can scan open epics to extract scope, APIs, and data structures. This process maps dependencies, reverse dependencies, and overlaps to reveal potential blockers and guide work prioritization.

What is the best way to find blockers and conflicts in my open epics?

The best way to find blockers and conflicts in open epics is to compare the new request against existing epic specs. This relationship mapping identifies dependencies, reverse dependencies, and overlaps to inform planning and sequencing.

How do I analyze if a new feature impacts existing APIs and data structures?

To analyze if a new feature impacts existing APIs and data structures, scan open epics to read their specifications. This reveals how the new plan may rely on or conflict with existing work, generating clear signals about dependencies.

Can I use epic-scout with flowctl to map dependencies for a new plan?

Yes, you can use epic-scout with flowctl to map dependencies for a new plan. It scans your current backlog of open epics to surface dependencies, reverse dependencies, and overlaps, guiding the prioritization and sequencing of work.

Does epic dependency discovery work without any external dependencies?

Epic dependency discovery works without any external dependencies. It directly analyzes open epics, reads epic specs to extract scope, APIs, and data structures, and outputs a concise report to guide prioritization and sequencing.