From orchestrator
Use when facing a complex task that would benefit from checking past decisions, known constraints, or previous failed approaches before diving into implementation. Gathers domain-specific context to avoid contradicting established patterns.
npx claudepluginhub spawnbox-dev/claude-plugins --plugin orchestratorThis skill uses the workspace's default tool permissions.
You're about to tackle something complex. Gather context first:
Enhances existing plans by deploying parallel research agents per section to add best practices, optimizations, UI/UX improvements, edge cases, and real-world examples.
Share bugs, ideas, or general feedback.
You're about to tackle something complex. Gather context first:
Call plan with the task description - this returns domain-specific conventions, anti-patterns, quality gates, and recent decisions
Call lookup with keywords related to the specific area you'll be working in
Review the autonomy level:
If spawning subagents, pass the context package to them so they work with full knowledge
This prevents re-learning solved problems and contradicting established patterns.