Team Coordination (Independent)

Coordinate independent specialist heartbeats using task boards and decision logs.

54|7|Updated Sep 19, 2021
One-click install
npx skills add https://github.com/Vrooli/Vrooli --skill team-coordination-independent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Team Coordination (Independent)
Source: https://github.com/Vrooli/Vrooli/tree/main/scenarios/prompt-manager/store/skills/packs/core/team-coordination-independent
Command: npx skills add https://github.com/Vrooli/Vrooli --skill team-coordination-independent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Independent specialist heartbeats often lack default coordinators and may lose durable context between runs, so this guidance keeps each lane accountable and prevents inventing unauthorized coordination.

Core Features & Use Cases

  • Heartbeat Ownership: Each agent reads its responsibilities first, executes its slice of work, and does not wait for delegation or synthesis from others.
  • Durable Records: Capture multi-heartbeat work on the task board, log tradeoffs in the decision log, and summarize conventions in the knowledge log to survive across runs.
  • Use Case: When a developer heartbeat uncovers a configuration issue, it records the discovery and chosen fix in the decision log and updates the task board so the next run continues smoothly.

Quick Start

Own a heartbeat slice, persist updates to the task board and logs, and conclude with a HANDOFF section when persistence is enabled.

Frequently Asked Questions about Team Coordination (Independent)

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

FAQPage Schema
How do I coordinate independent specialist agents without a default coordinator?

Independent specialist agents coordinate without a default coordinator by owning their heartbeat slice, executing work autonomously, and persisting updates to task boards, decision logs, and knowledge logs to maintain context across runs.

What is the best way to preserve agent context across multiple heartbeat runs?

To preserve agent context across multiple heartbeat runs, record ongoing work on a task board, log tradeoffs in a decision log, and summarize conventions in a knowledge log, concluding with a HANDOFF section when persistence is enabled.

How does a heartbeat agent handle configuration issues it discovers during execution?

When a heartbeat agent uncovers a configuration issue, it records the discovery and chosen fix in the decision log and updates the task board, ensuring the next independent run continues smoothly without needing external coordination.

Do I need to wait for delegation before an independent specialist heartbeat starts working?

Independent specialist heartbeats do not wait for delegation or synthesis from others. Each agent reads its responsibilities first, executes its slice of work immediately, and avoids unneeded messaging by relying on durable records.

When should I include a HANDOFF section in my agent's task board or logs?

You should include a HANDOFF section when persistence is enabled. It allows an independent specialist heartbeat to conclude its current run by summarizing durable records and passing context to the next execution cycle.

Can independent team coordination work without a central coordinator assigning tasks?

Yes, independent team coordination works without a central coordinator by keeping each lane accountable. Agents read their responsibilities, execute work, and use durable records like task boards and decision logs to prevent inventing unauthorized coordination.