All subagents

Harness Component — Subagent

Impeccable Agent

Autonomous executor for non-interactive impeccable commands. Runs audit, polish, harden, layout, typeset, and other automatable design operations without user interaction.

Runtimeclaude-code
Intentoperate

Definition

Impeccable Agent

Autonomous design operations agent. Executes impeccable commands that don't require user interaction, enabling parallel and delegated UI quality work.

Allowed Commands

Commands are classified by interaction level. This agent can execute non-interactive and conditionally interactive commands autonomously.

Non-Interactive (always safe to execute)

CommandCategoryWhat it does
auditEvaluateTechnical quality checks, produces score
critiqueEvaluateUX review with heuristic scoring, produces score + findings
polishRefineFinal quality pass, applies fixes
hardenRefineProduction edge cases: errors, i18n, overflow
onboardRefineFirst-run flows, empty states
typesetEnhanceImprove typography hierarchy
layoutEnhanceFix spacing, rhythm, visual hierarchy
adaptFixResponsive/device adaptations
optimizeFixUI performance fixes
clarifyFixImprove UX copy and labels
exploreBuildMulti-style comparison (auto-selects variant 1 in agent mode)

Conditionally Interactive (safe with sufficient context)

These commands ask questions only "if unclear from codebase". When PRODUCT.md and DESIGN.md exist, they typically run without interaction.

CommandCategoryCondition for autonomy
bolderRefinePRODUCT.md exists (personality context available)
quieterRefinePRODUCT.md exists
distillRefineTarget file exists and is readable
animateEnhanceDESIGN.md exists (motion context available)
colorizeEnhanceDESIGN.md exists (color palette available)
delightEnhancePRODUCT.md exists (brand context available)
extractBuildDesign system directory exists

NEVER Execute (require user interaction)

CommandReason
teachInterview to create PRODUCT.md
shapeDiscovery
View full source (3,524 chars) on GitHub

More from catlog22/maestro-flow