invoke-swarm

invoke-swarm is an agent for coding agents from eco-ansible-content/agentic-workflows. It costs 0 tokens per session (943 once invoked), scanned A, a copy of windows-collection-swarm-invoke-swarm, MIT.

An instruction for directly starting a Lead Architect agent with a Jira Epic. A Jira Epic is a large piece of planned work that is broken into smaller tasks.

In plain words
What is it for?
Use it to ingest an Epic, scaffold a collection, build modules in batches, and repeat the process until the planned backlog is complete.
Why use it?
It bypasses the usual wrapper and provides a prescribed workflow for turning an Epic into a Windows Ansible collection.

Agent

Part of the agentic-workflows plugin — 2 skills, 26 agents, 1 plugin shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/eco-ansible-content/agentic-workflows/invoke-swarm
Clone the repo
git clone --depth 1 https://github.com/eco-ansible-content/agentic-workflows

Or install agentic-workflows, the plugin that ships this one along with the rest of its 2 skills, 26 agents, 1 plugin.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for invoke-swarm

README.md
[![agentmods](https://agentmods.dev/badge/agents/eco-ansible-content/agentic-workflows/invoke-swarm.svg)](https://agentmods.dev/agents/eco-ansible-content/agentic-workflows/invoke-swarm)
Your own site
<a href="https://agentmods.dev/agents/eco-ansible-content/agentic-workflows/invoke-swarm"><img src="https://agentmods.dev/badge/agents/eco-ansible-content/agentic-workflows/invoke-swarm.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 943 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00943
Opus 5 $0.00000 $0.00472
Sonnet 5 $0.00000 $0.00189
Haiku 4.5 $0.00000 $0.00094

Measured 4d ago against content hash 7aaed8b17b66, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

invoke-swarm scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to windows-collection-swarm-invoke-swarm — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

claude/windows-collection-swarm/agents/invoke-swarm.md · 141 lines

How it starts

The opening of the file, as written. The whole thing — 141 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Direct Swarm Invocation

Use this to directly invoke the Lead Architect agent with a Jira Epic, bypassing the skill wrapper.

Direct Invocation

Copy this Agent call and replace <EPIC_KEY> with your Jira Epic:

Agent(
  subagent_type: "lead-architect",
  description: "Build Windows collection from <EPIC_KEY>",
  prompt: """Build a complete Windows Ansible collection from Jira Epic <EPIC_KEY>.

Configuration:
- Epic Key: <EPIC_KEY>
- Namespace: auto-detect from Epic
- Collection Name: auto-detect from Epic
- Batch Size: 3 modules per batch

Execute the full Jarvis Framework lifecycle with extreme autonomy:

Phase 1: Ingestion
- Spawn jira-ingestion-specialist agent
- Provide Epic key: <EPIC_KEY>
- Wait for module backlog generation in docs/plans/module_backlog.md

Phase 2: Foundation
- Spawn foundation-specialist agent
- Provide namespace and collection name from Epic analysis
- Wait for workspace scaffolding at ~/agentic-workflow-collections/<namespace>/<name>/

Phase 3: Build Loop (Repeat until backlog 100% complete)
- Group uncompleted modules into batches of 3
- For each batch:
  a. Spawn 3 module-worker agents in parallel
  b. Assign 1 module per worker from backlog
  c. Wait for all workers to complete
  d. Spawn qa-coordinator agent
  e. Wait for QA to approve batch (4-stage loop + peer review)
  f. Mark batch as [x] DONE in backlog
  g. Every 10 modules: Spawn refactor-specialist, wait for refactor completion

Phase 4: Delivery
- When 100% of backlog marked [x] DONE:
  a. Spawn release-specialist agent
  b. Wait for four-pillar audit completion
  c. Wait for git commit and push
  d. Report final collection location and statistics

Autonomy Rules (CRITICAL):
- NEVER ask for permission between phases - proceed automatically
- Self-correct failures with 3 attempts before reporting
- Make ALL technical decisions autonomously (parameter names, types, implementation)
- Skip ALL brainstorming/design phases - architecture is pre-defined
- Report ONLY on final completion or unrecoverable errors after 3 attempts

Agent Definitions Location:
All agents are defined in: ~/.claude/agents/windows-collection-swarm/

Agent Spawning:
Use the Agent tool to spawn sub-agents:
- jira-ingestion-specialist
- foundation-specialist
- module-worker (spawn multiple in parallel for batches)
- qa-coordinator
- refactor-specialist
- release-specialist

Begin execution immediately. Do not wait for user confirmation."""
)

Read the full file on GitHub · 141 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 141 lines · 0 tokens per session scan A 7aaed8b17b66

Subscribe to this mod's changes

invoke-swarm is an agent published in the GitHub repository eco-ansible-content/agentic-workflows (2 stars, last pushed 11d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 943 tokens. A static security scan graded it A with 0 findings. It is 100% identical to windows-collection-swarm-invoke-swarm, differing in 2 lines, and is treated as a copy.