specwright AGENTS.md

Repository instructions for working on specwright, a markdown-and-shell toolkit for change-driven software work. They define its workflow, conventions, host commands, and verification points.

In plain words
What is it for?
Proposing and implementing features, reading the relevant change documents, following repository conventions, and reporting what was or was not verified.
Why use it?
They tell coding agents when to use change artifacts, when direct edits are acceptable, and when tests or other checks should run.

Instructions file for CodexOpenCode

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/ribeirogab/specwright/agents-md
Clone the repo
git clone --depth 1 https://github.com/ribeirogab/specwright

Made for: Codex, OpenCode.

Per session 819 This file is loaded in full into every session.
When invoked 819 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.00819 $0.00819
Opus 5 $0.00409 $0.00409
Sonnet 5 $0.00164 $0.00164
Haiku 4.5 $0.00082 $0.00082

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

Security

Grade A, and why

specwright AGENTS.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.

AGENTS.md · 78 lines

How it starts

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

specwright — Agent Instructions

Instructions for AI coding assistants and developers working on the specwright codebase.

Never give up on the right solution.

This repo builds and ships specwright (a markdown + shell skill repo, no build pipeline) and dogfoods its own workflow.

specwright

This repository uses specwright for change-driven work. The vault is .specwright/: changes in changes/, deliveries in deliveries/. Project conventions are the repository's own — see ## Conventions below.

  • For feature work, suggest /sw:propose to the user instead of starting the workflow yourself. Do not implement a feature without offering it first.
  • While a change is in progress, read its proposal.md and tasks.md before touching the code it covers.
  • A trivial change needs no artifacts. Edit the code directly.
  • Verification — tests, lint, typecheck, build — runs at the implement or ship step, or when the user asks for it. After a direct edit outside the workflow, stop and report what changed and what was left unverified; do not run gates on your own initiative.

Host surfaces: /sw:* in Claude Code, $sw:* in Codex. Host permissions and sandbox policy remain authoritative; nothing here grants permission to write files, run commands, create branches, commit, push, or reach a network service.

The ladder

Four steps, each its own command, each stopping and naming the next:

propose → plan → implement → review

ship runs all four without stopping and records its decisions in proposal.md. delivery decomposes a large outcome and conducts one owner per change. archive runs after you merge — the one step no ladder command can reach, because merging is never the agent's call.

A change carries proposal.md (why, AC-N, decisions) and tasks.md (the checklist and the execution state), plus design.md (architecture) whenever tasks.md declares a scope: above low. Those files are written to be executed by an agent with no memory of the conversation that produced them — that constraint is what makes model-switching and cross-session handoff work, and it is enforced by plugins/sw/scripts/validate-change.sh.

Read the full file on GitHub · 78 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 · 78 lines · 819 tokens per session scan A 5f567e490a87

Subscribe to this mod's changes

specwright AGENTS.md is an instructions file published in the GitHub repository ribeirogab/specwright (3 stars, last pushed 24d ago), licensed MIT. It adds 819 tokens to every session, about $0.0041 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.

Related

Other instructions, from other repositories

spec-manager CLAUDE.md

Instructions for loki-ai-ch/spec-manager, covering claude.md, spec-driven development — no vibe coding, build & test commands, architecture and source layout.

loki-ai-ch/spec-manager · 1,101 tokens

spec-manager AGENTS.md

Instructions for loki-ai-ch/spec-manager, covering spec-manager workflow capsule, mandatory workflow and common commands.

loki-ai-ch/spec-manager · 602 tokens

zen-agent-skills AGENTS.md

AGENTS.md instructions for hams-ollo/zen-agent-skills, covering agents.md: rules for the zen agent skills repository, 0. agent reading protocol (read this first), 1. what this repository is, 2. layout and 3. work altitude model and lifecycle.

hams-ollo/zen-agent-skills · 5,827 tokens

zen-agent-skills CLAUDE.md

Claude Code instructions for hams-ollo/zen-agent-skills: Claude Code loads this file automatically, so it stays in place as a redirect. The canonical rules for every AI agent working in this repository live in AGENTS.md. Read that file, not this one.

hams-ollo/zen-agent-skills · 55 tokens

sofagent GEMINI.md

Instructions for KongFangXun/sofagent, covering gemini.md · sofagent gemini cli 适配(薄挂载), 会话开始时按序加载(四层加载链), 审计强制(平台无关) and 连接 mcp server.

KongFangXun/sofagent · 464 tokens

clawock AGENTS.md

Instructions for KCNyu/clawock, covering agents.md - your workspace, every session, kcn 偏好, git hook (one-time setup per clone) and git auto-commit rules.

KCNyu/clawock · 2,140 tokens