Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
joaquimscosta avatar

Workflow Orchestration

  • 19 installs
  • 21 repo stars
  • Updated August 5, 2026
  • joaquimscosta/arkhe-claude-plugins

Guides structured thinking and recommends commands or agents for multi-step, parallel, or high-stakes work.

About

Detects complexity signals and routes to the right approach - develop command, think command, or a deep-think agent - for multi-step tasks. A developer uses it to plan and coordinate complex implementations.

  • Decision table mapping situations to commands and agents
  • Keyword and context triggers for when to orchestrate vs inline

Workflow Orchestration by the numbers

  • 19 all-time installs (skills.sh)
  • Ranked #10,571 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/joaquimscosta/arkhe-claude-plugins --skill workflow-orchestration

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs19
repo stars21
Last updatedAugust 5, 2026
Repositoryjoaquimscosta/arkhe-claude-plugins

What it does

Guides structured thinking and recommends commands or agents for multi-step, parallel, or high-stakes work.

Files

SKILL.mdMarkdownGitHub ↗

Workflow Orchestration

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

Quick Decision

SituationRecommendation
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 impactdeep-think-partner agent
Simple task, clear stepsInline 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.

/think [problem]

Invoke deep-think-partner for collaborative reasoning.

Best for: Single complex problems, decision analysis, reasoning validation, architectural decisions.

Inline Guidance

For simpler tasks, provide structured thinking directly:

1. Clarify scope - What exactly needs to be done? 2. Identify dependencies - What must happen first? 3. Plan sequence - Parallel where possible, sequential where required 4. Execute - Work through each step 5. Verify - Check results meet requirements

Model Tier Strategy

Task TypeModelUse Case
Gating, routinghaikuQuick decisions, simple queries
ImplementationsonnetStandard coding, documentation
Deep analysisopusArchitecture, complex reasoning

Output

When providing orchestration guidance:

## Recommended Approach

**Complexity:** [Low | Medium | High]
**Suggested tool:** [command or inline]

### Why
[Brief explanation of why this approach fits]

### Steps
1. [First step]
2. [Second step]
...

Additional Resources

  • WORKFLOW.md - Detailed orchestration patterns
  • EXAMPLES.md - Real-world usage scenarios
  • TROUBLESHOOTING.md - Common issues and solutions

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.