Overview
eq-create-issues reads the plan doc task list and creates one GitHub issue per task, applying appropriate labels and linking them to the project board.
When to Use
After /eq-init has created the worktree and committed the plan doc anchor. Run before /eq-execute to enable issue-based progress tracking.
Usage Examples
/eq-create-issues
Reads the plan doc from docs/plans/ on the current branch, then creates issues via gh issue create.
Configuration
Requires gh CLI authenticated with write access to the repo.
Installation
npx skills add mclaude95/eq-foundry -s eq-create-issues