FAQ
flutter-flame-harness is a Claude Code plugin with 14 hand-picked skills for deployment work, indexed on Flowy. Install it with the command on its page. It includes flame-harness-admob, flame-harness-build, flame-harness-contract. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
> /plugin marketplace add tjdrhs90/flutter-flame-harness> /plugin install flutter-flame-harness@flutter-flame-harness
Repo: tjdrhs90/flutter-flame-harness
English | 한국어

A Claude Code plugin that takes a Flutter/Flame game from raw idea all the way to the app stores. The harness orchestrates a structured pipeline of skills — research, planning, design, contract negotiation, and a generator–evaluator build loop — so every stage produces a verified, hand-off-ready artifact before the next one begins.
AI coding tools usually skip the boring parts — they code before pinning requirements, skip tests, and stop while it's half-done. This harness delegates the process, not just the code: guardrails → plan → a generator↔evaluator build loop with a skeptical QA that runs the game before judging → human review. And it isn't theory — the fixes earned shipping real Flame games (audio pooling, haptics, app-lifecycle, performance, store/build pitfalls) are baked in, so a generated game doesn't re-walk the same traps.
A mix of games I've shipped and games built with this harness — Flutter + Flame.
Phase A (complete): research → plan → design → contract → generator ↔ evaluator → playable game
The generator and evaluator negotiate completion criteria before any code is written, then build the Flutter/Flame project in three sub-phases (scaffold → API wiring → UI polish), with the evaluator gating each hand-off.
See docs/SMOKE-TEST.md for the full manual smoke-test procedure.
Phase B (complete): admob, build, screenshot, submit, retro
Automates AdMob integration, release builds (Android + iOS), App Store / Play Store screenshots, submission, and a post-launch retrospective.
See docs/SMOKE-TEST-phaseB.md for the full manual deploy dry-run procedure.
/plugin marketplace add tjdrhs90/flutter-flame-harness
/plugin install flutter-flame-harness@flutter-flame-harness
The plugin is copied into a cache at install time, so editing the source doesn't take effect until you re-sync. After pulling new commits (the version bumps each release):
/plugin marketplace update flutter-flame-harness # re-sync the latest version into the cache
/reload-plugins # apply it in the current session
Confirm the new version in /plugin. If a change doesn't appear, reinstall:
/plugin uninstall flutter-flame-harness@flutter-flame-harness
/plugin install flutter-flame-harness@flutter-flame-harness
(Last resort if the cache is stuck: rm -rf ~/.claude/plugins/cache, then restart Claude Code.)
/flame-harness "<idea>"
/flame-harness
Run with a quoted idea to seed the pipeline directly. Run with no idea and the AI researches the
market, recommends 2-3 game concepts, and waits for you to pick one before proceeding. Add
--auto-idea to skip that prompt: no idea + --auto-idea → AI generates, scores, and auto-picks
a concept with no prompts (fully hands-off).
Flags:
| Flag | Default | Description |
|---|---|---|
--strict | off | Run the evaluator in strict 3-phase QA mode |
--rounds N | 3 | Maximum generator–evaluator negotiation rounds |
--skip-research | off | Skip the market-research phase |
--skip-admob | off | Skip the AdMob phase |
--auto-idea | off | Research scores its generated concepts and auto-picks the best — no pick prompt |
--auto-deploy | off | Skip the post-QA human-review pause; PASS continues straight to deploy |
--resume | — | Resume a paused run |
By default, after the build passes QA the harness pauses for you to play and approve the game
(cd <slug> && flutter run) before any deploy work; /flame-harness --resume continues to
admob→build→screenshot→submit. --auto-deploy skips this gate, and --auto-idea --auto-deploy
together run fully hands-off from idea to deploy.
| Skill | Trigger command | Purpose |
|---|---|---|
flame-harness-research | /flame-harness-research | Market research and genre analysis |
flame-harness-plan | /flame-harness-plan | PRD (in your language), Flame component map, lib/ structure |
flame-harness-design | /flame-harness-design | Visual style system and component specs |
flame-harness-contract | /flame-harness-contract | Generator/evaluator negotiate completion criteria |
flame-harness-generator | /flame-harness-generator | Build the Flutter/Flame project in 3 sub-phases |
flame-harness-evaluator | /flame-harness-evaluator | QA gating — functional check or strict 3-phase |
| Skill | Trigger command | Purpose |
|---|---|---|
flame-harness-admob | /flame-harness-admob | Rewarded-ad strategy, guided AdMob unit creation, ATT/UMP code injection |
flame-harness-build | /flame-harness-build | Credential bootstrap, fastlane config generation, IPA → TestFlight, AAB → internal track |
flame-harness-screenshot | /flame-harness-screenshot | Store screenshots (game's locales) via integration_test, ASO metadata, fastlane upload |
flame-harness-submit | /flame-harness-submit | Upload store text metadata + categories via fastlane, then pause for manual review submission |
flame-harness-retro | /flame-harness-retro | Score the completed pipeline against 9 harness principles, write retrospective |
See docs/harness-protocol.md for the full inter-skill file handoff protocol.
Credentials and secrets never enter this repository. The .gitignore permanently excludes credentials/, secrets/, *.jks, *.p8, play-store-key.json, and sheets-key.json. Never commit signing keys, API credentials, or service-account files — pass them via environment variables or a secrets manager at runtime.
.claude-plugin/
marketplace.json
plugin.json
.gitattributes
.github/
ISSUE_TEMPLATE/
bug_report.md
feature_request.md
pull_request_template.md
workflows/
validate.yml
.gitignore
assets/
previews/
deckbuilder.gif
froggy-dash.gif
goni-defense.gif
goni-run.gif
hover-hopper.gif
loop-city.gif
manshin.gif
merge-lighthouse.gif
salvage-protocol.gif
swing-line.gif
topshot.gif
tumble-zoo.gif
social-preview-ko.html
social-preview-ko.png
social-preview.html
social-preview.png
CHANGELOG.md
CLAUDE.md
CONTRIBUTING.md
docs/
game-gotchas.md
harness-protocol.md
SMOKE-TEST-phaseB.md
SMOKE-TEST.md
superpowers/
plans/
2026-06-22-flutter-flame-harness-phase-a.md
2026-06-22-flutter-flame-harness-phase-b.md
specs/
2026-06-22-flutter-flame-harness-design.md
2026-06-22-flutter-flame-harness-phase-b-design.md
hooks/
stop-failure-handler.sh
LICENSE
README.ko.md
README.md
scripts/
test-hook.sh
validate-fastlane.sh
validate.sh
SECURITY.md
skills/
flame-harness/
flame-harness-admob/
SKILL.md
flame-harness-build/
SKILL.md
flame-harness-contract/
SKILL.md
flame-harness-design/
SKILL.md
flame-harness-evaluator/
SKILL.md
flame-harness-generator/
SKILL.md
flame-harness-plan/
SKILL.md
flame-harness-research/
SKILL.md
flame-harness-resume/
SKILL.md
flame-harness-retro/
SKILL.md
flame-harness-screenshot/
SKILL.md
flame-harness-status/
SKILL.md
flame-harness-submit/
SKILL.md
SKILL.md
templates/
build_audio.dart.template
ci.yml.template
fastlane/
android-Appfile.template
android-Fastfile.template
ios-Appfile.template
ios-Fastfile.template
gen_icon.dart.template
gitignore.template
integration_test.dart.template
key.properties.template
LICENSE.template
README.md.template
save_repository.dart.template
screenshots_test.dart.template
set_contact_details.rb.template
strip_bg.dart.template
test_system.dart.template
widget_test.dart.template© 2026 Flowy · Free and open source
Built for Claude Code · Not affiliated with Anthropic