crew

Orchestrate multi-worker execution across plan, execute, verify, and fix-loop stages.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/shaun0927/codex-superskills --skill crew-shaun0927
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crew
Source: https://github.com/shaun0927/codex-superskills/tree/main/skills/team
Command: npx skills add https://github.com/shaun0927/codex-superskills --skill crew-shaun0927

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates coordinated multi-worker execution using a team-lite runtime to enable staged workflows with clear ownership and feedback.

Core Features & Use Cases

  • Stage-based pipeline: plan -> exec -> verify -> fix-loop, providing structured progress and accountability.
  • Immediate cancellation to interrupt active team flows when requested.
  • Deterministic summaries and verification-driven routing to ensure reliable completion.

Quick Start

Invoke the team-lite flow by running superskills codex run "team: <goal>".

Frequently Asked Questions about crew

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

FAQPage Schema
How do I orchestrate multi-worker execution for staged workflows?

Multi-worker execution is orchestrated across a team-lite runtime using a plan, execute, verify, and fix-loop pipeline to provide structured progress, clear ownership, and iterative feedback.

What is the best way to interrupt active parallel workflows during execution?

Active parallel workflows support immediate cancellation to interrupt running team flows safely when requested, stopping further execution without waiting for all workers to finish.

How does verification-driven routing work in an iterative pipeline?

Verification-driven routing uses deterministic summaries and explicit guardrails to route failures through a fix-loop, ensuring reliable completion by iteratively checking and correcting execution stages.

Can I run deterministic pipelines with explicit failure routing using team-lite?

Yes, team-lite runtime enables deterministic pipelines with explicit failure routing, applying guardrails to manage staged progress and ensure reliable completion across multi-worker tasks.

When do I need a plan, execute, verify, and fix-loop pipeline for my tasks?

You need this staged pipeline when your tasks require clear ownership, verification-driven routing, and iterative fixes to satisfy complex pipeline semantics across multiple coordinated workers.