What problem does it solve? When managing multiple goals in a Nav-driven project, it is hard to see the big picture: which goals are blocked, which are stalled, and which deserve attention next. This Skill reads the entire goal registry and produces a single cross-goal report so you can prioritize work without digging through individual goal folders. ## Core Features & Use Cases - Priority Scoring: Computes a priority score per goal using impact × confidence × alignment ÷ effort, and honestly marks goals as unscored when inputs are missing instead of guessing. - Risk Flagging: Surfaces goals with BLOCKED or ESCALATED status, plus goals that have stalled relative to their own activity history. - Blocker Detection: Traces depends_on dependency chains and names the specific goal holding up an otherwise-ready one. - Use Case: Run the report on Monday morning to see all goals ordered by priority, spot that a high-impact goal is blocked by an unfinished dependency, and re-sequence the week's work accordingly. ## Quick Start Ask the assistant to run /portfolio and show which goals are blocked, stalled, or highest priority across the whole registry.