agent-teams-command
SolidUse when work has genuinely independent streams or distinct builder, evaluator, domain, and integration roles that require bounded multi-agent command.
AI & Automation 123 stars
18 forks Updated 3 days ago MIT
Install
Quality Score: 83/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Agent Teams Command
<skill_contract>
<input>A mission with independently ownable workstreams, interfaces, permissions, budgets, and an integration owner.</input>
<output>An isolated worker program, typed IPC ledger, serial integration, cleanup, and evidence receipts.</output>
<done>Integrated artifacts pass mission checks and ownership, review, rollback, and cleanup gates.</done>
<non_goals>Graph-schema design, parallelism without net value, overlapping writers, or worker self-certification.</non_goals>
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
<intake>
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, me...
Details
- Author
- Mark393295827
- Repository
- Mark393295827/third-brain-v5-skills
- Created
- 2 months ago
- Last Updated
- 3 days ago
- Language
- HTML
- License
- MIT
Related Skills
AI & Automation Featured
code-simplifier
Review RTK Rust code for idiomatic simplification. Detects over-engineering, unnecessary allocations, verbose patterns. Applies Rust idioms without changing behavior.
73,603 Updated today
rtk-ai AI & Automation Featured
design-patterns
Rust design patterns for RTK. Newtype, Builder, RAII, Trait Objects, State Machine. Applied to CLI filter modules. Use when designing new modules or refactoring existing ones.
73,603 Updated today
rtk-ai AI & Automation Featured
issue-triage
Issue triage: audit open issues, categorize, detect duplicates, cross-ref PRs, risk assessment, post comments. Args: "all" for deep analysis of all, issue numbers to focus (e.g. "42 57"), "en"/"fr" for language, no arg = audit only in French.
73,603 Updated today
rtk-ai