Skip to main content
EQ
Foundry
arrow_back Back to Browse

eq-analyze

Verified

Cross-artifact consistency check — validates plan vs code vs issues alignment mid-flight

Installation

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

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-analyze compares the plan doc, open issues, and current code to surface misalignments before they become costly. Useful mid-implementation when scope creep or plan drift is suspected.

When to Use

Run any time during /eq-execute when something feels off — tasks that aren’t tracking to the plan, unexpected complexity, or when resuming after a long break.

Usage Examples

/eq-analyze

Produces a consistency report with alignment status per plan task.

Configuration

No configuration required. Reads from the current branch’s plan doc and open issues.

Installation

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