spec-workflow-orchestrator

spec-workflow-orchestrator is a skill for Claude Code from ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill. It costs 39 tokens per session (15,149 once invoked), scanned A, original, Apache-2.0.

A planning coordinator that turns an idea into a development-ready specification through several specialist agents and review stages.

In plain words
What is it for?
Use it to plan applications, services, features, or system architectures and produce refined handoff documentation for developers.
Why use it?
It structures requirements and architecture work before coding begins, reducing missing details and repeated planning.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the TodoWrite tool.

Good fit Use it to plan applications, services, features, or system architectures and produce refined handoff documentation for developers.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ahmedibrahim085/claude-multi-agent-research-system-skill/spec-workflow-orchestrator
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.

Any agent
npx skills add ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill --skill spec-workflow-orchestrator
Clone the repo
git clone --depth 1 https://github.com/ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill

Made for: Claude Code.

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 spec-workflow-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/skills/ahmedibrahim085/claude-multi-agent-research-system-skill/spec-workflow-orchestrator/github.svg)](https://agentmods.dev/skills/ahmedibrahim085/claude-multi-agent-research-system-skill/spec-workflow-orchestrator)
Your own site
<a href="https://agentmods.dev/skills/ahmedibrahim085/claude-multi-agent-research-system-skill/spec-workflow-orchestrator"><img src="https://agentmods.dev/badge/skills/ahmedibrahim085/claude-multi-agent-research-system-skill/spec-workflow-orchestrator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for spec-workflow-orchestrator

Your own site · 80×15
<a href="https://agentmods.dev/skills/ahmedibrahim085/claude-multi-agent-research-system-skill/spec-workflow-orchestrator"><img src="https://agentmods.dev/badge/skills/ahmedibrahim085/claude-multi-agent-research-system-skill/spec-workflow-orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 15,149 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.00039 $0.15149
Opus 5 $0.00019 $0.07574
Sonnet 5 $0.00008 $0.03030
Haiku 4.5 $0.00004 $0.01515

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

Security

Grade A, and why

spec-workflow-orchestrator 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 11d 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/skills/spec-workflow-orchestrator/SKILL.md · 1,772 lines

How it starts

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

Spec Workflow Orchestrator

Table of Contents

  1. Purpose
  2. When to Use
  3. Orchestration Workflow
  4. Agent Roles
  5. Quality Gates
  6. File Organization
  7. Best Practices
  8. Examples

Purpose

Transform ideas into development-ready specifications through:

  1. Comprehensive planning with requirement analysis and architecture design
  2. Quality-gated iterative refinement of specifications
  3. Complete handoff documentation for development teams
  4. Orchestration across planning phase with 4 specialized agents

When to Use

Auto-invoke when user requests:

  • Planning: "Plan [application]", "Design [system]", "Spec out [feature]", "Create requirements for [service]"
  • Architecture: "Architecture for [project]", "Technical design for [application]", "Design specifications"
  • Requirements: "Requirements for [project]", "Analyze requirements", "User stories for [feature]"
  • Pre-Development: "Ready for development", "Spec-based planning", "Development specifications"

Read the full file on GitHub · 1,772 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 1,772 lines · 39 tokens per session scan A b01379b5ca5a

Subscribe to this mod's changes

spec-workflow-orchestrator is a skill published in the GitHub repository ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill (11 stars, last pushed 8mo ago), licensed Apache-2.0. It adds 39 tokens to every session and 15,149 once invoked, about $0.0002 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 skills, from other repositories

crewai-multi-agent

Multi-agent orchestration framework for autonomous AI collaboration. Use when building teams of specialized agents working together on complex tasks, when you need role-based agent collaboration with memory, or for production workflows requiring sequential/hierarchical execution. Built without LangChain dependencies…

davila7/claude-code-templates · 61 tokens

graph-engineering

Design multi-agent work as a dependency graph instead of a linear script — nodes, edges, fan-out/fan-in, verification gates, and mandatory per-node model/effort tiering. Use when designing or reviewing any multi-agent orchestration, workflow script, or parallel task decomposition. Also trigger when the user's prompt…

HM-Li/graph-engineering · 107 tokens

agent-orchestrator

Meta-skill que orquestra todos os agentes do ecossistema. Scan automatico de skills, match por capacidades, coordenacao de workflows multi-skill e registry management.

lingxling/awesome-skills-cn · 41 tokens

agent-framework-py-release

Use when cutting a Python release for the microsoft/agent-framework monorepo. Triggers on "bump py versions", "cut a python release", "prepare release PR for python", "release py packages", "bump python to X.Y.Z", or similar requests to bump Python package versions and prepare a release PR. Handles all four lifecycle…

microsoft/agent-framework · 103 tokens

foundry-hosted-agent-validation

Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.

microsoft/agent-framework · 82 tokens

build-and-test

How to build and test .NET projects in the Agent Framework repository. Use this when verifying or testing changes.

microsoft/agent-framework · 26 tokens