Overview
eq-init creates an isolated git worktree and feature branch from main, then copies the plan doc into docs/plans/ as an anchor commit. This establishes the clean starting state for the eq-workflow pipeline.
When to Use
Run at the start of any new feature or task that has a plan doc. Always the first step before /eq-create-issues or /eq-execute.
Usage Examples
/eq-init
Prompts for a plan doc path, branch name, and worktree directory. Creates the worktree and commits the anchor.
Configuration
No configuration required. Reads plan doc from the path you provide.
Installation
npx skills add mclaude95/eq-foundry -s eq-init