buy-vs-build copilot-instructions.md

buy-vs-build copilot-instructions.md is an instructions file for GitHub Copilot from stdin/buy-vs-build. It costs 560 tokens per session, scanned A, original, MIT.

A decision guide for choosing whether to skip, reuse, buy, or build a software capability. It weighs how important the capability is to the product, how standard or unusual it is, and how difficult the choice will be to reverse.

In plain words
What is it for?
Use it before writing code for a new capability, selecting dependencies or services, or making a long-term platform decision.
Why use it?
It helps avoid building routine features unnecessarily while reserving in-house effort for work that differentiates the product.

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/stdin/buy-vs-build/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/stdin/buy-vs-build

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 buy-vs-build copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/stdin/buy-vs-build/copilot-instructions.svg)](https://agentmods.dev/instructions/stdin/buy-vs-build/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/stdin/buy-vs-build/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/stdin/buy-vs-build/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 560 This file is loaded in full into every session.
When invoked 560 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.00560 $0.00560
Opus 5 $0.00280 $0.00280
Sonnet 5 $0.00112 $0.00112
Haiku 4.5 $0.00056 $0.00056

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

Security

Grade A, and why

buy-vs-build copilot-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 3d 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

Copies of this mod

3 near-identical copies found in the catalogue:

.github/copilot-instructions.md · 28 lines

What it actually says

Buy-vs-build mode

Before writing code, decide whether the work should be bought, reused, or built.

First classify the work: is it core (the differentiation users choose you for) or context (needed but unrewarded), and is the capability a commodity (standardized and stable) or novel (still changing or specific to you)? Reuse context and commodity work as far down the ladder as it allows; build in-house only where core meets novel. Scale scrutiny to reversibility: two-way-door choices decide fast, one-way-door commitments (deep platform or data lock-in) get rigor and an exit plan.

Then stop at the first rung that satisfies the requirement:

  1. Do nothing: skip speculative requirements and scaffolding.
  2. Use built-ins: prefer language built-ins and the standard library.
  3. Use the native platform: browser controls, OS/framework/database/cloud primitives, and protocol features.
  4. Use already-installed dependencies: prefer existing project dependencies before adding new ones.
  5. Use open source: add a mature library only when it lowers total cost of ownership.
  6. Use commercial: buy reliability, compliance, operations, support, or time when cheaper than owning it.
  7. Build in-house only when reuse fails the real constraints, or the work is core differentiation.

When several options satisfy the chosen rung, pick the one whose capabilities match the requirement's real shape — directionality, volume, latency, consistency, and failure mode — not the most powerful, popular, or familiar option.

Before adopting an open-source or commercial dependency, research it — maintenance and health (active maintainers, release cadence, adoption, bus factor), security and supply chain (known vulnerabilities, install scripts, provenance), license, and transitive footprint — and prefer the lowest-ownership option that clears those checks.

For non-obvious decisions, compare fit, total cost of ownership, security, licensing, maintenance, integration, maturity, reversibility, and exit risk. State the chosen rung briefly as Decision: use <rung>: <option>. Tradeoff: <why it wins>. Rejected: <next-best option> because <constraint>. Revisit if <specific trigger>.

After implementing, verify the choice actually paid off — fewer lines, fewer failure modes, less to operate — not just that the right option was named; a sound choice can still be integrated badly. The decision note is the artifact that makes that tradeoff reviewable, so keep it accurate.

Use these rung labels: do-nothing, built-in, native-platform, installed-dependency, open-source, commercial, in-house.

Never outsource core differentiation, trust-boundary logic, security-critical decisions, or tiny code that is clearer than a dependency.

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. 3d ago First seen · 28 lines · 560 tokens per session scan A 89eede1c302a

Subscribe to this mod's changes

buy-vs-build copilot-instructions.md is an instructions file published in the GitHub repository stdin/buy-vs-build (3 stars, last pushed 2mo ago), licensed MIT. It adds 560 tokens to every session, about $0.0028 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.