team

Coordinate planner, executor, reviewer, and verifier roles across a six-stage workflow.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jukqaz/stack-pilot --skill team-jukqaz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/jukqaz/stack-pilot/tree/main/addons/stackpilot-dev-kit/claude/skills/team
Command: npx skills add https://github.com/jukqaz/stack-pilot --skill team-jukqaz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate a bounded workflow where planner, executor, reviewer, and verifier roles coordinate around a shared target, enabling structured handoffs and oversight within Claude Code's native subagents.

Core Features & Use Cases

  • Orchestrates planning, scoping, execution, verification, and fixes across multiple subagents
  • Provides durable handoff points and gate checks to ensure accountability and traceability
  • Supports evidence collection and stage-by-stage ownership management

Quick Start

Create a team workflow that assigns planner, executor, reviewer, and verifier roles to a shared target.

Frequently Asked Questions about team

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

FAQPage Schema
How do I coordinate multiple subagents in Claude Code for a single workflow?▼

To coordinate multiple subagents in Claude Code, this skill orchestrates a six-stage flow—plan, scope, exec, verify, fix, and handoff—managing structured handoffs and gated checks across planner, executor, reviewer, and verifier roles around a shared target.

What is a gated handoff when orchestrating cross-role agent workflows?▼

A gated handoff in cross-role agent workflows is a durable checkpoint ensuring accountability and traceability. It enforces gate checks and collects evidence before transferring ownership between planning, execution, review, and verification stages.

How to verify execution results from a Claude Code subagent before passing them to the next stage?▼

To verify execution results from a Claude Code subagent, this skill applies a dedicated verify and fix stage with gate-check commands. It collects evidence and enforces structured oversight before authorizing the final handoff.

Can I resume a multi-agent workflow in Claude Code if an execution stage fails?▼

You can resume a multi-agent workflow in Claude Code after a stage failure using durable resume and gate-check commands. These manage stage-by-stage ownership and evidence, allowing the bounded flow to restart from the last verified handoff point.

Does this workflow orchestration approach work without external dependencies?▼

This workflow orchestration approach works entirely within Claude Code's native subagents and skills without external dependencies. It coordinates cross-role workflows using built-in gate checks and durable handoff points.

When do I need a six-stage workflow for Claude Code subagents?▼

You need a six-stage workflow for Claude Code subagents when a single agent must orchestrate planning, scoping, execution, verification, and fixes across multiple roles, requiring structured handoffs, evidence collection, and stage-by-stage ownership management.