mcpbeat

Design Orchestration

dokhacgiakhoa/design-orchestration

> Orchestrates design workflows by routing work through brainstorming, multi-agent review, and execution readiness in the correct order. Prevents premature implementation, skipped validation, and unreviewed high-risk designs.

991 tokens
context cost
the whole folder, loaded on every use
6
files
instructions only
0
copies elsewhere
how many repositories repackaged it
505
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Dokhacgiakhoa/Agent-Skills-4-Vibe-Coding-CLI --skill design-orchestration

What comes with it

2 286 bytes besides the instruction
sub-skills/step-1-brainstorming-mandatory.md
sub-skills/step-2-risk-assessment.md
sub-skills/step-3-conditional-escalation.md
sub-skills/step-4-multi-agent-review-if-invoked.md
sub-skills/step-5-execution-readiness-check.md

The instruction itself

12 sections, as written by the author

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.


Operating Model

This is a routing and enforcement skill, not a creative one.

It decides:

  • which skill must run next
  • whether escalation is required
  • whether execution is permitted

Controlled Skills

This meta-skill coordinates the following:

  • brainstorming — design generation
  • multi-agent-brainstorming — design validation
  • downstream implementation or planning skills

Entry Conditions

Invoke this skill when:

  • a user proposes a new feature, system, or change
  • a design decision carries meaningful risk
  • correctness matters more than speed

Routing Logic

🧠 Knowledge Modules (Fractal Skills)

1. Step 1 — Brainstorming (Mandatory)

2. Step 2 — Risk Assessment

3. Step 3 — Conditional Escalation

4. Step 4 — Multi-Agent Review (If Invoked)

5. Step 5 — Execution Readiness Check

How to use it

Copy the folder

Take dokhacgiakhoa/design-orchestration from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.