workflow-guide

Diagnose project state and recommend the next skill to execute.

17|3|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/insightflo/claude-impl-tools --skill workflow-guide-insightflo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-guide
Source: https://github.com/insightflo/claude-impl-tools/tree/main/plugin/skills/workflow-guide
Command: npx skills add https://github.com/insightflo/claude-impl-tools --skill workflow-guide-insightflo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Diagnoses the current project state and recommends the optimal next skill to keep work flowing, without writing implementation code.

Core Features & Use Cases

  • Auto-diagnose project state and propose 1–2 suitable skills based on TASKS.md presence, codebase indicators, and governance status.
  • Pause for user confirmation before executing the chosen skill, enabling a guided, explainable workflow.
  • Acts as a meta hub that routes to specialized skills (e.g., Agile, Team Orchestrate, Audit) depending on context.

Quick Start

Invoke /workflow to diagnose the project state and receive a recommended next skill.

Frequently Asked Questions about workflow-guide

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

FAQPage Schema
How do I determine the next workflow step for my project state?

This skill auto-diagnoses your project state by analyzing TASKS.md, codebase indicators, and governance status to recommend the most suitable next skill. It functions as an orchestration hub, routing to specialized skills like Agile or Audit based on your context.

What is project state routing and how does it handle interruptions?

Project state routing analyzes current artifacts and interruption indicators to find the optimal next skill. The mechanism evaluates codebase status and TASKS.md to produce a recommendation, pausing for user confirmation before executing the chosen skill.

Can I use project orchestration to route to different specialized skills?

You can use this orchestration hub to route to specialized skills like Agile, Team Orchestrate, or Audit depending on your context. It auto-diagnoses the project state and proposes 1–2 suitable skills based on codebase indicators and governance status.

Do I need a TASKS.md file to run the project state diagnosis?

A TASKS.md file is not strictly required to run the diagnosis, as the skill checks for its presence as a project state indicator. It analyzes whether TASKS.md exists alongside codebase and governance indicators to recommend the most suitable next skill.

Does the workflow routing skill write implementation code during diagnosis?

The workflow routing skill does not write implementation code during diagnosis. It strictly analyzes project artifacts and governance status to recommend the optimal next skill, pausing for user confirmation to maintain an explainable workflow.