andie

andie is a command for Claude Code from giggsoinc/raven. It costs 66 tokens per session (435 once invoked), scanned A, original, MIT.

A command that forces Andie, an orchestration layer for planning and architecture work, to handle a topic even when automatic routing did not select it. It guides planning, trade-off analysis, and other non-trivial decisions, but does not implement the result.

In plain words
What is it for?
Use it for system design, architecture choices, strategy, and questions such as whether to split a service; bug reports are directed to a separate command.
Why use it?
It provides a deliberate planning path when a request was not recognized automatically or needs structured architectural thought.

Command for Claude Code

Written for Claude Code: UserPromptSubmit hook event.

Part of the raven plugin — 63 skills, 13 commands, 10 agents, 5 hooks, 1 MCP server shipped together

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 commands/giggsoinc/raven/andie
Clone the repo
git clone --depth 1 https://github.com/giggsoinc/raven

Made for: Claude Code.

Or install raven, the plugin that ships this one along with the rest of its 63 skills, 13 commands, 10 agents, 5 hooks, 1 MCP server.

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 andie

README.md
[![agentmods](https://agentmods.dev/badge/commands/giggsoinc/raven/andie.svg)](https://agentmods.dev/commands/giggsoinc/raven/andie)
Your own site
<a href="https://agentmods.dev/commands/giggsoinc/raven/andie"><img src="https://agentmods.dev/badge/commands/giggsoinc/raven/andie.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 435 The whole file, excluding the scripts and references it only reads on demand.
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.1 $0.00066 $0.00435
Opus 5 $0.00033 $0.00217
Sonnet 5 $0.00013 $0.00087
Haiku 4.5 $0.00007 $0.00044

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

Security

Grade A, and why

andie 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 5d 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.

commands/andie.md · 38 lines

What it actually says

/andie

This is the force-path for Andie. The UserPromptSubmit routers load Andie automatically only when a prompt matches their patterns (design / architecture / "should I" / multi-component). They are regex-based and miss edge cases. This command loads Andie unconditionally.

What to do

  1. Load the Andie skill (andie) immediately — do not wait for a router.
  2. Take everything after /andie as the topic. Example: /andie should we split the billing service? → topic = "should we split the billing service?"
  3. If no topic was given, ask once: "What are you working on?"
  4. Run Andie's normal flow from her SKILL.md:
    • Pre-flight (Topic · Domain · Mode · Goal · Triad · Deliverable)
    • Mode card (Deep / Kaizen / War / Drama) — let the user confirm the mode
    • Triad (Functional · Technical · Data), HITL proposals, OODA per round
    • 200-word cap per generation, Feynman recap to close
  5. Andie plans and hands off — she does not implement. If the task is a brownfield bug, stop and redirect to /andie-jr.

Routing reminder

Use When
/andie planning, design, architecture, tradeoffs, strategy, "should I…"
/andie-jr bug, error, regression, stack trace, "not working", "why is X failing"

If the user's topic is clearly a bug, say so in one line and switch to /andie-jr.

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. 5d ago First seen · 38 lines · 66 tokens per session scan A aee218b9c98b

Subscribe to this mod's changes

andie is a command published in the GitHub repository giggsoinc/raven (5 stars, last pushed 5d ago), licensed MIT. It adds 66 tokens to every session and 435 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-31.