workflow-orchestration

workflow-orchestration is a skill for Claude Code from CarbeneAI/Forge. It costs 73 tokens per session (5,784 once invoked), scanned B, original, MIT.

A software-development workflow method that guides planning, delegation, iterative improvement, verification, and solution design.

In plain words
What is it for?
It helps structure application development, feature work, bug fixes, and system building with plan-first execution, review loops, and verification steps.
Why use it?
It helps avoid starting with an unclear approach, repeating failed attempts, or declaring work finished without checking it.

Skill for Claude Code

Written for Claude Code: SessionStart hook event. Also seen: mentions subagents.

Good fit It helps structure application development, feature work, bug fixes, and system building with plan-first execution, review loops, and verification steps.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/carbeneai/forge/workfloworchestration
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 CarbeneAI/Forge --skill workfloworchestration
Clone the repo
git clone --depth 1 https://github.com/CarbeneAI/Forge

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 workflow-orchestration

README.md
[![agentmods](https://agentmods.dev/badge/skills/carbeneai/forge/workfloworchestration/github.svg)](https://agentmods.dev/skills/carbeneai/forge/workfloworchestration)
Your own site
<a href="https://agentmods.dev/skills/carbeneai/forge/workfloworchestration"><img src="https://agentmods.dev/badge/skills/carbeneai/forge/workfloworchestration/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/carbeneai/forge/workfloworchestration"><img src="https://agentmods.dev/badge/skills/carbeneai/forge/workfloworchestration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,784 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 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.00073 $0.05784
Opus 5 $0.00036 $0.02892
Sonnet 5 $0.00015 $0.01157
Haiku 4.5 $0.00007 $0.00578

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

Security

Grade B, and why

workflow-orchestration scanned grade B with 2 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 7d 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.

Sends data to an external URLmediumData exfiltration

A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.

curl http://localhost:3000/api/auth/login -d '{"email":"[email protected]","password":"test123"}'

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl http://localhost:3000/api/auth/login -d '{"email":"[email protected]","password":"test123"}'
.claude/skills/WorkflowOrchestration/SKILL.md · 838 lines

How it starts

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

WorkflowOrchestration - Development Excellence Methodology

Auto-loaded for development work. This skill enforces rigorous development methodology that eliminates common failure modes and maximizes code quality.

Core Philosophy

High-quality software comes from disciplined process, not heroic effort. This methodology prevents the most common development failures:

  • Starting implementation before understanding the problem (Plan Mode Default)
  • Thrashing in a broken state instead of re-planning (Stop & Re-plan)
  • Working in a cluttered context window (Subagent Strategy)
  • Repeating the same mistakes (Self-Improvement Loop)
  • Claiming completion without proof (Verification Before Done)
  • Accepting hacky solutions when elegant ones exist (Demand Elegance)
  • Waiting for hand-holding on obvious fixes (Autonomous Bug Fixing)

1. Plan Mode Default

CRITICAL: Enter plan mode for ANY non-trivial task (3+ steps or architectural decisions)

When to Plan

Enter plan mode when ANY of these are true:

  • Task requires 3+ distinct steps
  • Architectural decisions need to be made
  • Multiple files/components will be affected
  • User says "plan first" or requests a plan
  • You're not 100% certain about the approach
  • Something went sideways (stop immediately, don't push forward)

Planning Process

# 1. Write detailed plan to task file
# Location: ~/Nextcloud/PAI/tasks/todo.md

# 2. Plan structure (required sections):
# - OBJECTIVE: What are we building/fixing?
# - CONTEXT: What's the current state?
# - CONSTRAINTS: What limitations exist?
# - APPROACH: High-level strategy
# - STEPS: Numbered checklist items [ ]
# - VERIFICATION: How will we prove it works?
# - ROLLBACK: How to undo if things break?

# 3. Check in with user BEFORE starting implementation
# Present the plan, wait for approval

# 4. Track progress as you work
# Mark items complete: [x] in todo.md

# 5. Explain changes at each step
# Add high-level summary after each major step

# 6. Document results
# Add REVIEW section to todo.md with:
# - What worked
# - What didn't
# - Lessons learned
# - Final verification results

Read the full file on GitHub · 838 lines

Files

What ships with it

2 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. 7d ago First seen · 838 lines · 73 tokens per session scan B 59f824b95e84

Subscribe to this mod's changes

workflow-orchestration is a skill published in the GitHub repository CarbeneAI/Forge (9 stars, last pushed 1mo ago), licensed MIT. It adds 73 tokens to every session and 5,784 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 2 findings (sends data to an external url, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.