From orchestration
Handles task completion by spawning the orchestration:finish agent with only the commit intent. Run after any task before returning control to the user.
How this skill is triggered — by the user, by Claude, or both
Slash command
/orchestration:finishThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Spawn the `orchestration:finish` agent. Pass only the commit intent as the prompt — no preamble, no instructions. Do not run any pipeline steps inline.
Spawn the orchestration:finish agent. Pass only the commit intent as the prompt — no preamble, no instructions. Do not run any pipeline steps inline.
npx claudepluginhub motlin/claude-code-plugins --plugin orchestrationDefines phase execution methodology for orchestration workflows, including error handling and completion protocols. Helps structure multi-step automated processes.
Coordinates other skills and agents on startup. Delegates git operations, file writing policies, and ensures workflow orchestration.
Classifies coding tasks by scope and routes them through the correct pipeline variant (standard, team-based, CI, outer-loop) with appropriate skills. Does not produce artifacts; dispatches to other skills.