Agent Team Orchestration

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent instruction-only multi-agent playbook with no hidden code, but it intentionally uses sub-agents, shared state, and optional scheduled workflows that should be scoped before use.

This skill appears safe to install if you want a multi-agent workflow. Before using it, decide which agents may be spawned, set budget and concurrency limits, restrict shared workspace contents, protect persistent SOUL.md/protocol files, and require review before shipping or acting on outputs.

Findings (5)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Using the skill may lead the agent to create or coordinate multiple sub-agents for a task.

Why it was flagged

The skill encourages creating new sub-agent sessions as the normal coordination mechanism. That is central to the skill's purpose, but it can increase cost, workload, and downstream actions if not bounded.

Skill content
**Default to spawn.** It's cleaner. Send is for exceptions.
Recommendation

Set explicit user approval rules, concurrency limits, task scope, budget limits, and completion criteria before allowing spawning.

What this means

Team agents or the orchestrator may access project materials beyond a single task's deliverables.

Why it was flagged

The workflow grants broad visibility within the team workspace. This is disclosed and useful for orchestration, but it means data placed in shared or agent workspaces may be visible to other roles.

Skill content
Agents can read any shared directory
- Orchestrator can read all workspaces for oversight
Recommendation

Keep secrets and unrelated private data out of shared directories, grant capabilities per role, and audit workspace access boundaries.

What this means

If persistent role files are edited incorrectly or by the wrong party, future agents could follow bad instructions.

Why it was flagged

The skill uses persistent role and boundary files that can influence future agent behavior. This is expected for team setup, but those files become sensitive coordination context.

Skill content
Each agent gets a SOUL.md that defines: ... Role and scope ... Boundaries ... Team context
Recommendation

Limit who can edit identity and protocol files, review changes, and separate untrusted artifacts from durable instructions.

What this means

One agent's outputs or comments may be consumed by other agents and affect later work.

Why it was flagged

The skill relies on shared files, task comments, and session messages for agent-to-agent communication. This is purpose-aligned, but shared channels need clear origin, access, and trust boundaries.

Skill content
Shared Files (Primary — Async)

The default communication method. Persistent, auditable, no timing dependency.
Recommendation

Track authorship, treat shared artifacts as untrusted until reviewed, restrict shared-directory access, and avoid placing secrets in shared communication channels.

NoteHigh Confidence
ASI10: Rogue Agents
What this means

If enabled broadly, scheduled orchestration could continue creating work or agent sessions beyond the user's immediate attention.

Why it was flagged

The playbook includes recurring scheduled agents that can dispatch tasks and spawn workers. This is disclosed and fits sustained team workflows, but it introduces ongoing autonomous activity.

Skill content
Task Dispatch
Schedule: Every few hours (or on trigger)
Agent: Orchestrator

1. Check inbox for new tasks ... 4. Assign and spawn
Recommendation

Enable scheduled Ops only deliberately, with a clear owner, logs, stop conditions, maximum concurrency, and human review for high-impact tasks.