Epic Validate banner
affaan-m affaan-m

Epic Validate

Development community

Description

--- description: Validate epic readiness, dependencies, and coordination policy. --- # /epic-validate Validate a single epic issue before publishing or review handoff. ```bash node scripts/github-coordination.js validate <issue-number> --repo <owner/repo> ``` What this checks: 1. Coordination state exists and is parseable. 2. Validation state is satisfied by policy. 3. Declared dependencies are closed. 4. The epic is ready for the next workflow stage. Compatibility aliases: - `/quality-ga

Installation

Installs to ~/.claude/skills/affaan-m-ecc-epic-validate/SKILL.md

Terminal
mkdir -p ~/.claude/skills/affaan-m-ecc-epic-validate && curl -fsSL https://raw.githubusercontent.com/affaan-m/ECC/HEAD/commands/epic-validate.md -o ~/.claude/skills/affaan-m-ecc-epic-validate/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository