start-phase-execute-team

Coordinate parallel task execution for multi-agent teams across start-phase workflows.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/artsmc/codex-agentic --skill start-phase-execute-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start-phase-execute-team
Source: https://github.com/artsmc/codex-agentic/tree/main/skills/start-phase-execute-team
Command: npx skills add https://github.com/artsmc/codex-agentic --skill start-phase-execute-team

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the orchestration of start-phase workflows by coordinating multi-agent teams to execute tasks in parallel, reducing overall cycle time.

Core Features & Use Cases

  • Auto-detect or force team mode with or without sequential fallbacks for flexible execution.
  • Wave-based task scheduling that respects dependencies and optimizes resource usage.
  • Lifecycle management including team creation, task assignment, progress monitoring, and graceful shutdown.
  • Quality gates and progress tracking to ensure tasks meet standards before committing.

Quick Start

Run start-phase-execute-team with a task list to orchestrate parallel team-based phase execution.

Frequently Asked Questions about start-phase-execute-team

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

FAQPage Schema
How do I coordinate parallel task execution for multi-agent teams?

Parallel task execution for multi-agent teams is coordinated by applying wave-based task scheduling that respects dependencies, auto-detecting team mode, and managing the full task lifecycle from creation to graceful shutdown.

What is the best way to orchestrate phase workflows with task dependencies?

Orchestrating phase workflows with task dependencies is best handled through wave-based scheduling that optimizes resource usage, enforces quality gates before committing, and applies auto-detection or explicit flags for team mode execution.

How do I set up wave-based task scheduling for multi-agent teams?

Setting up wave-based task scheduling involves running the orchestration tool with a task list, allowing it to auto-detect team mode or accept explicit flags, and then assigning tasks across waves while monitoring progress and enforcing quality gates.

Can I force sequential fallback when parallel multi-agent execution is not needed?

Sequential fallback is supported when parallel multi-agent execution is not needed, allowing you to force or auto-detect team mode with or without sequential execution to maintain flexible phase management across varying task requirements.

How does quality gate validation work during parallel phase management?

Quality gate validation during parallel phase management ensures tasks meet defined standards before committing, tracking progress across waves and managing graceful shutdown to maintain orchestration integrity throughout the task lifecycle.

When should I avoid auto-detecting team mode for task lifecycle orchestration?

Auto-detecting team mode for task lifecycle orchestration should be avoided when tasks require strict sequential execution or lack parallelizable dependencies, allowing you to instead apply explicit flags for sequential fallback and controlled phase management.