flow-navigator

Navigate Flow framework projects by reading DASHBOARD.md for current work and progress.

1|Updated Oct 6, 2025
One-click install
npx skills add https://github.com/AcidicSoil/DSPyTeach --skill flow-navigator-acidicsoil
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-navigator
Source: https://github.com/AcidicSoil/DSPyTeach/tree/main/.gemini/skills/flow-navigator
Command: npx skills add https://github.com/AcidicSoil/DSPyTeach --skill flow-navigator-acidicsoil

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users understand their current position within a Flow framework project, identify what needs to be done next, and track overall project progress, reducing confusion and improving workflow efficiency.

Core Features & Use Cases

  • Project Status Overview: Provides a high-level view of current work, phases, tasks, and iterations.
  • Next Step Guidance: Clearly indicates what task or iteration should be worked on next.
  • Progress Tracking: Summarizes completed, in-progress, and pending work items.
  • Use Case: A developer asks "What should I work on today?" The skill reads the DASHBOARD.md and reports the current iteration status and the next pending task.

Quick Start

Read the project dashboard to understand the current status and next steps.

Frequently Asked Questions about flow-navigator

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

FAQPage Schema
How do I track project progress and find my current task in a Flow framework project?

To track Flow project progress and find your current task, you can use a dashboard-first navigation approach. This involves reading the DASHBOARD.md file to parse current iterations, identify completed work, and determine the next pending task.

How does dashboard-first project navigation work for understanding workflow status?

Dashboard-first project navigation works by initially reading a DASHBOARD.md file to parse high-level project structure, current phases, and progress. It optionally reads specific task files afterward to provide detailed next step guidance without modifying project state.

Can I use a read-only tool to check what I should work on today in my project?

Yes, you can use a read-only project navigation tool to check your daily work. By parsing the DASHBOARD.md file, it safely reports the current iteration status and highlights the next pending task without altering any project files.

What is the best way to navigate complex project structures and locate current work?

The best way to navigate complex project structures and locate current work is using a dashboard-first pattern. This method reads the DASHBOARD.md to summarize completed, in-progress, and pending items, efficiently guiding you through the workflow.

Do I need a DASHBOARD.md file to get project status overview and next step guidance?

Yes, you need a DASHBOARD.md file to get a project status overview and next step guidance. The dashboard-first navigation pattern relies on parsing this specific file to understand project structure and identify what needs to be done next.