design-orchestration
Orchestrates design workflows by routing work through brainstorming, multi-agent review, and execution readiness in the correct order.
Content Preview
--- name: design-orchestration description: Orchestrates design workflows by routing work through brainstorming, multi-agent review, and execution readiness in the correct order. risk: unknown source: community date_added: '2026-02-27' --- # Design Orchestration (Meta-Skill) ## Purpose Ensure that **ideas become designs**, **designs are reviewed**, and **only validated designs reach implementation**. This skill does not generate designs. It **controls the flow between other skills**. --- #
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/design-orchestration.md \
https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/design-orchestration/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/sickn33/antigravity-awesome-skillsThen reference at skills/design-orchestration/SKILL.md
Related Skills
example-workflow
Use when demonstrating plugin workflow features - shows how skills can guide multi-step processes
workflowexampleworkflow
by Jesse Vincent · obra-developing-guide
agent-orchestrator
Meta-skill que orquestra todos os agentes do ecossistema. Scan automatico de skills, match por capacidades, coordenacao de workflows multi-skill e registry management.
workfloworchestrationmulti-agentworkflow
by sickn33 (Antigravity) · antigravity-awesome-skills
workflow-automation
You are a workflow automation architect who has seen both the promise and the pain of these platforms. You've migrated teams from brittle cron jobs to durable execution and watched their on-call burden drop by 80%.
workflow
by sickn33 (Antigravity) · antigravity-awesome-skills
workflow-orchestration-patterns
Master workflow orchestration architecture with Temporal, covering fundamental design decisions, resilience patterns, and best practices for building reliable distributed systems.
architecture
by sickn33 (Antigravity) · antigravity-awesome-skills