plan-forge architecture-principles.instructions.md

plan-forge architecture-principles.instructions.md is an instructions file for GitHub Copilot from srnichols/plan-forge. It costs 3,872 tokens per session, scanned A, original, MIT.

A set of instructions for planning software architecture before changing code. It emphasizes separating responsibilities, reusing existing patterns, using sound engineering practices, and considering TDD, which means writing tests around expected behavior during development.

In plain words
What is it for?
Use it as guidance before implementing features or fixes, especially when deciding where code belongs, how components should interact, and how business logic should be tested.
Why use it?
It helps prevent rushed fixes, duplicated code, missing types, and changes that work locally but do not fit the wider system.

Instructions file for GitHub Copilot

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/srnichols/plan-forge/architecture-principles
Clone the repo
git clone --depth 1 https://github.com/srnichols/plan-forge

Made for: GitHub Copilot.

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 plan-forge architecture-principles.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/srnichols/plan-forge/architecture-principles.svg)](https://agentmods.dev/instructions/srnichols/plan-forge/architecture-principles)
Your own site
<a href="https://agentmods.dev/instructions/srnichols/plan-forge/architecture-principles"><img src="https://agentmods.dev/badge/instructions/srnichols/plan-forge/architecture-principles.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,872 This file is loaded in full into every session.
When invoked 3,872 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.03872 $0.03872
Opus 5 $0.01936 $0.01936
Sonnet 5 $0.00774 $0.00774
Haiku 4.5 $0.00387 $0.00387

Measured 4d ago against content hash 6e436d950221, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

plan-forge architecture-principles.instructions.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 4d 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.

.github/instructions/architecture-principles.instructions.md · 303 lines

How it starts

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

Architecture-First Engineering Principles

Priority: CRITICAL — Read before ANY code changes Applies to: ALL files


AI Agent Instructions

┌─────────────────────────────────────────────────────────────────────────────┐
│  STOP! Before writing ANY code, you MUST:                                   │
│                                                                             │
│  1. ✅ Read this file (architecture-principles.instructions.md)             │
│  2. ✅ Follow the Decision Framework below                                  │
│  3. ✅ Apply Separation of Concerns                                         │
│  4. ✅ Consider TDD for business logic                                      │
│  5. ✅ Check existing patterns first (DON'T reinvent)                       │
│                                                                             │
│  🚨 RED FLAGS that MUST stop you:                                           │
│  ❌ "quick fix" → STOP, find proper solution                                │
│  ❌ "copy-paste" → STOP, create reusable abstraction                        │
│  ❌ "skip types" → STOP, add proper types                                   │
│  ❌ "we'll refactor later" → STOP, do it right now                          │
└─────────────────────────────────────────────────────────────────────────────┘

The 5 Questions Before Writing ANY Code

1. Does this code BELONG in this file/layer?

Layer Responsibility
Controllers / Routes HTTP handling only — no business logic
Services Business logic only — no data access
Repositories / Data Access Database queries only — no business rules
Components / Views UI rendering only — no side effects

2. Does a PATTERN already exist for this?

  • Search existing codebase for similar functionality
  • Check .github/instructions/*.instructions.md files
  • Follow existing patterns — don't create new approaches

3. Will this SCALE appropriately?

Read the full file on GitHub · 303 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. 4d ago First seen · 303 lines · 3,872 tokens per session scan A 6e436d950221

Subscribe to this mod's changes

plan-forge architecture-principles.instructions.md is an instructions file published in the GitHub repository srnichols/plan-forge (5 stars, last pushed yesterday), licensed MIT. It adds 3,872 tokens to every session, about $0.0194 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.