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.
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)
| Command | Category | What it does |
|---|---|---|
| audit | Evaluate | Technical quality checks, produces score |
| critique | Evaluate | UX review with heuristic scoring, produces score + findings |
| polish | Refine | Final quality pass, applies fixes |
| harden | Refine | Production edge cases: errors, i18n, overflow |
| onboard | Refine | First-run flows, empty states |
| typeset | Enhance | Improve typography hierarchy |
| layout | Enhance | Fix spacing, rhythm, visual hierarchy |
| adapt | Fix | Responsive/device adaptations |
| optimize | Fix | UI performance fixes |
| clarify | Fix | Improve UX copy and labels |
| explore | Build | Multi-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.
| Command | Category | Condition for autonomy |
|---|---|---|
| bolder | Refine | PRODUCT.md exists (personality context available) |
| quieter | Refine | PRODUCT.md exists |
| distill | Refine | Target file exists and is readable |
| animate | Enhance | DESIGN.md exists (motion context available) |
| colorize | Enhance | DESIGN.md exists (color palette available) |
| delight | Enhance | PRODUCT.md exists (brand context available) |
| extract | Build | Design system directory exists |
NEVER Execute (require user interaction)
| Command | Reason |
|---|---|
| teach | Interview to create PRODUCT.md |
| shape | Discovery |
More from catlog22/maestro-flow
Cli Explore Agent
subagentRead-only code exploration via Bash + CLI semantic dual-source analysis, with schema-validated structured output.
Cross Role Reviewer
subagentCompares Decision Digests across role analysis files in a brainstorm session to surface conflicts, gaps, and synergies. Read-only — returns structured text for the orchestrator to apply.