What problem does it solve? When working on a project across many sessions, it is hard to answer simple narrative questions like "what's next?" or "where are we?" without manually composing multiple queries against the planning tree. This Skill runs aiwf status to produce a single curated, human-readable snapshot of project state. ## Core Features & Use Cases - One-screen project snapshot: Shows in-flight epics and milestones (with acceptance-criteria badges and TDD policy), open proposed decisions (ADRs and D-NNNN), open gaps, the last 5 git-history events, and tree-health counts. - Scoping filters: Use --area to narrow to one workstream and --priority to filter open decisions and gaps by urgency level. - Worktree awareness: Surfaces per-worktree driver entities, stale worktrees, and cross-branch status disagreements, with a full --worktrees layout for questions like "where's my work?". - Use Case: A user returning to a project asks "what are we working on?" — run aiwf status, then narrate the in-flight milestone, open ACs, and pending decisions in plain language. ## Quick Start Ask the assistant "what's next on this project?" and it will run aiwf status and narrate the current state for you.