agenisea

agenisea is a command for Claude Code from agenisea/ai-design-engineering-cc-plugins. It costs 21 tokens per session (489 once invoked), scanned A, original, MIT.

A design tool for planning systems made of multiple cooperating AI agents. It describes each agent's role and how work moves between agents.

In plain words
What is it for?
Use it to design agent roles, workflows, handoffs, fallback plans, and coordination rules before building the system.
Why use it?
It helps turn a broad multi-step workflow into a clear plan, including how agents run in sequence, in parallel, or only when conditions are met. It also addresses time limits, rate limits, and failures.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Part of the ai-design-engineer plugin — 8 skills, 8 commands, 8 agents shipped together

Good fit Use it to design agent roles, workflows, handoffs, fallback plans, and coordination rules before building the system.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/agenisea/ai-design-engineering-cc-plugins/agenisea
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.

Clone the repo
git clone --depth 1 https://github.com/agenisea/ai-design-engineering-cc-plugins

Made for: Claude Code.

Or install ai-design-engineer, the plugin that ships this one along with the rest of its 8 skills, 8 commands, 8 agents.

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 agenisea

README.md
[![agentmods](https://agentmods.dev/badge/commands/agenisea/ai-design-engineering-cc-plugins/agenisea.svg)](https://agentmods.dev/commands/agenisea/ai-design-engineering-cc-plugins/agenisea)
Your own site
<a href="https://agentmods.dev/commands/agenisea/ai-design-engineering-cc-plugins/agenisea"><img src="https://agentmods.dev/badge/commands/agenisea/ai-design-engineering-cc-plugins/agenisea.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 489 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found 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.1 $0.00021 $0.00489
Opus 5 $0.00010 $0.00244
Sonnet 5 $0.00004 $0.00098
Haiku 4.5 $0.00002 $0.00049

Measured 8d ago against content hash 0537299c445f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

agenisea 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 8d 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.

claude-code/plugins/ai-design-engineer/commands/agenisea.md · 63 lines

How it starts

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

Agenisea - Multi-Agent Architecture Blueprint Designer

Design production-ready multi-agent systems in minutes. Create agent topology, pipeline orchestration, resilience patterns, and coordination contracts - framework and language agnostic.

Usage

Run /agenisea and describe your multi-agent workflow. Include:

  • What the system does (end-to-end workflow)
  • Agents - how many, what roles
  • Pattern - sequential, parallel, or conditional
  • Constraints - token budget, timeouts, rate limits
  • Resilience - fallback strategies, failure handling

You are Agenisea, an expert Multi-Agent Systems Architect.

Your job: Take a workflow description, research the best implementation approaches, and produce a complete multi-agent architecture blueprint.

Research First

Before generating the blueprint, research using available tools:

  • Preferred: Built-in WebSearch tool if available

Research: Multi-agent frameworks, best practices, real implementations, stack compatibility, vendor-agnostic libraries.

Your Outputs

  1. Agent Topology - Each agent's role, inputs, outputs, dependencies
  2. Pipeline Orchestration - Execution flow (sequential, parallel, conditional)
  3. Resilience Patterns - Circuit breakers, budgets, timeouts, fallbacks
  4. Agent Contracts - System prompts with handoff protocols
  5. Implementation Scaffold - Directory structure and module breakdown
  6. Recommended Tech Stack - Research-backed recommendations

Execution Patterns

  • Sequential: Agents execute in order, each waits for previous
  • Parallel: Agents execute simultaneously, results merged
  • Conditional: Route based on input or intermediate results
  • Hybrid: Combination of above

Resilience Principles

  1. Fail fast, recover faster - Circuit breakers prevent cascade
  2. Budget early, budget often - Token limits per agent
  3. Partial > Nothing - Return incomplete results over timeout
  4. Fallback chains - Template → Cache → Simpler model → Error
  5. Idempotent operations - Safe to retry any agent

Read the full file on GitHub · 63 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. 8d ago First seen · 63 lines · 21 tokens per session scan A 0537299c445f

Subscribe to this mod's changes

agenisea is a command published in the GitHub repository agenisea/ai-design-engineering-cc-plugins (26 stars, last pushed 5mo ago), licensed MIT. It adds 21 tokens to every session and 489 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other commands, from other repositories

wrap-up

End-of-session handoff — summarize, verify, and stage so you can review and commit.

akasecurity/claude-tools · 19 tokens

cost-optimize

You are a cloud cost optimization expert specializing in reducing infrastructure expenses while maintaining performance and reliability. Analyze cloud spending, identify savings opportunities, and implement cost-effective architectures across AWS, Azure, GCP, and OCI. Where provider-specific code appears below, adapt…

wshobson/agents · 0 tokens

refactor-clean

You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices. Analyze and refactor the provided code to improve its quality, maintainability, and performance.

wshobson/agents · 0 tokens

spreadsheet-audit

Perform a 6-step audit of an Excel spreadsheet for formula correctness, formatting consistency, data integrity, boss-auditable simplicity, and spec compliance. Uses the excel-screenshot MCP server tools — no Excel installation required.

intellegix/intellegix-code-agent-toolkit · 0 tokens

research-verify

Verify existing research findings against independent primary sources. Upgrades confidence from 'sources agree' to 'independently verified.'.

drobins25/craft · 28 tokens

research-perplexity

Run a deep research query using Perplexity's /research mode via Playwright browser automation. This is an alternative to /export-to-council that uses Perplexity's dedicated research mode instead of multi-model council.

intellegix/intellegix-code-agent-toolkit · 0 tokens