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.
npx agentmods add instructions/tranhieutt/software_development_department/claude-mdgit clone --depth 1 https://github.com/tranhieutt/software_development_departmentWrote 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.
[](https://agentmods.dev/instructions/tranhieutt/software_development_department/claude-md)<a href="https://agentmods.dev/instructions/tranhieutt/software_development_department/claude-md"><img src="https://agentmods.dev/badge/instructions/tranhieutt/software_development_department/claude-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.01052 | $0.01052 |
| Opus 5 | $0.00526 | $0.00526 |
| Sonnet 5 | $0.00210 | $0.00210 |
| Haiku 4.5 | $0.00105 | $0.00105 |
Grade A, and why
software_development_department CLAUDE.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 2d 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.
How it starts
The opening of the file, as written. The whole thing โ 75 lines โ stays where its author put it; the contents beside it link to each section on GitHub.
Claude Code Software Development Department
Software development managed through specialized Claude Code subagents. Each agent owns a specific domain, enforcing separation of concerns and quality.
๐จ CRITICAL RULES (Must obey on every turn)
- NO AUTOPILOT: Every task follows Question -> Options -> Decision -> Draft -> Approval.
- CONFIRM BEFORE PROACTIVE WRITES: If the agent decides to create/edit a file outside the explicitly requested scope, MUST ask "May I write this to [filepath]?". If the user explicitly named the file or
acceptEditsmode is active, skip the question. - NO COMMITS WITHOUT PERMISSION: Multi-file changes require explicit approval for the full changeset.
- GIT SNAPSHOT WARNING: The Internal Git status is a STALE SNAPSHOT! You MUST run
git statusorgit diffvia BashTool before making git operations or tracking git state. - SAFETY TIERS & RISK ASSESSMENT: Before editing code or executing commands, assign a Risk Tier (Low: reversible; Medium: shared code, needs rollback plan; High: destructive/prod, requires explicit approval).
- TOOL CONSTRAINTS (READ BEFORE WRITE/EDIT): You MUST read a file's contents before writing to or editing it. For edits, strictly adhere to string replacement uniqueness constraints.
- ANNOTATION PROTOCOL: When you discover unexpected API behavior, undocumented caveats, version bugs, or non-obvious workarounds โ immediately add a dated entry to
.claude/memory/annotations.mdvia/annotate. Do NOT wait to be asked. Knowledge that is not persisted is lost.
๐งญ Implicit Workflow Commands (Process Shields)
If the user invokes these short commands, or if the task context implies them, YOU MUST trigger the corresponding skill:
/plan: ALWAYS trigger theplanning-and-task-breakdownskill first for complex epics. Output an atomic markdown task checklist. Do NOT write code yet./spec: ALWAYS trigger thespec-driven-developmentskill before writing logic for a task. Secure explicit blueprint/architecture approval from the user./tdd: ALWAYS trigger thetest-driven-developmentskill when writing the source. Write failing tests, check CMD outputs (๐ด RED), implement, and pass (๐ข GREEN). Never claim success without terminal test logs./contextor/memory: ALWAYS trigger thecontext-engineeringskill. Diagnose context stuffing, optimize persistent vs episodic knowledge, and enforce the Research-Plan-Reset-Implement cycle usingmcp_supermemorytools./diagnose: ALWAYS trigger thediagnoseskill for complex, non-obvious failures. Use sequential Investigator -> Verifier -> Solver logic./vertical-slice: ALWAYS trigger thevertical-slicingskill when planning fullstack features. Divide work into functional end-to-end units./ui-spec: ALWAYS trigger theui-specskill. Transform PRDs and prototypes into rigorous technical UI specifications with state matrices.
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.
- 2d ago First seen ยท 75 lines ยท 1,052 tokens per session scan A 0fa8954500cc
software_development_department CLAUDE.md is an instructions file published in the GitHub repository tranhieutt/software_development_department (71 stars, last pushed 3mo ago), licensed MIT. It adds 1,052 tokens to every session, about $0.0053 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-09-03.
Other instructions, from other repositories
pudo-code-system copilot-instructions.md
Instructions for DongDuong2001/pudo-code-system, covering github copilot instructions, pudo workflow, repository shape, editing rules and verification.
pudo-code-system CLAUDE.md
Instructions for DongDuong2001/pudo-code-system, covering claude code instructions, required workflow, model-specific notes, claude fable 5 and repository references.
cinematic-ui CLAUDE.md
Instructions for akseolabs-seo/cinematic-ui, covering claude.md, purpose, read first, installation and cross-agent files.
pudo-code-system GEMINI.md
Instructions for DongDuong2001/pudo-code-system, covering gemini agent instructions and package stability & release guidelines.
pudo-code-system ai-agent-config.instructions.md
Instructions for DongDuong2001/pudo-code-system, a project described as: Modular, scalable, automated development intelligence.
pudo-code-system pudo-frontend.instructions.md
Instructions for DongDuong2001/pudo-code-system, covering frontend code guidelines, component changes, state management, testing and verification.