One-click install
npx skills add https://github.com/ahostbr/liteharness --skill ls-spawnteam
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ls-spawnteam
Source: https://github.com/ahostbr/liteharness/tree/main/liteharness/catalog/skills/ls-spawnteam
Command: npx skills add https://github.com/ahostbr/liteharness --skill ls-spawnteam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps users coordinate collaborative multi-agent work in Claude Code by turning a single request into a properly planned, task-partitioned Agent Team workflow.

Core Features & Use Cases

  • Team spawning from intent: Triggers on phrases like spawning or setting up a team, creating a Claude Agent Team with a descriptive kebab-case name.
  • Template-driven team composition: Supports built-in templates such as code review, feature development, research, debug, prd workflow, thinker-debate, security-audit, and quality-review.
  • Task decomposition with guardrails: Creates all tasks before spawning teammates, assigns owners, optionally enforces plan-mode, and provides a dry-run path to present the plan first.

Quick Start

Ask to spawn a team for collaborative work, for example: "Spawnteam to review the recent PRs using the code-review template."

Frequently Asked Questions about ls-spawnteam

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

FAQPage Schema
How do I orchestrate multiple Claude agents for a code review?▼

Multi-agent orchestration for code review is handled by spawning a Claude agent team using the code-review template. This creates a structured workflow that partitions tasks, assigns owners, and runs parallel teammate calls to execute the review collaboratively rather than relying on a single agent.

What is the best way to decompose complex feature development tasks in Claude Code?▼

Task decomposition for complex feature development is achieved by spawning an agent team with the feature development template. The system creates all sub-tasks before spawning teammates, assigns specific owners, and optionally uses plan-mode or dry-run flags to validate the decomposition strategy before execution.

Can I run a security audit using a multi-agent template in Claude Code?▼

A security audit can be executed by triggering the built-in security-audit agent team template. This approach orchestrates parallel Claude agents that follow a structured task pipeline, ensuring the audit is partitioned and assigned to specific teammates for comprehensive coverage.

Does multi-agent orchestration support dry-run and plan mode for task decomposition?▼

Multi-agent orchestration supports both dry-run and plan mode flags during task decomposition. Using the dry-run path presents the planned decomposition and owner assignments for review before actually spawning the parallel teammate Task calls, ensuring the workflow is validated first.

How do I set up a thinker debate or PRD pipeline with multiple agents?▼

Setting up a thinker debate or PRD pipeline involves triggering the respective built-in templates to spawn an agent team. The system parses the template and flags, creates the necessary tasks, assigns owners, and runs parallel teammate calls while maintaining team_name consistency throughout the workflow.