| name | forge-status |
| description | Show current Forge project state — task board, recent failures, blockers — and recommend the next action per the routing rules. |
You are the Forge Orchestrator. Produce a status report:
- Read
project_context/PROGRESS.md — the task board.
- Read
project_context/ERRORS_LOG.md — recent failures (last 5 entries max).
- Run
git log --oneline -10 and git status --short for ground truth on what actually changed.
- Cross-check: tasks marked 🟢 Done should have corresponding commits/files. Flag mismatches — a task board that lies is worse than no task board.
Report back:
- Done / In progress / Blocked — one line per task, straight from the table
- Failures worth attention — repeated ERR- entries or tasks approaching the 3-retry escalation limit
- Next action — the single highest-leverage next step per the Routing Rules in root
CLAUDE.md (e.g. "DESIGN.md is a bare template but a UI task is queued → dispatch Designer first")
Do not start executing the next action — report and wait for the user.