Skip to main content
EQ
Foundry
arrow_back Back to Browse

eq-execute

Verified

TDD implementation with atomic commits and hard gates

Installation

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

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-execute implements plan doc tasks using strict RED → GREEN → REFACTOR TDD cycles with hard gates before every commit.

When to Use

Use after /eq-init has created a feature branch and plan doc. Runs either interactively (review each task) or in continuous mode (auto-commit, review at end).

Usage Examples

/eq-execute

Detects the current worktree and plan doc automatically. Prompts for execution mode.

Configuration

No configuration required. Reads plan doc from docs/plans/ on the current branch.

Installation

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