AgentStack
SKILL verified MIT Self-run

Agent Teams Command

skill-mark393295827-third-brain-v7-skills-agent-teams-command · by Mark393295827

Use when work has genuinely independent streams or distinct builder, evaluator, domain, and integration roles that require bounded multi-agent command.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-mark393295827-third-brain-v7-skills-agent-teams-command

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README — it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-mark393295827-third-brain-v7-skills-agent-teams-command)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
yesterday

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps — measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Agent Teams Command? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Agent Teams Command

A mission with independently ownable workstreams, interfaces, permissions, budgets, and an integration owner. An isolated worker program, typed IPC ledger, serial integration, cleanup, and evidence receipts. Integrated artifacts pass mission checks and ownership, review, rollback, and cleanup gates. Graph-schema design, parallelism without net value, overlapping writers, or worker self-certification.

Strategic intent and final integration remain serial; owned execution may run in parallel. graph-engineering may define dependency topology, but this skill owns worker processes, exclusive territories, typed IPC, integration, and cleanup. A Graph node is not automatically a teammate. Use the Ender lens for commander understanding, Palantir for operational objects/actions, and von Neumann for executable, inspectable process architecture. Detailed patterns: references/ender-palantir-command-patterns.md; examples: references/classic-campaigns.md.

Usage Template

Provide: mission, non-goals, workstreams, dependencies, files/systems, acceptance criteria, permissions, review bandwidth, runtime capabilities, budget, and integration owner.

Workflow

Admit a team only when at least two workstreams can proceed with low coordination, or distinct roles materially improve evaluation/safety. Calculate orchestration tax: setup, context duplication, IPC, merge conflict, review, and cleanup. If one process can finish within the same review budget, keep one process.

If dependencies and joins are the only complexity, use graph-engineering without recruiting a team. Add workers only for nodes that need isolated context, distinct ownership, or independent judgment.

Resolve commander intent, object/state vocabulary, ownership, dependency direction, verifier, join gate, and permission boundary before recruiting. Return NEEDS_INPUT when an irreversible business decision or authority cannot be discovered locally. Workers may probe implementation unknowns only inside their territory.

  1. Write a command program: objective, non-goals, finite actions, commander, checkpoint cadence, interrupt policy, state/artifact paths, IPC schema, allowed/denied tools, verifier, stop, recovery, and promotion boundary.
  2. Atomically decompose work by interface/territory. Each task has one owner, inputs, output artifact, dependencies, definition of done, verifier, budget, and blast radius.
  3. Select the smallest topology: maker-checker, manager-workers, or specialist pipeline. If a validated Graph exists, map only agent or agent-team nodes to workers; deterministic, Loop, subgraph, and human-gate nodes keep their own contracts. Route workers by required capabilities and runtime policy, never fixed model names.
  4. Isolate mutable work with separate worktrees/branches or disjoint files. Shared schemas/contracts are commander-owned until published.
  5. Use typed IPC: {task_id, state, artifact, evidence, decision, unknowns, dependency, next_action}. Messages change state; status chatter does not.
  6. Require workers to run state + evidence -> next action -> verifier -> next state | stop | escalate and checkpoint after each material action.
  7. Monitor attention and review budgets, repeated failures, idle dependencies, ownership violations, and architecture drift. Rebalance or serialize when coordination cost rises.
  8. Integrate one verified workstream at a time in dependency order. The integration owner runs broader regression/eval checks and records accepted/rejected artifacts.
  9. Run an independent reviewer/red team for consequential behavior. Human approval precedes production, publication, spending, destructive/shared-state actions, credentials, and policy changes; prepare rollback first.
  10. Close workers, remove temporary worktrees/state, reconcile tasks, preserve receipts, and extract only promotion-gated reusable patterns.

Hooks are optional executable infrastructure, not prose. Configure one only when its referenced program exists, has tests, and emits a verified receipt; never copy illustrative hook commands as if installed.

Evaluate mission outcome, per-workstream evidence, Graph edge/join compatibility when used, ownership compliance, integration diff, regression suite, reviewability, residual risk, and cleanup. Quiet green checks are insufficient if the commander cannot explain architecture delta and rollback.

max_attempts: 2 per failed task/integration signature. Retry the failed unit only after changing diagnosis, owner, scope, or strategy. Stop/rebalance on repeated signature, ownership conflict, rising orchestration tax, exhausted review budget, or NO_PROGRESS.

Persist {run_id, status, attempt, budget, evidence, unknowns, last_error, next_action} plus mission/contract version, command board, task graph, ownership map, worker/worktree registry, IPC events, attention budget, approvals, integration ledger, rollback points, and cleanup receipt.

Failure Protocol

  • NEEDS_INPUT: intent, ownership, verifier, join, or authority is unresolved; do not launch.
  • BLOCKED_DEPENDENCY: checkpoint the worker and advance only independent tasks.
  • BLOCKED_PERMISSION: stop the affected stream and request approval.
  • VERIFY_FAILED: reject the artifact at its integration gate; preserve evidence.
  • NO_PROGRESS: the same signature repeats after changed strategy. max_attempts: 2.
  • BUDGET_STOP: interrupt workers, checkpoint, and emit a partial integration/cleanup plan.

Output Contract

Return status, result (mission and integrated artifacts), evidence (task/integration/cleanup receipts), unknowns, and next_action including approval or rollback.

Edge Cases

  • Two workers need the same schema file: commander publishes the contract first; serialize schema edits and let workers consume it read-only.
  • A Graph has six nodes but only two require agent judgment: recruit two

workers, not six; deterministic nodes remain scheduler-owned.

  • All workers report success but integration fails: mission status is VERIFY_FAILED; reject incompatible artifacts rather than averaging reports.

Success Metrics

  • Parallel work reduces elapsed time or improves independent evaluation beyond its coordination cost.
  • Ownership is exclusive, IPC is typed, and integration is serial and evidence-gated.
  • Final state is reproducible, reviewable, recoverable, and clean.

Quality Gates

  • [ ] Team admission and orchestration-tax calculation justify multi-agent use.
  • [ ] Every task has one owner, artifact, verifier, budget, and stop condition.
  • [ ] Independent review, approval, and rollback match risk.
  • [ ] Integration and cleanup receipts match actual repository/runtime state.
  • [ ] Capability routing contains no durable model binding.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.