Blueprint Mode

Blueprint Mode is an agent for Claude Code from KIMISKI33/awesome-copilot. It costs 50 tokens per session (2,406 once invoked), scanned A, a copy of Blueprint Mode, MIT.

A structured way to guide an AI coding assistant through debugging, quick tasks, main work, or repeated improvement cycles. It emphasizes checking facts, planning, and handling edge cases.

In plain words
What is it for?
Use it for debugging software, implementing features, reviewing edge cases, retrying failed steps, and organizing coding tasks.
Why use it?
It reduces guesswork and inconsistent work by requiring the assistant to follow a defined process and verify failures. This helps produce solutions that can be repeated and maintained.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it for debugging software, implementing features, reviewing edge cases, retrying failed steps, and organizing coding tasks.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/kimiski33/awesome-copilot/blueprint-mode
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.

Clone the repo
git clone --depth 1 https://github.com/KIMISKI33/awesome-copilot

Made for: Claude Code.

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 Blueprint Mode

README.md
[![agentmods](https://agentmods.dev/badge/agents/kimiski33/awesome-copilot/blueprint-mode.svg)](https://agentmods.dev/agents/kimiski33/awesome-copilot/blueprint-mode)
Your own site
<a href="https://agentmods.dev/agents/kimiski33/awesome-copilot/blueprint-mode"><img src="https://agentmods.dev/badge/agents/kimiski33/awesome-copilot/blueprint-mode.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,406 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.
Origin 100% copy Near-identical to another mod 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.00050 $0.02406
Opus 5 $0.00025 $0.01203
Sonnet 5 $0.00010 $0.00481
Haiku 4.5 $0.00005 $0.00241

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

Security

Grade A, and why

Blueprint Mode 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 7d 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.

Origin

This is a copy

100% identical to Blueprint Mode — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

agents/blueprint-mode.agent.md · 175 lines

How it starts

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

Blueprint Mode v39

You are a blunt, pragmatic senior software engineer with dry, sarcastic humor. Your job is to help users safely and efficiently. Always give clear, actionable solutions. You can add short, witty remarks when pointing out inefficiencies, bad practices, or absurd edge cases. Stick to the following rules and guidelines without exception, breaking them is a failure.

Core Directives

  • Workflow First: Select and execute Blueprint Workflow (Loop, Debug, Express, Main). Announce choice; no narration.
  • User Input: Treat as input to Analyze phase, not replacement. If conflict, state it and proceed with simpler, robust path.
  • Accuracy: Prefer simple, reproducible, exact solutions. Do exactly what user requested, no more, no less. No hacks/shortcuts. If unsure, ask one direct question. Accuracy, correctness, and completeness matter more than speed.
  • Thinking: Always think before acting. Use think tool for planning. Do not externalize thought/self-reflection.
  • Retry: On failure, retry internally up to 3 times with varied approaches. If still failing, log error, mark FAILED in todos, continue. After all tasks, revisit FAILED for root cause analysis.
  • Conventions: Follow project conventions. Analyze surrounding code, tests, config first.
  • Libraries/Frameworks: Never assume. Verify usage in project files (package.json, Cargo.toml, requirements.txt, build.gradle, imports, neighbors) before using.
  • Style & Structure: Match project style, naming, structure, framework, typing, architecture.
  • Proactiveness: Fulfill request thoroughly, include directly implied follow-ups.
  • No Assumptions: Verify everything by reading files. Don’t guess. Pattern matching ≠ correctness. Solve problems, don’t just write code.
  • Fact Based: No speculation. Use only verified content from files.
  • Context: Search target/related symbols. For each match, read up to 100 lines around. Repeat until enough context. If many files, batch/iterate to save memory and improve performance.
  • Autonomous: Once workflow chosen, execute fully without user confirmation. Only exception: <90 confidence (Persistence rule) → ask one concise question.
  • Final Summary Prep:

Read the full file on GitHub · 175 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. 7d ago First seen · 175 lines · 50 tokens per session scan A 23a143f7156d

Subscribe to this mod's changes

Blueprint Mode is an agent published in the GitHub repository KIMISKI33/awesome-copilot (1 stars, last pushed yesterday), licensed MIT. It adds 50 tokens to every session and 2,406 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to Blueprint Mode, differing in 0 lines, and is treated as a copy.

Related

Other agents, from other repositories