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/touheedcode/claude-dev-workflow/claude-mdgit clone --depth 1 https://github.com/TouheedCode/claude-dev-workflowWhat 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 | $0.00461 | $0.00461 |
| Opus 5 | $0.00230 | $0.00230 |
| Sonnet 5 | $0.00092 | $0.00092 |
| Haiku 4.5 | $0.00046 | $0.00046 |
Grade A, and why
claude-dev-workflow 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.
What it actually says
claude-dev-workflow
A structured 7-phase AI-assisted development workflow for Claude Code.
What This Is
An open-source starter kit that gives developers a repeatable, phased workflow for building full-stack features with Claude Code. Instead of ad-hoc prompting, you get a structured pipeline with quality gates at every step.
Getting Started
cd starter
npm install
docker compose up -d
Then open Claude Code and run /prd to start your first feature.
Project Structure
claude-dev-workflow/
├── .claude/
│ ├── commands/ # 9 slash commands (your workflow interface)
│ ├── agents/ # 7 phase-specific agents
│ └── skills/ # 9 tech-specific knowledge bases
├── starter/ # Monorepo template (Next.js + NestJS)
│ ├── apps/web/ # Next.js 14 frontend
│ ├── apps/api/ # NestJS backend
│ └── libs/shared/ # Shared TypeScript types
├── docs/ # Workflow documentation
└── README.md
Commands
| Command | Purpose |
|---|---|
/prd |
Generate a Product Requirements Document |
/story |
Create user story with BDD scenarios |
/phased-plan |
Map story to 7-phase plan |
/implement Phase N |
Execute a specific phase |
/validate Phase N |
Quality gate check |
/commit |
Conventional commit for the phase |
/pr |
Create PR with phase breakdown |
/progress |
Check progress |
/retro |
Retrospective from git history |
Tech Stack
| Layer | Technology |
|---|---|
| Frontend | Next.js 14, TanStack Query, Zustand, Tailwind CSS |
| Mocking | MSW (Mock Service Worker) |
| Backend | NestJS, Drizzle ORM |
| Database | PostgreSQL 16 (Docker Compose) |
| Testing | Vitest, Testing Library, Testcontainers, Supertest |
| Build | Turborepo, TypeScript |
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 · 59 lines · 461 tokens per session scan A a237f8437331
claude-dev-workflow CLAUDE.md is an instructions file published in the GitHub repository TouheedCode/claude-dev-workflow (2 stars, last pushed 3d ago), licensed MIT. It adds 461 tokens to every session, about $0.0023 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.
Other instructions, from other repositories
truthmark AGENTS.md
Instructions for merlinhu1/truthmark, covering authority, documentation scope, product boundary, rules and instruction surface boundary.
ai-auto-work CLAUDE.md
Claude Code instructions for chaohong-ai/ai-auto-work, covering gamemaker - ai native 游戏创作平台, 项目简介, ai 工作目录约定 and 按需加载(不默认装载).
ai-auto-work AGENTS.md
AGENTS.md instructions for chaohong-ai/ai-auto-work, covering gamemaker agent context, agent 专用上下文, 双模型协作架构 and 补充约定.
awesome-agentic-coding AGENTS.md
AGENTS.md instructions for Supersynergy/awesome-agentic-coding, covering agents.md, commands and repo rules.
AIWiki CLAUDE.md
Claude Code instructions for XuebinMa/AIWiki, covering claude.md — aiwiki 项目记忆, 这是什么, 每次动手前必读(按顺序), 写作 / 翻译用 skill(不要手搓流程) and 保持连贯的硬规则(防止跨会话的风格 / 内容漂移).
truthmark CLAUDE.md
Instructions for merlinhu1/truthmark, covering authority, documentation scope, product boundary, rules and instruction surface boundary.