affaan-m

Epic Claim — Development skill for Claude Code

Development community

Claim an epic issue, stamp coordination state, and sync local ownership.

How to install Epic Claim

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

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

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

What Epic Claim does


description: Claim an epic issue, stamp coordination state, and sync local ownership.

/epic-claim

Claim one epic issue as the source of truth for a unit of work.

Use the coordination script:

node scripts/github-coordination.js claim  --repo  --actor 

What this does:

  1. Loads the issue body and coordination block.
  2. Marks the epic as claimed in GitHub issue state.
  3. Updates labels and the local SQLite cache.
  4. Appends an audit commen

Alternatives in Development

  • Claude Code Sub Agent Collective — 🧠 Context Engineering Research - Not just another agent collection, but using research and context engineerin 523 ★
  • Env — Manage Vercel environment variables 263 ★
  • Plan Sprint — Plan the upcoming sprint — epic breakdown, user story decomposition, RICE prioritization, dependency check, an 73 ★

Full documentation available on GitHub

View Source Repository