maestro-quick

Execute single development tasks with planning, sequential edits, and atomic git commits.

511|63|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/catlog22/Maestro-Flow --skill maestro-quick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maestro-quick
Source: https://github.com/catlog22/Maestro-Flow/tree/main/.codex/skills/maestro-quick
Command: npx skills add https://github.com/catlog22/Maestro-Flow --skill maestro-quick

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maestro Quick eliminates friction for small, well-scoped engineering tasks by automating analysis, planning, execution, and optional verification so developers can deliver changes rapidly without manual orchestration.

Core Features & Use Cases

  • Single-pass pipeline: Parse arguments, create an isolated scratch workspace, perform quick analysis, generate a compact plan, execute sequential tasks, and commit changes atomically.
  • Configurable interaction: Support for decision extraction (--discuss) and stronger verification (--full) for cases that need user input or extra assurance.
  • Use case: Apply to quick bug fixes, targeted refactors, small feature additions, or configuration updates where a single agent can implement and validate changes in one flow.

Quick Start

Run a quick task by telling Maestro Quick the change you want and let it create a scratch plan, execute edits, and commit the results.

Frequently Asked Questions about maestro-quick

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate quick bug fixes and small feature additions in a single workflow?

Automating quick bug fixes requires a single-pass pipeline that parses arguments, performs lightweight analysis, generates a compact plan, executes edits sequentially, and commits changes atomically. This eliminates manual orchestration for well-scoped engineering tasks.

What is a single-pass development pipeline for well-scoped tasks?

A single-pass development pipeline is an automated end-to-end workflow that executes quick bug fixes, small refactors, or configuration changes in one sequential wave without manual intervention.

Can I use automated verification for configuration changes and refactors?

Yes, automated verification is available for configuration changes and refactors. You can enable stronger verification to gain extra assurance that your sequential task execution produced the correct results.

Does the workflow support decision extraction before executing code changes?

Yes, the workflow supports decision extraction to capture user input before proceeding with code generation and execution, allowing you to discuss and refine the automated plan.

What are the limitations of using a single sequential wave for task execution?

Single sequential wave execution is limited to well-scoped tasks that can be implemented in one pass, making it unsuitable for complex, multi-stage features requiring iterative development or parallel agent coordination.