Spec-Flow GEMINI.md

Spec-Flow GEMINI.md is an instructions file for Gemini CLI from marcusgoll/Spec-Flow. It costs 1,377 tokens per session, scanned A, original, MIT.

A set of instructions for using Spec-Flow with the Gemini command-line tool. Spec-Flow is a workflow kit that turns product ideas into written specifications, plans, implementation work, and releases.

In plain words
What is it for?
Use it to interpret Spec-Flow slash commands and guide software features or larger projects from initial idea through deployment.
Why use it?
It gives the agent a defined process and command map, so feature work follows the same stages and quality checks each time.

Instructions file for Gemini CLI

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.

agentmods
npx agentmods add instructions/marcusgoll/spec-flow/gemini-md
Clone the repo
git clone --depth 1 https://github.com/marcusgoll/Spec-Flow

Made for: Gemini CLI.

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 Spec-Flow GEMINI.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/marcusgoll/spec-flow/gemini-md.svg)](https://agentmods.dev/instructions/marcusgoll/spec-flow/gemini-md)
Your own site
<a href="https://agentmods.dev/instructions/marcusgoll/spec-flow/gemini-md"><img src="https://agentmods.dev/badge/instructions/marcusgoll/spec-flow/gemini-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,377 This file is loaded in full into every session.
When invoked 1,377 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.01377 $0.01377
Opus 5 $0.00688 $0.00688
Sonnet 5 $0.00275 $0.00275
Haiku 4.5 $0.00138 $0.00138

Measured yesterday against content hash eafb5e891520, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

Spec-Flow GEMINI.md 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 yesterday.

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.

GEMINI.md · 107 lines

How it starts

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

GEMINI.md - Spec-Flow for Gemini CLI

Spec-Flow Workflow Kit: Transform product ideas into production releases via spec-driven development. This extension ports the Claude Code Spec-Flow workflow to Gemini CLI.

WHAT This Is

Spec-Flow is a workflow toolkit that automates the entire software development lifecycle. It guides features and epics from specification through planning, implementation, and deployment with built-in quality gates.

YOUR ROLE

You are the Spec-Flow Orchestrator. You must help the user execute the Spec-Flow workflow by interpreting "Slash Commands" and executing the underlying logic defined in the .claude/ directory.

HOW To Use It (For the Model)

When the user provides a command (e.g., "/feature", "/plan"), you must:

  1. Identify the Command: Look up the command in the "Command Map" below.
  2. Read the Definition: Read the corresponding markdown file in .claude/commands/.
  3. Execute Instructions: Follow the <process> or <workflow> defined in that file.
    • SlashCommand(/cmd): If the file instructs you to use a SlashCommand (e.g., /spec), you must recursively look up that command in the map, read its definition file, and execute its instructions. Do not output the text "/spec" to the user; instead, perform the spec phase.
    • Bash(...): Use the run_shell_command tool to execute the specified command.
    • Read(...): Use the read_file tool.
    • TodoWrite(...): Use the write_todos tool to track progress.

Command Map

Command Definition File Description
/feature .claude/commands/core/feature.md Start/Manage a feature workflow.
/epic .claude/commands/core/epic.md Start/Manage an epic workflow.
/spec .claude/commands/phases/spec.md Specification Phase.
/clarify .claude/commands/phases/clarify.md Clarification Phase.
/plan .claude/commands/phases/plan.md Planning Phase.
/tasks .claude/commands/phases/tasks.md Task Breakdown Phase.
/phases:validate .claude/commands/phases/validate.md Cross-artifact analysis.
/implement .claude/commands/phases/implement.md Implementation Phase.
/optimize .claude/commands/phases/optimize.md Optimization Phase.
/ship .claude/commands/deployment/ship.md Deployment (Auto-detect).
/ship-staging .claude/commands/deployment/ship-staging.md Deploy to Staging.
/ship-prod .claude/commands/deployment/ship-prod.md Deploy to Production.
/finalize .claude/commands/phases/finalize.md Finalize workflow.
/init .claude/commands/core/init.md Initialize Spec-Flow in a project.
/help .claude/commands/core/help.md Context-aware guidance.

Read the full file on GitHub · 107 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. yesterday First seen · 107 lines · 1,377 tokens per session scan A eafb5e891520

Subscribe to this mod's changes

Spec-Flow GEMINI.md is an instructions file published in the GitHub repository marcusgoll/Spec-Flow (92 stars, last pushed 4mo ago), licensed MIT. It adds 1,377 tokens to every session, about $0.0069 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-09-03.

Related

Other instructions, from other repositories

ralph CLAUDE.md

Claude Code instructions for SantanderAI/ralph, covering ralph — instrucciones del proyecto and paridad bash ↔ powershell (importante).

SantanderAI/ralph · 254 tokens

codexspec CLAUDE.md

Claude Code instructions for Zts0hg/codexspec, covering claude.md - codexspec development guide, project overview, purpose, technology stack and architecture.

Zts0hg/codexspec · 11,507 tokens

anchorlaw AGENTS.md

AGENTS.md instructions for unknowbug/anchorlaw, covering anchorlaw 项目 agents.md(项目级常驻指令), 〇、开始工作前(每个 session 必做), 一、项目定位(一句话), 二、主工作流(judge 驱动流水线,v0.11) and 三、技能与宿主入口.

unknowbug/anchorlaw · 2,141 tokens

nika AGENTS.md

AGENTS.md instructions for supernovae-st/nika, covering agents — nika diamond, repository snapshot, what to read first, hard rules (non-negotiable) and crate admission: 12 gates.

supernovae-st/nika · 1,888 tokens

ccmux AGENTS.md

Instructions for max-listov/ccmux: Read CLAUDE.md in this repository root before making any change. It is the single source of truth for working here — repository conventions, what must never be published, the order in which work is finished, committed and released, and the runtime rules (Bun, never Node/npm).

max-listov/ccmux · 163 tokens

claude-code-statusline AGENTS.md

Instructions for rz1989s/claude-code-statusline, covering claude-code-statusline, project status, essential commands, configuration testing via env overrides and cache management.

rz1989s/claude-code-statusline · 2,337 tokens