Problem
Phase 0 (scope analysis) loads CLAUDE.md + module structure but not ERRORS.md. Known pitfalls and non-obvious bugs documented there are only seen at verify time (Phase 2), not during implementation — causing avoidable iterations.
Expected behaviour
In Phase 0 step 1, read ERRORS.md alongside CLAUDE.md to pre-load known pitfalls before designing the implementation plan.
Change
In SKILL.md Phase 0 step 1 — add: Read ERRORS.md for known bugs and non-obvious pitfalls to avoid before coding.
Problem
Phase 0 (scope analysis) loads CLAUDE.md + module structure but not ERRORS.md. Known pitfalls and non-obvious bugs documented there are only seen at verify time (Phase 2), not during implementation — causing avoidable iterations.
Expected behaviour
In Phase 0 step 1, read
ERRORS.mdalongsideCLAUDE.mdto pre-load known pitfalls before designing the implementation plan.Change
In
SKILL.mdPhase 0 step 1 — add:ReadERRORS.mdfor known bugs and non-obvious pitfalls to avoid before coding.