Skip to content
Development
Command

/analyze

| Keywords | Capability | Prefix | |----------|------------|--------| | analyze, scan, audit, map, identify | analyzer | ANALYZE | | design, plan, strategy, refactoring-plan | designer | DESIGN | | refactor, implement, fix, apply | refactorer | REFACTOR | | validate, build,

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

Context preview

What this command does when you run it.

| Keywords | Capability | Prefix | |----------|------------|--------| | analyze, scan, audit, map, identify | analyzer | ANALYZE | | design, plan, strategy, refactoring-plan | designer | DESIGN | | refactor, implement, fix, apply | refactorer | REFACTOR | | validate, build,

Command definition

analyze.md

Analyze Task

Signal Detection

| Keywords | Capability | Prefix | |----------|------------|--------| | analyze, scan, audit, map, identify | analyzer | ANALYZE | | design, plan, strategy, refactoring-plan | designer | DESIGN | | refactor, implement, fix, apply | refactorer | REFACTOR | | validate, build, test, verify, compile | validator | VALIDATE | | review, audit-code, quality, check-code | reviewer | REVIEW |

Dependency Graph

Natural ordering tiers:

  • Tier 0: analyzer (knowledge gathering -- no dependencies)
  • Tier 1: designer (requires analyzer output)
  • Tier 2: refactorer (requires designer output)
  • Tier 3: validator, reviewer (validation requires refactored artifacts, can run in parallel)

Complexity Scoring

| Factor | Points | |--------|--------| | Per capability | +1 | | Cross-domain refactoring | +2 | | Parallel branches requested | +1 per branch | | Serial depth > 3 | +1 | | Multiple targets (independent mode) | +2 |

Results: 1-3 Low, 4-6 Medium, 7+ High

Role Minimization

  • Cap at 5 roles
  • Merge overlapping capabilities
  • Absorb trivial single-step roles

Output

Write {run_dir}/work/team/task-analysis.json:

{
  "task_description": "<original>",
  "pipeline_type": "<single|fan-out|independent|auto>",
  "capabilities": [{ "name": "<cap>", "prefix": "<PREFIX>", "keywords": ["..."] }],
  "dependency_graph": { "<TASK-ID>": { "role": "<role>", "blockedBy": ["..."], "priority": "P0|P1|P2" } },
  "roles": [{ "name": "<role>", "prefix": "<PREFIX>", "inner_loop": false }],
  "complexity": { "score": 0, "level": "Low|Medium|High" },
  "parallel_mode": "<auto|single|fan-out|independent>",
  "max_branches": 5
}
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