flow-navigator

Read DASHBOARD.md to report Flow project status and next steps.

38|4|Updated Oct 1, 2025
One-click install
npx skills add https://github.com/khgs2411/flow --skill flow-navigator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-navigator
Source: https://github.com/khgs2411/flow/tree/main/framework/skills/flow-navigator/SKILL.md
Command: npx skills add https://github.com/khgs2411/flow --skill flow-navigator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users understand project status and next steps by reading the DASHBOARD.md and reporting current focus.

Core Features & Use Cases

  • Status Reporting: Read current work and progress
  • Next Steps Guidance: Suggest next actions
  • Non-destructive: Read-only navigation

Quick Start

Ask "What's next?" or "Show me the status" to see current focus.

Frequently Asked Questions about flow-navigator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check the current status of a Flow project?

Flow project status is determined by reading DASHBOARD.md and parsing the Current Work and Progress Overview sections. This gives you an immediate view of what's actively being worked on and project milestones without modifying any files.

What's the best way to navigate Flow projects and find next steps?

Use a dashboard-first pattern: start with DASHBOARD.md to identify current focus, then examine phase or task files as needed. The Skill reports status markers and recommends next actions based on what's documented in your dashboard.

Can I use this to track progress across multiple Flow phases?

Yes. The Skill reads DASHBOARD.md sections covering both current work and progress overview, then drills into phase and task files to determine overall project focus and upcoming milestones. It operates in read-only mode, so tracking is non-destructive.

How does a dashboard-first navigation pattern work for project management?

Dashboard-first navigation centralizes project state in one readable file (DASHBOARD.md) rather than scattering status across multiple sources. You query the dashboard for current focus and progress, then reference supporting phase files only when deeper context is needed.

What information does the Skill extract from Flow project files?

The Skill extracts current work and progress overview data from DASHBOARD.md, identifies status markers, and reads phase or task files when necessary to report recommended next steps. All queries are read-only and non-modifying.