From core
Orchestrates structured thinking and multi-agent parallel execution for multi-step projects, complex breakdowns, architectural decisions, and task coordination.
How this skill is triggered — by the user, by Claude, or both
Slash command
/core:workflow-orchestrationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guide users through structured thinking and recommend appropriate tools for complex tasks.
Guide users through structured thinking and recommend appropriate tools for complex tasks.
| 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) |
Detect these signals for structured thinking:
Keyword triggers:
Context triggers:
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
/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.
For simpler tasks, provide structured thinking directly:
| Task Type | Model | Use Case |
|---|---|---|
| Gating, routing | haiku | Quick decisions, simple queries |
| Implementation | sonnet | Standard coding, documentation |
| Deep analysis | opus | Architecture, complex reasoning |
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]
...
npx claudepluginhub joaquimscosta/arkhe-claude-plugins --plugin corePlans complex multi-step tasks by parsing intent, assessing complexity, selecting agents, and generating structured execution plans. Replaces plan mode for orchestration workflows.
Orchestrates multi-agent work at scale—research swarms, parallel builds, wave dispatch, build-review-fix pipelines, and any task needing 3+ agents. Selects strategy by work shape and partitions agents for true parallelism.
Guides multi-phase feature development with research, planning, implementation, and review phases. Use for complex features touching >5 files or requiring architecture decisions.