fireauto-team-guide

Coordinate multi-agent teams on a shared task board.

139|35|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/imgompanda/fireauto --skill fireauto-team-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fireauto-team-guide
Source: https://github.com/imgompanda/fireauto/tree/main/plugin/skills/fireauto-team-guide
Command: npx skills add https://github.com/imgompanda/fireauto --skill fireauto-team-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables teams of AI agents to collaborate in a company-model workflow, coordinating tasks, discussions, and approvals to reduce manual coordination overhead.

Core Features & Use Cases

  • TeamCreate initializes a new team and a shared task board
  • TeamDelete cleans up resources and removes the team
  • TaskCreate registers a new task and assigns it to a team member
  • TaskUpdate updates task status and progress
  • TaskList retrieves all tasks for the team
  • TaskGet fetches details of a specific task
  • SendMessage enables direct inter-agent communication for real-time discussion
  • Agent spawns team member agents with a required team_name parameter

Quick Start

Create a new team named Acme and add an initial task for the CEO to approve the project roadmap.

Frequently Asked Questions about fireauto-team-guide

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

FAQPage Schema
How do I coordinate multiple AI agents on a shared task board?

To coordinate multi-agent teams on a shared task board, you can use built-in tools like TeamCreate to initialize the team and TaskCreate to register and assign tasks to specific members for parallel execution.

How do AI agents communicate with each other during complex workflows?

AI agents communicate during complex workflows using the SendMessage tool, which enables direct inter-agent communication for real-time discussion, alongside TaskUpdate to synchronize progress across the shared task board.

Can I enforce Git worktree isolation for parallel multi-agent development?

Yes, you can enforce Git worktree isolation for independent development within multi-agent teams, ensuring that parallel task execution and code modifications remain cleanly separated across different agents.

What is the best way to manage a company-model workflow with a CEO agent?

The best way to manage a company-model workflow with a CEO agent is to initialize a team using TeamCreate, assign roadmap approval tasks via TaskCreate, and spawn member agents using the Agent tool with a required team_name parameter.

How do I clean up resources after completing multi-agent team tasks?

To clean up resources after completing multi-agent team tasks, use the TeamDelete tool, which safely removes the team and cleans up the associated shared task board and collaborative resources.

Do I need built-in tools to track task progress for AI team members?

Yes, tracking task progress requires built-in tools such as TaskList to retrieve all team tasks and TaskGet to fetch specific task details, ensuring agents can monitor and resolve decisions in parallel.