workflow-orchestration

workflow-orchestration is a skill for Claude Code from joaquimscosta/arkhe-claude-plugins. It costs 91 tokens per session (860 once invoked), scanned A, original, MIT.

A guide for planning and coordinating complex development work, including tasks with multiple steps, dependencies, files, or specialist agents.

In plain words
What is it for?
It is for choosing between a full development workflow, a planning-only pass, deep analysis, or validation for security-sensitive work. It also helps decide when parallel execution is appropriate.
Why use it?
It helps turn unclear or large requests into an organised workflow with appropriate checks and division of work.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the core plugin — 5 skills, 7 commands, 6 agents shipped together

Good fit It is for choosing between a full development workflow, a planning-only pass, deep analysis, or validation for security-sensitive work. It also helps decide when parallel execution is appropriate.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/joaquimscosta/arkhe-claude-plugins/workflow-orchestration
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 joaquimscosta/arkhe-claude-plugins --skill workflow-orchestration
Clone the repo
git clone --depth 1 https://github.com/joaquimscosta/arkhe-claude-plugins

Made for: Claude Code.

Or install core, the plugin that ships this one along with the rest of its 5 skills, 7 commands, 6 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 workflow-orchestration

README.md
[![agentmods](https://agentmods.dev/badge/skills/joaquimscosta/arkhe-claude-plugins/workflow-orchestration/github.svg)](https://agentmods.dev/skills/joaquimscosta/arkhe-claude-plugins/workflow-orchestration)
Your own site
<a href="https://agentmods.dev/skills/joaquimscosta/arkhe-claude-plugins/workflow-orchestration"><img src="https://agentmods.dev/badge/skills/joaquimscosta/arkhe-claude-plugins/workflow-orchestration/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 workflow-orchestration

Your own site · 80×15
<a href="https://agentmods.dev/skills/joaquimscosta/arkhe-claude-plugins/workflow-orchestration"><img src="https://agentmods.dev/badge/skills/joaquimscosta/arkhe-claude-plugins/workflow-orchestration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 860 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00091 $0.00860
Opus 5 $0.00046 $0.00430
Sonnet 5 $0.00018 $0.00172
Haiku 4.5 $0.00009 $0.00086

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

Security

Grade A, and why

workflow-orchestration 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 10d 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.

plugins/core/skills/workflow-orchestration/SKILL.md · 120 lines

How it starts

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

Workflow Orchestration

Guide users through structured thinking and recommend appropriate tools for complex tasks.

Quick Decision

Situation Recommendation
Multi-step project, full SDLC /core:develop command
Plan only, implement later /core:develop --plan-only
Resume existing plan /core:develop @path/to/plan.md
Single complex problem needing deep analysis /think command
Security-sensitive or high-stakes work /core:develop --validate
Strategic decision with long-term impact deep-think-partner agent
Simple task, clear steps Inline guidance (no command needed)

When to Orchestrate

Detect these signals for structured thinking:

Keyword triggers:

  • "workflow", "orchestration", "coordinate", "parallel"
  • "multi-step", "sequential", "dependencies"
  • "break down", "plan this out", "how should I approach"

Context triggers:

  • Architectural decisions affecting multiple components
  • Multi-file changes requiring coordination
  • Problems with unclear scope needing discovery
  • Tasks that benefit from specialist agents

Orchestration Pattern

When structured approach is needed:

1. GATE     → Is the request clear and actionable?
2. CONTEXT  → What files/patterns are relevant?
3. PLAN     → What tasks? Parallel vs sequential?
4. EXECUTE  → Deploy specialists, maximize parallelism
5. VALIDATE → Confidence scoring (if needed)
6. REPORT   → Summary with next steps

Command Reference

/core:develop <request> [flags]

Unified SDLC command with 6-phase pipeline and multi-agent orchestration.

Flags:

  • --plan-only - Stop after Phase 2 (save plan, don't implement)
  • --validate - Enable deep validation with opus agent
  • --phase=N - Execute specific phase only
  • --auto - Autonomous mode (no checkpoints)

Best for: Feature implementations, refactoring projects, any multi-step development task.

Resume mode: /core:develop @path/to/plan.md loads existing plan and continues.

Read the full file on GitHub · 120 lines

Files

What ships with it

3 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. 10d ago First seen · 120 lines · 91 tokens per session scan A b174d63a8416

Subscribe to this mod's changes

workflow-orchestration is a skill published in the GitHub repository joaquimscosta/arkhe-claude-plugins (21 stars, last pushed 27d ago), licensed MIT. It adds 91 tokens to every session and 860 once invoked, about $0.0005 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.