一键导入
maestro-impeccable
Use when designing, auditing, polishing, improving, or codifying frontend UI — websites, dashboards, landing pages, components, design systems
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when designing, auditing, polishing, improving, or codifying frontend UI — websites, dashboards, landing pages, components, design systems
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Default interactive entry for development intents — score intent + project state, recommend one atomic step, execute after confirmation. Multi-step intents: stepwise, user-confirmed manual-engine chain, or hand off to /maestro. Never auto-orchestrates
Adaptive lifecycle orchestrator — compose, dispatch ralph-executor agent, evaluate decision, loop
Auto-route intent to optimal command chain — default multi-step closed-loop orchestration; for stepwise interactive execution use /maestro-next
ACO swarm intelligence with modular Workflow composition and adversarial decision gates. Coordinator drives iteration loop; 4 composable Workflow scripts handle exploration, scoring, convergence, and synthesis — each with built-in adversarial patterns.
Unified team skill for architecture optimization. Uses team-worker agent architecture with role directories for domain logic. Coordinator orchestrates pipeline, workers are team-worker agents. Triggers on "team arch-opt".
Unified team skill for brainstorming team. Uses team-worker agent architecture with role directories for domain logic. Coordinator orchestrates pipeline, workers are team-worker agents. Triggers on "team brainstorm".
基于 SOC 职业分类
| name | maestro-impeccable |
| description | Use when designing, auditing, polishing, improving, or codifying frontend UI — websites, dashboards, landing pages, components, design systems |
| argument-hint | build|redesign|improve|enhance|launch|harden|foundation|live [target] [--codify <path>] |
| allowed-tools | ["AskUserQuestion","Bash","Edit","Glob","Grep","Read","Skill","Write","teammate","todo"] |
| session-mode | run |
| contract | null |
<required_reading> @~/.maestro/workflows/run-mode.md </required_reading>
<deferred_reading>
Codify mode only (read when --codify and the corresponding phase starts):
$ARGUMENTS first word determines mode:
| First Word | Mode |
|---|---|
--codify / codify | Codify — extract design system from existing code (see <codify_mode>) |
| Known command (see routing table) | Direct |
| Chain name: build, redesign, improve, enhance, launch, harden, foundation, live | Chain |
| continue / next / -c | Resume |
| search | Search: maestro impeccable search "$REST" |
| Free text (concrete task) | Direct craft — has specific target + specs/reference |
| Free text (project intent) | Intent → classify → chain |
| (empty) | Menu: show commands by category |
All workflows at ~/.maestro/workflows/impeccable/{command}.md:
| Command | Category | Description |
|---|---|---|
| craft | Build | Shape then build end-to-end — full page/component implementation |
| shape | Build | Plan UX/UI before code — information architecture, wireframe, visual direction |
| teach | Build | Set up PRODUCT.md — users, brand, tone, anti-references, principles |
| document | Build | Generate DESIGN.md from existing code — extract tokens, typography, colors |
| extract | Build | Pull tokens/components into reusable design system |
| explore | Build | Multi-style comparison — generate variants, render prototypes, visual compare, select/mix |
| critique | Evaluate | UX heuristic review with Nielsen scoring (/40) + P0/P1 findings |
| audit | Evaluate | Technical quality checks — a11y, performance, responsive, code quality (/20) |
| polish | Refine | Final quality pass — micro-adjustments, pixel perfection |
| bolder | Refine | Amplify bland/safe designs — stronger personality, more contrast |
| quieter | Refine | Tone down aggressive/overwhelming designs — reduce visual noise |
| distill | Refine | Strip to essence — remove clutter, reduce cognitive load |
| harden | Refine | Production-ready — error states, i18n, edge cases, overflow, empty states |
| onboard | Refine | First-run flows, empty states, activation paths, progressive disclosure |
| animate | Enhance | Add purposeful motion — transitions, micro-interactions, scroll effects |
| colorize | Enhance | Add strategic color — OKLCH palette, contrast, color strategy |
| typeset | Enhance | Improve typography — scale, hierarchy, font pairing, line length |
| layout | Enhance | Fix spacing, rhythm, visual hierarchy, alignment, grid |
| delight | Enhance | Add personality — memorable details, joy, surprise moments |
| overdrive | Enhance | Push past conventional limits — ambitious visual effects |
| clarify | Fix | Improve UX copy — labels, error messages, microcopy, CTAs |
| adapt | Fix | Adapt for devices/screens — responsive, touch targets, breakpoints |
| optimize | Fix | Fix UI performance — loading, rendering, bundle, paint/layout jank |
| live | Iterate | Browser-based variant iteration — real-time design in DevTools |
Reference files (loaded by workflow as needed, not standalone commands): brand.md, product.md, design.md, codex.md, heuristics-scoring.md, cognitive-load.md, color-and-contrast.md, interaction-design.md, motion-design.md, personas.md, responsive-design.md, spatial-design.md, typography.md, ux-writing.md
Chain step names below reuse Command Routing names but resolve through the chain runner. To avoid ambiguity with Direct command invocation, internal display, todo items, and session status records always tag chain steps with the impeccable: prefix (e.g. impeccable:craft, impeccable:critique). The bare names in this table refer to the workflow file at ~/.maestro/workflows/impeccable/{name}.md that the chain step reads.
| Chain | Steps | Scenario |
|---|---|---|
| build | teach? → explore? → shape → craft → critique → [refine] → audit → polish | New from scratch |
| redesign | document → explore → shape → craft → critique → [refine] → audit → polish | Redesign existing code |
| improve | critique → [refine] → polish → audit | Iterative improvement |
| enhance | {cmd...} → critique → [refine] → polish | Targeted enhancement (multi-command) |
| launch | harden → adapt → optimize → audit → polish | Full production readiness |
| harden | harden → audit → polish | Edge case hardening |
| foundation | teach? → explore → document → extract | Design system setup |
| live | live | Real-time iteration |
? = conditional: teach if PRODUCT.md missing; explore if DESIGN.md missing and --skip-design not set[refine] = quality gate loop: gate fails → auto-select fix commands from findings → re-gate{cmd...} = enhance supports multiple commands, comma-separated: enhance colorize,typeset landing-pageChain flags: --threshold (default 26/40), --max-loops (default 3), --skip-design, --styles , -y
Three-layer priority matching. Stop on first match — do not continue to lower layers.
Semantically match user description against the Command Routing table's Description column. Match the closest single command.
Skip condition: If the prompt also contains a Layer 2 chain keyword AND does not focus on a single design dimension, skip this layer.
Example: enhance colors and typography — "enhance" is a chain keyword + multiple design dimensions → skip to Layer 2.
| Intent signal | Command |
|---|---|
| review, check UX, score, heuristic, evaluate usability | critique |
| audit, a11y, accessibility, technical check, performance audit, code quality | audit |
| add animation, motion, transitions, micro-interactions | animate |
| color, palette, OKLCH, contrast, color scheme | colorize |
| font, typography, type scale, line height, font pairing | typeset |
| layout, spacing, grid, alignment, visual hierarchy | layout |
| too loud, tone down, visual noise, make it simpler, too busy | quieter |
| too bland, bolder, more personality, stronger, more contrast | bolder |
| too complex, simplify, strip, remove clutter, cognitive load | distill |
| polish, fine-tune, pixel perfect, final pass, refine details | polish |
| copy, labels, error messages, UX writing, microcopy, CTAs | clarify |
| responsive, mobile, adapt, breakpoints, touch targets | adapt |
| performance, loading, bundle, jank, speed, rendering | optimize |
| edge cases, error states, i18n, overflow, empty state hardening | harden |
| onboarding, first-run, empty state, activation, progressive disclosure | onboard |
| fun, surprise, personality, memorable, joy, delight | delight |
| extraordinary, push limits, ambitious effects, cutting-edge | overdrive |
| plan UX, wireframe, information architecture, visual direction | shape |
| multi-style, variants, compare styles, style comparison | explore |
| brand definition, PRODUCT.md, product context | teach |
| extract design, DESIGN.md, document design system | document |
| pull tokens, extract components, design system extraction | extract |
| real-time, browser iteration, live editing | live |
Layer 1 did not match. Check for chain-level keywords — even if the prompt also contains a specific target/path, chain matching takes priority.
| Pattern | Chain |
|---|---|
| new, create, build, from scratch, start fresh | build |
| redo, redesign, rethink, restyle, overhaul, revamp | redesign |
| improve, iterate, better, refine overall | improve |
| enhance, visual upgrade, level up | enhance |
| launch, deploy, ship, production-ready, go live | launch |
| harden, production-harden, edge cases | harden |
| design system, tokens, design foundation, design infrastructure | foundation |
| real-time, live, browser | live |
Ambiguous + no -y:
AskUserQuestion (single-select, header: "意图确认"):
Layer 1+2 both did not match, but intent is to build/create a specific thing:
d:\path, src/pages/, index.html)based on..., like..., similar to...)→ Route to craft (Direct)
Before reading any command workflow:
maestro load --type spec --category ui → if empty → maestro impeccable load-context[TODO]) → execute teach first, then resume original task~/.maestro/workflows/impeccable/{brand|product}.md── Command: {command} ────────────────────
Category: {category} | Target: {target}
─────────────────────────────────────────
~/.maestro/workflows/impeccable/{command}.md[{command}] {phase description}impeccable: to disambiguate from Direct commands):
── Chain: build ──────────────────────────
1. impeccable:teach (conditional: PRODUCT.md missing)
2. impeccable:explore (conditional: DESIGN.md missing)
3. impeccable:shape
4. impeccable:craft
5. impeccable:critique ◆ quality gate (threshold: 26/40)
6. impeccable:[refine] ↺ auto-fix loop (max: 3)
7. impeccable:audit ◆ quality gate (threshold: 14/20)
8. impeccable:polish
─────────────────────────────────────────
Target: {target}
◆ marks quality gate steps with threshold↺ marks refine loop with max iteration count(skipped).workflow/.maestro/ui-craft-{YYYYMMDD-HHmmss}/status.json
{ "chain_type": "...", "target": "...", "steps": [...], "current_step": 0,
"gate_history": [], "loop_count": 0, "status": "running" }
[chain] step N: impeccable:{command} — {description} (use impeccable: prefix to disambiguate from Direct command items)[chain] step 5: impeccable:critique ◆ gate ≥26/40~/.maestro/workflows/impeccable/{command}.md → executecurrent_step, step status)**Total** | | **N/40**, audit **Total** | | **N/20**[P0] / [P1] tags<codify_mode> Extract a design system from existing source code into tokens, a reference package, and knowledge assets. 4-phase pipeline: validate → extract → package → knowhow.
Trigger: first word is --codify or codify. Also reachable when the foundation chain reaches its document/extract steps and the user wants full reverse-extraction with knowhow persistence.
Arguments: --codify <source-path> [--package-name <name>] [--output-dir <path>] [--overwrite]
<source-path> (required): Directory containing CSS/SCSS/JS/TS/HTML source files--package-name <name>: Package name for reference output (default: auto-generated from source directory)--output-dir <path>: Output directory for reference package (default: .workflow/reference_style)--overwrite: Allow overwriting existing package directoryOutput boundary: ALL file writes MUST target the --output-dir path (default: .workflow/reference_style/) for reference packages, and .workflow/knowhow/ for knowledge assets (via codify-to-knowhow). NEVER modify the source directory being analyzed.
--overwrite flag (E102)maestro load --type spec --category ui
Route to ~/.maestro/workflows/ui-codify.md and follow completely. The workflow orchestrates 4 phases with deferred loading of phase-specific workflow files (see <deferred_reading>). Each phase reads its workflow file only when execution reaches that phase.
GATE Phase 1 → Phase 2: Validation → Extraction
GATE Phase 2 → Phase 3: Extraction → Package
GATE Phase 3 → Phase 4: Package → Knowhow
question: "Preview 生成完成。是否继续将设计系统持久化为 knowhow 知识资产?"
options:
- label: "继续生成 knowhow"
description: "调用 codify-to-knowhow 写入 AST/DCS assets 和 spec entries"
- label: "仅保留 preview,跳过 knowhow"
description: "保留 preview.html + preview.css,不写入知识库"
GATE Phase 4 → Completion: Knowhow → Done
REQUIRED_ARTIFACTS = [
"design-tokens.json", // Phase 1
"layout-templates.json", // Phase 2
"preview.html", // Phase 3
"preview.css", // Phase 3
"knowhow-manifest.json" // Phase 4
]
If any artifact is missing: DO NOT report completion. </codify_mode>
Scan .workflow/.maestro/ui-craft-*/status.json for status == "running" || status == "paused" → most recent → resume from current_step.
When findings lack explicit suggested command:
| Finding Category | Command |
|---|---|
| Layout, spacing, hierarchy, alignment | layout |
| Color, contrast, palette | colorize |
| Typography, font, readability | typeset |
| Animation, motion, transitions | animate |
| Copy, labels, UX writing | clarify |
| Responsive, mobile, breakpoints | adapt |
| Performance, loading, speed | optimize |
| Complexity, overload, clutter | distill |
| Bland, safe, generic | bolder |
| Aggressive, overwhelming | quieter |
| Onboarding, empty state | onboard |
| Edge cases, i18n, error handling | harden |
| Personality, memorability | delight |
Never auto-select: teach, shape, craft, live, document, extract, overdrive, critique, audit.
GATE: Quality Gate Step → Next Step
GATE: Chain → Completion
status: "completed" and final scores.<error_codes>
| Code | Severity | Condition | Recovery |
|---|---|---|---|
| E001 | error | No command or intent resolved from input | Provide a known command, chain name, or descriptive intent |
| E002 | error | Source/target path not found | Verify path exists |
| E003 | error | PRODUCT.md missing and teach step failed | Run maestro impeccable teach manually first |
| E004 | error | Chain quality gate failed after max loops | Review findings manually, fix critical issues, then resume |
| W001 | warning | UI specs not found via spec load | Continuing without specs — output may miss project conventions |
| W002 | warning | Quality gate score below threshold but P0 == 0 | Auto-refine loop triggered |
| W003 | warning | Chain step failed but non-blocking | Step failure documented, chain continues |
| E101 | error | Codify: source path not found or not a directory | Verify --codify <source-path> exists |
| E102 | error | Codify: package directory exists without --overwrite | Re-run with --overwrite or a new --output-dir |
| W004 | warning | Codify: animation-tokens.json not found (optional) | Extraction continues without animation tokens |
| </error_codes> |
<success_criteria> Direct mode:
Chain mode:
.workflow/.maestro/ui-craft-*/status: "completed" and final scoresCodify mode:
spec load --category ui (if available)| Condition | Suggestion |
|---|---|
| Direct teach complete | maestro impeccable shape |
| Direct shape complete | maestro impeccable craft |
| Direct craft complete | maestro impeccable critique |
| Direct critique findings | maestro impeccable polish or targeted fix command |
| Chain complete | Review final scores, consider maestro impeccable improve for iteration |
| Chain paused/interrupted | maestro impeccable continue to resume |
| Codify complete | Use extracted tokens in maestro impeccable craft for new builds |
| Codify design system needs refinement | maestro impeccable document to regenerate DESIGN.md |
| Codify knowledge assets persisted | maestro search --type knowhow "design system" to verify |