dev-crew CLAUDE.md

A set of project instructions for coordinating Claude Code, Codex, planning, reviews, and test-driven development, or TDD, where tests guide the implementation.

In plain words
What is it for?
It guides plan review, synchronization, architecture checks, RED/GREEN TDD work, refactoring, code review, session-ID handling, and orchestration.
Why use it?
It records when reviews happen, how plans move into execution, and how work is divided between coding agents, reducing uncertainty in a multi-step workflow.

Instructions file

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/morodomi/dev-crew/claude-md
Clone the repo
git clone --depth 1 https://github.com/morodomi/dev-crew
Per session 953 This file is loaded in full into every session.
When invoked 953 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.00953 $0.00953
Opus 5 $0.00477 $0.00477
Sonnet 5 $0.00191 $0.00191
Haiku 4.5 $0.00095 $0.00095

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

Security

Grade A, and why

dev-crew 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 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.

CLAUDE.md · 62 lines

How it starts

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

@AGENTS.md

dev-crew (Claude Code Extensions)

Claude Code Integration

  • plan mode: spec + design consolidated in plan file
  • /compact: PreCompact hook (scripts/hooks/pre-compact.sh) persists phase summary before compaction

Auto-orchestrate after plan approve (Post-Approve Action): plan review(Claude + Codex)は承認前(plan mode 内、spec Step 8)で完了済み。plan approve後は /orchestrate を起動する。orchestrate が sync-plan(転記)→ architect(転記後検証)→ TDDサイクルを全て管理する。

Codex Integration

Codex が利用可能な場合、Plan Review と Code Review は常時 competitive に実行。RED/GREEN の委譲は codex_mode (full/no) で制御。REFACTOR は Claude が主担当(Codex fallback)。REVIEW は Claude + Codex competitive。詳細は CONSTITUTION.md 参照。

# plan review は承認前(spec Step 8、plan mode 内、read-only sandbox)で実行。
# session ID は plan の Plan Review Record 経由で sync-plan が Cycle doc frontmatter
# codex_session_id へ転記する(orchestrate 自身は取得しない)
codex exec --sandbox read-only "review plan <planファイルパス>"

# RED/GREEN/REVIEW 委譲(codex_session_id があれば resume <session-id>、なければ resume --last)
codex exec resume <session-id> --full-auto "red docs/cycles/xxx.md"
codex exec resume <session-id> --full-auto "green docs/cycles/xxx.md"
codex exec resume <session-id> --full-auto "review code docs/cycles/xxx.md"

Codex 不在時は Claude fallback(既存スキルそのまま)。

Skills

Available skills (28 total): spec, red, green, refactor, review, commit, orchestrate, diagnose, onboard, sync-skills, skill-maker, cycle-retrospective, codify-insight, learn, evolve, security-scan, attack-report, context-review, generate-e2e, security-audit, php-quality, python-quality, ts-quality, js-quality, flask-quality, flutter-quality, hugo-quality, careful

  • cycle-retrospective: TDD サイクル末尾で失敗-成功ペアを抽出する advisory スキル (「retrospective」「振り返り」で起動)
  • codify-insight: retrospective insights を既定では自動 triage し、skill 候補/低確信時のみ確認する decide gate (「codify」「codify-insight」で起動)

Token Optimization

Phase-boundary compaction:

  • Phase output persisted to Cycle doc before compaction
  • Context restored from files, not conversation history
  • plan review (承認前) → plan approve → compact + accept edits on → auto-orchestrate

Read the full file on GitHub · 62 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 · 62 lines · 953 tokens per session scan A a9d5af1146d3

Subscribe to this mod's changes

dev-crew CLAUDE.md is an instructions file published in the GitHub repository morodomi/dev-crew (1 stars, last pushed 4d ago), licensed MIT. It adds 953 tokens to every session, about $0.0048 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.