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