Skip to content
Development
Command

/implement

Direct implementation using Edit/Write/Bash tools:

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/implement

Context preview

What this command does when you run it.

Direct implementation using Edit/Write/Bash tools:

Command definition

implement.md

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> |

Read more
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