maestro-quick
Quick task execution, skip optional agents
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/catlog22/maestro-flow/HEAD/.claude/commands/maestro-quick.md -o ~/.claude/commands/maestro-quick.mdmaestro-quick.md
<purpose>
Execute small, ad-hoc tasks with workflow guarantees (atomic commits, state tracking) via a shortened pipeline.
Flags --discuss and --full enable additional pipeline stages.
</purpose>
<required_reading>
@~/.maestro/workflows/quick.md
</required_reading>
<context>
$ARGUMENTS
Parse for:
- `--full` flag -- Enables plan-checking (max 2 iterations) and post-execution verification
- `--discuss` flag -- Decision extraction before planning (gray areas, Locked/Free/Deferred classification)
- Remaining text as task description
### Pre-load context
1. **Coding specs + tools**: Run `maestro load --type spec --category coding` to load coding conventions and discoverable tools. Apply to implementation.
2. **UI specs (conditional)**: If the task involves frontend/UI work (description contains component, page, style, layout, CSS, HTML, frontend), also run `maestro load --type spec --category ui`.
3. **Role Knowledge**:
- Browse: `maestro search --category coding`
- Load task-relevant entries: `maestro load --type knowhow --id <id1> [id2...]`
3. All are optional — proceed without if unavailable.
</context>
<execution>
Follow '~/.maestro/workflows/quick.md' completely.
### Artifact Verification (before completion)
```
REQUIRED_ARTIFACTS = [
"plan.json", // Task definitions
".summaries/TASK-*-summary.md" (per task) // Execution results
]
```
If any artifact is missing: DO NOT report completion. Complete the missing step first.
Task summaries MUST include concrete evidence of completion (files changed, tests run, commands executed) — not just "task completed successfully."
</execution>
<completion>
### Next-step routing
| Condition | Suggestion |
|-----------|-----------|
| Task done, --full verification passed | `/manage-status` |
| Task done, verification found gaps | `/quality-debug {issue}` |
| Task done, want to sync docs | `/quality-sync` |
| Need a full phase workflow instead | `/maestro-plan {phase}` |
</completion>
<error_codes>
| Code | Severity | Condition | Recovery |
|------|----------|-----------|----------|
| E001 | error | Task description required (no text provided) | Check arguments format, re-run with correct input |
| E002 | error | Scratch directory creation failed | Check disk space and .workflow/ permissions |
| W001 | warning | Verification found minor gaps | Review gaps and determine if they need fixing |
</error_codes>
<success_criteria>
- [ ] Scratch task directory created under .workflow/scratch/
- [ ] plan.json written with task definitions
- [ ] All tasks executed with summaries written
- [ ] state.json updated with scratch task entry
- [ ] Commit created with task changes
</success_criteria>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 the orchestrator to apply.
Autonomous executor for non-interactive impeccable commands. Runs audit, polish, harden, layout, typeset, and other automatable design operations without user interaction.
Generates multi-file role analysis for a brainstorm session — analysis.md index + per-feature files + optional findings under {output_dir}/{role}/.
Resident pipeline supervisor agent. Message-driven lifecycle for cross-checkpoint quality observation and health monitoring.
Unified worker agent for team pipelines. Executes role-specific logic loaded from a role_spec file within a built-in task lifecycle (discover, execute, report).
UI design token management and prototype generation — W3C Design Tokens Format, state-based components, WCAG AA validation, responsive layout templates.
Evaluates technical topics, proposals, or decisions across multiple dimensions with evidence-based scoring and recommendations.