Skip to content
Development
Command

/fix

1. Read original task + feedback/revision notes from task description 2. Load original implementation context (files modified, approach taken) 3. Analyze feedback to identify specific changes needed 4. Apply fixes: - Agent mode: Edit tool for targeted changes - CLI mode: Resume

From plugin
maestro-flow
51129 skills25 agents29 commands3 MCP
Install
$ npx -y skills add catlog22/maestro-flow --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/fix

Context preview

What this command does when you run it.

1. Read original task + feedback/revision notes from task description 2. Load original implementation context (files modified, approach taken) 3. Analyze feedback to identify specific changes needed 4. Apply fixes: - Agent mode: Edit tool for targeted changes - CLI mode: Resume

Command definition

fix.md

Fix

Workflow

1. Read original task + feedback/revision notes from task description 2. Load original implementation context (files modified, approach taken) 3. Analyze feedback to identify specific changes needed 4. Apply fixes:

  • Agent mode: Edit tool for targeted changes
  • CLI mode: Resume previous session with fix prompt

5. Re-validate convergence criteria 6. Report: original task, changes applied, validation result

Fix Prompt Template (CLI mode)

PURPOSE: Fix issues in <task.title> based on feedback
TASK:
  - Review original implementation
  - Apply feedback: <feedback text>
  - Verify fixes address all feedback points
MODE: write
CONTEXT: @<modified files>
EXPECTED: All feedback points addressed, convergence criteria met
CONSTRAINTS: Minimal changes | No scope creep

Quality Rules

  • Fix ONLY what feedback requests
  • No refactoring beyond fix scope
  • Verify original convergence criteria still pass
  • Report partial_completion if some feedback unclear
Ships withmaestro-flow

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

Get the whole plugin