agent-workflow-designer
Design production-grade multi-agent workflows with clear pattern choice (sequential, parallel, hierarchical), handoff contracts, failure handling, and cost/context controls. Use when architecting a multi-step agent pipeline, choosing between single-agent vs multi-agent approaches, or refactoring an LLM workflow that suffers from context bloat or unreliable handoffs.
Governance Receipt
- Signer
- sovereign-claw-ed25519
- Signed At
- 6/4/2026
- Risk Tier
- T2
- Receipt Hash
- af4c8d1b
- Manifest Hash
- 408a0ae657bed3fc898eb7ad2696eae85ae093603ffe0bc140fdecb8018644d1
- Signature
- mfeZVMnd
- Root Public Key
- 349b0348
Skill Details
- Gate Verdict
- Elevated · Review
- Publication State
- published
- Risk Tier
- T2
- Manifest Hash
- 408a0ae6
Download Attested Bundle
Install agent-workflow-designer
Each bundle is served from the attested copy of agent-workflow-designer, so the file you download is the one covered by the governance receipt on this page rather than whatever currently sits at the upstream source.
Claude Code skill
curl -L "https://atestiv.com/api/download/agent-workflow-designer?format=claude-code" -o agent-workflow-designer.skill.mdMCP tool definitions
curl -L "https://atestiv.com/api/download/agent-workflow-designer?format=mcp" -o agent-workflow-designer.mcp-tools.jsonRaw attested bundle
curl -L "https://atestiv.com/api/download/agent-workflow-designer?format=raw" -o agent-workflow-designer.bundle.jsonVerify the bundle against its manifest hash
shasum -a 256 agent-workflow-designer.bundle.jsonProvenance
- Catalog identifier:
agent-workflow-designer - Harvested from the upstream repository.
- The manifest hash below is what the signing key committed to. A bundle whose digest does not match it is not the attested agent-workflow-designer.
- Anything published here has been through the same gate, so a missing receipt is itself a signal rather than an omission.
More Skills
agenthub
Multi-agent collaboration plugin that spawns N parallel subagents competing on the same task via git worktree isolation. Agents work independently, results are evaluated by metric or LLM judge, and the best branch is merged. Use when: user wants multiple approaches tried in parallel — code optimization, content variation, research exploration, or any task that benefits from parallel competition. Requires: a git repo.
Agentic Eval-First
Agentic engineering operating model: eval-first execution, task decomposition, cost-aware model routing by complexity, and structured agent workflow patterns.
AgentShield Config Audit
Scans agent harness configurations for security vulnerabilities, misconfigurations, injection risks, secrets leaks, and permission escalation vectors.