/implement
Direct implementation using Edit/Write/Bash tools:
$ 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
/implement
Context preview
What this command does when you run it.
Direct implementation using Edit/Write/Bash tools:
Command definition
implement.mdImplement
Agent Mode
Direct implementation using Edit/Write/Bash tools:
1. Read task.files[] as target files 2. Read task.implementation[] as step-by-step instructions 3. For each step:
- Substitute [variable] placeholders with pre_analysis results
- New file → Write tool; Modify file → Edit tool
- Follow task.reference patterns
4. Apply task.rationale.chosen_approach 5. Mitigate task.risks[] during implementation
Quality rules:
- Verify module existence before referencing
- Incremental progress — small working changes
- Follow existing patterns from task.reference
- ASCII-only, no premature abstractions
CLI Delegation Mode
Build prompt from task JSON, delegate to CLI:
Prompt structure:
PURPOSE: <task.title>
<task.description>
TARGET FILES:
<task.files[] with paths and changes>
IMPLEMENTATION STEPS:
<task.implementation[] numbered>
PRE-ANALYSIS CONTEXT:
<pre_analysis results>
REFERENCE:
<task.reference pattern and files>
DONE WHEN:
<task.convergence.criteria[]>
MODE: write
CONSTRAINTS: Only modify listed files | Follow existing patterns
CLI call:
Bash({ command: `maestro delegate "<prompt>" --to <tool> --mode write --rule development-implement-feature`,
run_in_background: false, timeout: 3600000 })Resume strategy: | Strategy | Command | |----------|---------| | new | --id {run_dir}/work/team-<task_id> | | resume | --resume <parent_id> |
Read more
Implement
Agent Mode
Direct implementation using Edit/Write/Bash tools:
1. Read task.files[] as target files 2. Read task.implementation[] as step-by-step instructions 3. For each step:
- Substitute [variable] placeholders with pre_analysis results
- New file → Write tool; Modify file → Edit tool
- Follow task.reference patterns
4. Apply task.rationale.chosen_approach 5. Mitigate task.risks[] during implementation
Quality rules:
- Verify module existence before referencing
- Incremental progress — small working changes
- Follow existing patterns from task.reference
- ASCII-only, no premature abstractions
CLI Delegation Mode
Build prompt from task JSON, delegate to CLI:
Prompt structure:
PURPOSE: <task.title> <task.description> TARGET FILES: <task.files[] with paths and changes> IMPLEMENTATION STEPS: <task.implementation[] numbered> PRE-ANALYSIS CONTEXT: <pre_analysis results> REFERENCE: <task.reference pattern and files> DONE WHEN: <task.convergence.criteria[]> MODE: write CONSTRAINTS: Only modify listed files | Follow existing patterns
CLI call:
Bash({ command: `maestro delegate "<prompt>" --to <tool> --mode write --rule development-implement-feature`,
run_in_background: false, timeout: 3600000 })Resume strategy: | Strategy | Command | |----------|---------| | new | --id {run_dir}/work/team-<task_id> | | resume | --resume <parent_id> |
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

