stride-subagent-workflow

Dispatch decomposition, exploration, planning, and review agents based on task metadata.

5|3|Updated Oct 19, 2025
One-click install
npx skills add https://github.com/cheezy/kanban --skill stride-subagent-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stride-subagent-workflow
Source: https://github.com/cheezy/kanban/tree/main/docs/multi-agent-instructions/skills/stride-subagent-workflow
Command: npx skills add https://github.com/cheezy/kanban --skill stride-subagent-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured decision framework to orchestrate Stride's subagents (stride:task-decomposer, stride:task-explorer, stride:task-reviewer, stride:hook-diagnostician) so that tasks are properly decomposed, explored, planned, and reviewed before implementation.

Core Features & Use Cases

  • Dispatches decomposition, exploration, planning, and review agents based on task metadata (complexity, key_files, acceptance criteria).
  • Defines the decision matrix and the flow between stride:stride-claiming-tasks, this skill, and stride:stride-completing-tasks.
  • Supports a phase-based workflow (decomposition, exploration, planning, code review) to improve quality and traceability.

Quick Start

After claiming a task, invoke this skill to determine which subagents to dispatch or proceed with implementation.

Frequently Asked Questions about stride-subagent-workflow

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

FAQPage Schema
How do I orchestrate subagents for complex task workflows?

Subagent orchestration uses a structured decision framework to dispatch decomposition, exploration, planning, and review agents based on task metadata like complexity and acceptance criteria. This ensures tasks are properly sequenced for reliable incremental delivery.

When do I need to decompose tasks into exploration and planning phases?

Task decomposition and exploration are needed for medium-to-large tasks with multiple key files or acceptance criteria. The workflow determines when to dispatch each phase to improve code quality and traceability before implementation.

How do I coordinate task claiming and completion with subagent reviews?

After claiming a task, invoke the subagent workflow to determine which agents to dispatch for decomposition and review. This defines the flow between task claiming, orchestration, and completing tasks with a traceable review record.

Can I use subagent orchestration for small single-file tasks?

Subagent orchestration applies to medium-to-large tasks, goals, or tasks with multiple key files and acceptance criteria. Small single-file tasks likely do not require dispatching the full decomposition, exploration, and review phases.

What is the best way to enforce guardrails during multi-agent task execution?

Enforcing guardrails during multi-agent execution requires coordinating built-in and custom agents through a phase-based workflow. This produces a traceable review record for each task while maintaining proper subagent sequencing.

Does the subagent workflow support custom agents alongside built-in ones?

The subagent workflow coordinates both built-in and custom agents during task execution. It applies the decision matrix to determine when to dispatch decomposition, exploration, planning, and review agents for incremental delivery.