team

Installation
SKILL.md

Assemble a multi-agent team and implement the functionality described in $ARGUMENTS.

Usage:

  • /team <task description> — Spawn a full team and implement the described functionality

Instructions:

  1. Read the task description from $ARGUMENTS.

    • If $ARGUMENTS is empty, ask the user to describe the functionality to implement before continuing.
  2. Assess the task to determine team composition:

    • Does the task involve any UI or user-facing interface? → include 1–2 designers
    • How complex is the implementation? → 1 developer for simple tasks, up to 3 for complex ones
    • Always include at least 1 tester
  3. Create the team using TeamCreate with a short kebab-case name derived from the task (e.g. user-auth, dashboard-filters).

Installs
80
First Seen
Apr 7, 2026
team — morphet81/cheat-sheets