workflow-help

Explain repository workflow routing, agents, and skills from SKILL.md files.

415|44|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/notque/claude-code-toolkit --skill workflow-help
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-help
Source: https://github.com/notque/claude-code-toolkit/tree/main/skills/workflow-help
Command: npx skills add https://github.com/notque/claude-code-toolkit --skill workflow-help

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interactive guide to Claude's repository workflow system: agents, skills, routing, and execution patterns. Use when user asks how the system works, what commands are available, or how to apply brainstorm/plan/execute phases. Do NOT use for actually executing workflows (use workflow-orchestrator) or debugging (use systematic-debugging).

Core Features & Use Cases

  • Explain how the /do router classifies and routes requests
  • Describe what any specific skill or agent does (by reading its file)
  • Show the brainstorm -> plan -> execute workflow phases
  • List available skills, agents, hooks, and their purposes
  • Explain execution modes (direct vs subagent-driven) and clarify when to use which skill
  • Cross-reference related components to provide a cohesive understanding

Quick Start

Ask for a high-level workflow overview to understand router, agents, and skills.

Frequently Asked Questions about workflow-help

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

FAQPage Schema
How does the repository workflow routing system classify and route requests?

The repository workflow routing system uses a router to classify incoming requests and direct them to the appropriate agents or skills. It reads actual SKILL.md and agent files to determine where a request should be sent.

How do I use the brainstorm, plan, and execute workflow phases?

To use the brainstorm, plan, and execute workflow phases, you follow a structured progression: first generate ideas, then formulate a concrete plan, and finally carry out the execution. The system explains this workflow sequence and how to apply each phase effectively.

What is the difference between direct and subagent-driven execution modes?

Direct and subagent-driven execution modes dictate how workflow tasks are processed within the repository system. The system clarifies the distinction between these modes and provides guidance on when to use each execution pattern based on your specific task requirements.

Can I find a list of available skills, agents, and hooks in the workflow system?

Yes, you can list available skills, agents, hooks, and their purposes within the workflow system. The interactive guide reads the actual configuration files to describe what each specific component does and how they contribute to the overall repository operations.

When should I use a workflow guide instead of an orchestrator for execution?

You should use a workflow guide when you need to understand how the system works or what commands are available, rather than for actually executing workflows. For active execution, a dedicated workflow orchestrator is required to process the tasks.