flame-harness-plan

flame-harness-plan is a skill for Claude Code from tjdrhs90/flutter-flame-harness. It costs 53 tokens per session (3,030 once invoked), scanned A, original, MIT.

A planning phase for a Flutter game built with the Flame game engine. It turns an early game idea into a product document, defines the app identity, and maps the planned code folders.

In plain words
What is it for?
Use it to write a game product requirements document, define mechanics and win or lose conditions, set the app name and identifiers, and plan the `lib/` directory.
Why use it?
It helps turn research into a clear development plan before implementation begins. It also records the game's core loop, rules, scope, and language in one place.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the flutter-flame-harness plugin — 14 skills shipped together

Good fit Use it to write a game product requirements document, define mechanics and win or lose conditions, set the app name and identifiers, and plan the lib/ directory.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tjdrhs90/flutter-flame-harness/flame-harness-plan
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 tjdrhs90/flutter-flame-harness --skill flame-harness-plan
Clone the repo
git clone --depth 1 https://github.com/tjdrhs90/flutter-flame-harness

Made for: Claude Code.

Or install flutter-flame-harness, the plugin that ships this one along with the rest of its 14 skills.

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 flame-harness-plan

README.md
[![agentmods](https://agentmods.dev/badge/skills/tjdrhs90/flutter-flame-harness/flame-harness-plan/github.svg)](https://agentmods.dev/skills/tjdrhs90/flutter-flame-harness/flame-harness-plan)
Your own site
<a href="https://agentmods.dev/skills/tjdrhs90/flutter-flame-harness/flame-harness-plan"><img src="https://agentmods.dev/badge/skills/tjdrhs90/flutter-flame-harness/flame-harness-plan/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 flame-harness-plan

Your own site · 80×15
<a href="https://agentmods.dev/skills/tjdrhs90/flutter-flame-harness/flame-harness-plan"><img src="https://agentmods.dev/badge/skills/tjdrhs90/flutter-flame-harness/flame-harness-plan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,030 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00053 $0.03030
Opus 5 $0.00026 $0.01515
Sonnet 5 $0.00011 $0.00606
Haiku 4.5 $0.00005 $0.00303

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

Security

Grade A, and why

flame-harness-plan 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 10d 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/flame-harness-plan/SKILL.md · 337 lines

How it starts

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

flame-harness-plan

Phase 2 of the flutter-flame-harness pipeline. Reads the research spec and config.md, then produces a comprehensive game PRD in the project's default_language, maps the lib/ directory structure, assigns the app identity (app_name, app_slug, bundle_id), and advances the pipeline state to design.

All file schemas (config.md, state.md, pipeline-log.md) are defined in docs/harness-protocol.md — refer to that document as the single source of truth. Do not redefine schemas here.


Input

1. Read docs/harness/config.md

Extract:

Key Use
app_idea Refined concept tagline written by the research phase
app_name Display name (may be blank — set it here if so)
app_slug Kebab-case identifier (may be blank — derive it here if so)
bundle_id App bundle ID (may be blank — set it here)
default_language The user's conversation language (set by the orchestrator); the PRD and all copy are written in it

If config.md does not exist, abort with: flame-harness-plan: docs/harness/config.md not found — run the orchestrator to bootstrap first.

2. Read the latest research spec

Find the most recent file matching docs/harness/specs/*-research.md (sort by filename descending, take the first). If no spec file exists, abort with: flame-harness-plan: no research spec found in docs/harness/specs/ — run flame-harness-research first.

Extract from the spec:

  • Chosen concept — title, tagline, core mechanic, differentiator
  • Monetisation hook — AdMob integration point (interstitial / rewarded / banner)
  • Clone-avoidance verdict — confirm it is SAFE before proceeding

Identity assignment

Derive and assign the app identity before writing the PRD so that the PRD can reference the final values.

app_name

Use the working title from the research spec as the display name. Capitalise each word. Example: "space hop""Space Hop".

app_slug

The app_slug is a kebab-case identifier derived from app_name:

Read the full file on GitHub · 337 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. 10d ago First seen · 337 lines · 53 tokens per session scan A b082880c77ca

Subscribe to this mod's changes

flame-harness-plan is a skill published in the GitHub repository tjdrhs90/flutter-flame-harness (60 stars, last pushed 8d ago), licensed MIT. It adds 53 tokens to every session and 3,030 once invoked, about $0.0003 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-30.