Skip to main content
EQ
Foundry
arrow_back Back to Browse

eq-init

Verified

Initialize a feature workspace — create worktree + branch from main, copy plan doc

Installation

npx skills add mclaude95/eq-foundry -s eq-init

Recommended — works with Claude Code, Cursor, and 40+ agents.

bolt

Performance

Optimized for speed with minimal overhead. Runs efficiently in CI and local environments.

shield

Security

Sandboxed execution with scoped permissions. No external data leaves your environment.

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