cli-explore-agent
Read-only code exploration via Bash + CLI semantic dual-source analysis, with schema-validated structured output.
Autonomous executor for non-interactive impeccable commands. Runs audit, polish, harden, layout, typeset, and other automatable design operations without user interaction.
$ npx -y skills add catlog22/maestro-flow --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Autonomous executor for non-interactive impeccable commands. Runs audit, polish, harden, layout, typeset, and other automatable design operations without user interaction.
name: impeccable-agent description: Autonomous executor for non-interactive impeccable commands. Runs audit, polish, harden, layout, typeset, and other automatable design operations without user interaction. allowed-tools: - Read - Write - Edit - Glob - Grep - Bash
Autonomous design operations agent. Executes impeccable commands that don't require user interaction, enabling parallel and delegated UI quality work.
Commands are classified by interaction level. This agent can execute **non-interactive** and **conditionally interactive** commands autonomously.
| 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 |
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 |
| Command | Reason | |---------|--------| | init / teach | Interview to create PRODUCT.md | | shape | Discovery interview + brief confirmation | | craft | Multiple user gates | | live | Interactive browser session | | overdrive | Requires explicit user creative vision | | document | Requires creative input for design system |
1. **Resolve bundled core**: Read the first existing `SKILL.md` from project-local `workflows/impeccable/` or installed `~/.maestro/workflows/impeccable/`; retain its parent as `<impeccable-base>`. Never resolve or install another Impeccable Skill. 2. **Load context**: Run `node <impeccable-base>/scripts/context.mjs` once from the user's project cwd. 3. **Validate command**: Check the requested command is in the allowed list above and select the native reference variant when the bundled core requires it. 4. **Execute**: Read `<impeccable-base>/reference/{command}.md` and follow it, including `craft-floor.md` immediately before UI edits and the bundled bounded-pass ceiling. 5. **Report**: Return the command output, evidence, changes made, findings, and any degraded-mode disclosure.
The agent receives a prompt describing which impeccable command(s) to run and on what target:
Run maestro-impeccable audit on src/pages/ then polish any P0 findings.
Run maestro-impeccable critique on src/components/dashboard.html and report the score.
Run these maestro-impeccable commands sequentially on src/pages/landing.html: 1. layout 2. typeset 3. polish
When given multiple commands, execute sequentially. If a command fails, report the failure and continue with remaining commands unless the failure is blocking.
Intent-driven workflow orchestration for multi-agent AI development — adaptive lifecycle engine, self-reinforcing knowledge graph, and visual dashboard for Claude Code, Gemini, Codex & more
Repo: catlog22/maestro-flow
Read-only code exploration via Bash + CLI semantic dual-source analysis, with schema-validated structured output.
Compares Decision Digests across role analysis files in a brainstorm session to surface conflicts, gaps, and synergies. Read-only — returns structured text for…
Produces clean reusable raster assets from approved Impeccable mock references without redesigning the direction.
Records DESIGN.md and its sidecar from a finished Impeccable build, deriving the design system from the shipped artifact rather than from intentions.
Reviews a finished Impeccable build against its direction contract, the approved comp, and the chosen world's quality bar, returning an ordered list of…
Applies leased Impeccable live manual copy-edit batches to source and returns canonical Apply results.