v1.3.0 — Subagent dev mode (orchestrator + file-verifier)
Added
orchestratoragent (sonnet) — decomposes a milestone into independent worker tasks, dispatches workers +file-verifierin parallel, aggregates ≤200-word summaries. Never writes code. Hard-requires approved GDD + plan + named milestone.file-verifieragent (haiku) — external semantic check on a single Godot file after every Edit/Write. Reads file fresh (no writer-context pollution), queriesgodot-docsMCP, returns CRITICAL/WARNING/INFO findings only. Does not rewrite.subagent-dev-modeskill — documents the orchestrator + worker + verifier loop, activation triggers, token-discipline tactics, anti-patterns. Activates on "implement milestone X", "subagent mode", "modalità subagentica", and similar.- Verifier-reminder hook —
PostToolUse Edit|Writeon.gd/.tscn/.tres/.gdshaderprintsverifier reminder: dispatch file-verifier agent on <path>. Visible reminder so the verifier is not skipped. - Verification rule in
using-godot-superpowers— every write to a Godot source file must be followed by afile-verifierdispatch. Applies whether or not subagent dev mode is active.
Why
- Token discipline — workers and verifier run in isolated context, main-context Claude only ingests short summaries. Milestones with 5+ files no longer balloon the main context.
- Correctness — every written file is independently re-read and checked against the live
godot-docsMCP before being considered done. Catches API drift the writer's pre-trained knowledge would miss.
Catalogs
- 26 skills (was 25)
- 13 subagents (was 11)
Install / upgrade
/plugin marketplace update godot-superpowers
/plugin install godot-superpowers@godot-superpowers
If the marketplace is cached:
/plugin marketplace remove godot-superpowers
/plugin marketplace add Simone-Tarantino/godot-superpowers
/plugin install godot-superpowers@godot-superpowers