Orchestrate banner
cloudnative-co cloudnative-co

Orchestrate

Development community

Description

# Orchestrate Command Sequential agent workflow for complex tasks. ## Usage `/orchestrate [workflow-type] [task-description]` ## Workflow Types ### feature Full feature implementation workflow: ``` planner -> tdd-guide -> code-reviewer -> security-reviewer ``` ### bugfix Bug investigation and fix workflow: ``` explorer -> tdd-guide -> code-reviewer ``` ### refactor Safe refactoring workflow: ``` architect -> code-reviewer -> tdd-guide ``` ### security Security-focused review: ``` securit

Installation

Installs to ~/.claude/skills/cloudnative-co-claude-code-starter-kit-orchestrate/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cloudnative-co-claude-code-starter-kit-orchestrate && curl -fsSL https://raw.githubusercontent.com/cloudnative-co/claude-code-starter-kit/HEAD/commands/orchestrate.md -o ~/.claude/skills/cloudnative-co-claude-code-starter-kit-orchestrate/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository