orchestrator

orchestrator is a skill for Claude Code from aleksandr-chaika/flutter-clean-arch-skills. It costs 72 tokens per session (2,735 once invoked), scanned A, original, MIT.

An automated workflow manager for building Flutter apps, which are applications made with Google’s Flutter framework. It takes a request through planning, implementation, review, testing, end-to-end checks, and closure.

In plain words
What is it for?
Use it to run Flutter development tasks from planning through verified completion, with progress recorded during each phase.
Why use it?
It organizes the full development process so review and testing are part of the workflow. It can also use Asana task links and Maestro for user-flow tests.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the TodoWrite tool.

Good fit Use it to run Flutter development tasks from planning through verified completion, with progress recorded during each phase.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aleksandr-chaika/flutter-clean-arch-skills/orchestrator
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add aleksandr-chaika/flutter-clean-arch-skills --skill orchestrator
Clone the repo
git clone --depth 1 https://github.com/aleksandr-chaika/flutter-clean-arch-skills

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/skills/aleksandr-chaika/flutter-clean-arch-skills/orchestrator/github.svg)](https://agentmods.dev/skills/aleksandr-chaika/flutter-clean-arch-skills/orchestrator)
Your own site
<a href="https://agentmods.dev/skills/aleksandr-chaika/flutter-clean-arch-skills/orchestrator"><img src="https://agentmods.dev/badge/skills/aleksandr-chaika/flutter-clean-arch-skills/orchestrator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for orchestrator

Your own site · 80×15
<a href="https://agentmods.dev/skills/aleksandr-chaika/flutter-clean-arch-skills/orchestrator"><img src="https://agentmods.dev/badge/skills/aleksandr-chaika/flutter-clean-arch-skills/orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,735 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00072 $0.02735
Opus 5 $0.00036 $0.01367
Sonnet 5 $0.00014 $0.00547
Haiku 4.5 $0.00007 $0.00274

Measured 11d ago against content hash 4c0f9534f856, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

orchestrator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/orchestrator/SKILL.md · 368 lines

How it starts

The opening of the file, as written. The whole thing — 368 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Flutter Autonomous Development Orchestrator

CRITICAL: MANDATORY EXECUTION RULES

Orchestrator MUST execute ALL phases from PM plan. Skipping phases is FORBIDDEN.

  1. DO NOT ASK for confirmation to proceed
  2. DO NOT ASK for permission to create/edit files
  3. EXECUTE the pipeline automatically --- ALL STAGES are MANDATORY
  4. ONLY STOP if blocked by missing critical information
  5. NEVER SKIP review, tests, or QE verification

CORE FLOW

USER REQUEST -> PHASE 1: PM -> PHASE 2: TodoWrite -> PHASE 3: Execute ->
-> PHASE 4: Review -> PHASE 5: Tests -> PHASE 6: QE E2E -> PHASE 7: Close & Registry

PIPELINE STATUS TRACKING

BEFORE each agent call, update .tasks/.pipeline-status file via Bash:

mkdir -p .tasks
cat > .tasks/.pipeline-status << 'PSTATUS'
REQUEST=краткое описание запроса
PHASE=текущая фаза (PM|Execute|Review|Tests|QE|Close)
CURRENT_TASK=TASK-XXX
CURRENT_DESC=краткое описание задачи
CURRENT_AGENT=имя агента
PSTATUS

This file is read by Telegram notification hooks to provide context in messages.

Update this file EVERY TIME before invoking a new agent.


PHASE 1: PM ANALYSIS (ALWAYS FIRST)

Update pipeline status:

cat > .tasks/.pipeline-status << 'PSTATUS'
REQUEST=[user request summary]
PHASE=PM
CURRENT_TASK=
CURRENT_DESC=Анализ и декомпозиция задачи
CURRENT_AGENT=flutter-pm
PSTATUS

Invoke PM agent:

Task(subagent_type="flutter-pm", prompt="[user request + context]")

PM accepts:

  • Plain text requirements
  • Asana task URLs (PM uses Asana MCP to read them)
  • Multiple tasks (PM groups them into execution plan)

PM returns:

  • Registry lookup result (similar past tasks)
  • Task type (bug/feature/fix/refactor)
  • Numbered tasks with execution order
  • Required reviews and tests
  • Maestro test cases (for Flutter UI tasks)

If PM found similar past task:

Show to user: "Found similar task TASK-XXX. It was resolved by [resolution]."


PHASE 2: BUILD TODOWRITE FROM PM PLAN

Read the full file on GitHub · 368 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 368 lines · 72 tokens per session scan A 4c0f9534f856

Subscribe to this mod's changes

orchestrator is a skill published in the GitHub repository aleksandr-chaika/flutter-clean-arch-skills (5 stars, last pushed 6mo ago), licensed MIT. It adds 72 tokens to every session and 2,735 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

android-kotlin-compose

Android development with Kotlin and Jetpack Compose. Use when user mentions "Compose", "Jetpack Compose", "Material3", "Hilt", "Room", "ViewModel", or needs to build Android UI, implement MVVM architecture, manage Compose state, or integrate Jetpack libraries (Navigation, Room, Hilt, ViewModel). Triggers on…

and3r817/dot-claude-plugins · 84 tokens

android-kotlin-coroutines

Android development with Kotlin Coroutines and Flow. Use when user mentions "coroutines", "suspend", "Flow", "StateFlow", "SharedFlow", "viewModelScope", "lifecycleScope", or needs to implement async programming, handle structured concurrency, integrate coroutines with Retrofit/Room/WorkManager, or write coroutine…

and3r817/dot-claude-plugins · 87 tokens

codex-advisor

Advisory consultation skill for architectural reviews, design decisions, code analysis, and technology evaluation. Codex provides recommendations without making code changes. Invoked by phrases like "consult Codex", "get Codex's opinion", "ask Codex about", "have Codex review", "Codex analysis", "validate this…

and3r817/dot-claude-plugins · 85 tokens

ast-grep

Structural code search and rewriting using AST patterns. Use when user mentions "ast-grep", "sg", or needs to search codebases using Abstract Syntax Tree patterns, find specific code structures, perform complex queries beyond text search, or rewrite code at scale. Triggers on requests for pattern matching, code…

and3r817/dot-claude-plugins · 75 tokens

github-cli

This skill should be used when working with GitHub CLI (gh) for repository management, pull requests, issues, API access, GitHub Actions, or automation workflows. Provides comprehensive guidance on gh command patterns, security considerations, and best practices.

and3r817/dot-claude-plugins · 52 tokens

android-analysis

Expert Android and Java reverse engineering for APK/AAR/JAR decompilation and inspection. Use when user mentions "decompile", "jadx", "apktool", "reverse engineer", or needs to analyze Android binaries, unpack libraries, understand obfuscated apps, or extract resources from compiled artifacts.

and3r817/dot-claude-plugins · 63 tokens