/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
$ npx -y skills add catlog22/maestro-flow --agent claude-codeHow 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.mdFix
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
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
Other commands on maestro-flow.
- /maestro-companion
Quick execution for small tasks — minimal run lifecycle (start + done) with evidence recording. Full LLM capability, scoped to mechanically clear tasks.
Open command - /maestro-fork
Create or sync session worktree for parallel dev
Open command - /maestro-guard
Manage editing boundary restrictions
Open command - /maestro-impeccable
Use when designing, auditing, polishing, improving, or codifying frontend UI — websites, dashboards, landing pages, components, design systems
Open command - /maestro-init
Initialize project with auto state detection
Open command - /maestro-issue
Intent-driven issue lifecycle management — describe what you want in natural language (报告一个 bug / 列出开放 issue / 关掉 ISS-xxx / 关联到 task / 扫描发现问题) and the workflow routes to the right operation. Operates on .workflow/issues/. 知识管理走 /maestro-knowledge;knowhow 沉淀走
Open command

