claude-workflow CLAUDE.md

Claude Code instructions for fullstacktard/claude-workflow, covering claude.md, feature registry - must update, slash commands - template directory required, key reference guides and backlog task implementation.

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/fullstacktard/claude-workflow/claude-md
Clone the repo
git clone --depth 1 https://github.com/fullstacktard/claude-workflow
Per session 1,645 This file is loaded in full into every session.
When invoked 1,645 The same file — it is already loaded in full.
Security scan C 1 finding. 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.01645 $0.01645
Opus 5 $0.00822 $0.00822
Sonnet 5 $0.00329 $0.00329
Haiku 4.5 $0.00164 $0.00164

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

Security

Grade C, and why

claude-workflow CLAUDE.md scanned grade C with 1 finding 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 today.

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.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

<!-- Add your project-specific instructions below this line. This section will be PRESERVED when running "claude-workflow init" or "update". -->
CLAUDE.md · 188 lines

How it starts

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

CLAUDE.md

FEATURE REGISTRY - MUST UPDATE

When adding, removing, or renaming commands, workflows, agents, or skills:

  1. Update config/product-config.json (monorepo root — the source of truth)
  2. Run npm run generate:features to regenerate src/lib/generated/feature-groups-data.ts
  3. Rebuild: npm run build

The generator script reads from the root config/product-config.json, NOT the package-level copy.

SLASH COMMANDS - TEMPLATE DIRECTORY REQUIRED

Slash commands (.claude/commands/*.md) must exist in src/templates/.claude/commands/ to be distributed to user projects. The build copies src/dist/, and claude-workflow update copies from dist/templates/ to the target project.

  • Source of truth for distribution: src/templates/.claude/commands/
  • Local dev copy: .claude/commands/ (used by this repo only)
  • When adding a new command, place it in both locations
  • If a command only exists in .claude/commands/ it will NOT reach end-user projects via init or update

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

KEY REFERENCE GUIDES

  • .claude/backlog-reference.md - All task management CLI commands
  • .claude/testing-setup.md - Test configuration and commands

BACKLOG TASK IMPLEMENTATION

When implementing a task from backlog/tasks/, you MUST use the agent specified in the task's Assigned Agent field. The task-maker selects the appropriate agent based on the work involved—do not override this assignment.

Task(subagent_type="backend-engineer", prompt="Implement task-123: ...")
Task(subagent_type="frontend-engineer", prompt="Implement task-456: ...")

Read the full file on GitHub · 188 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. today First seen · 188 lines · 1,645 tokens per session scan C 4bcbb75e1008

Subscribe to this mod's changes

claude-workflow CLAUDE.md is an instructions file published in the GitHub repository fullstacktard/claude-workflow (14 stars, last pushed 5mo ago), licensed MIT. It adds 1,645 tokens to every session, about $0.0082 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-01.

Related

Other instructions, from other repositories

planning-with-files AGENTS.md

AGENTS.md instructions for OthmanAdi/planning-with-files, covering agents.md — planning-with-files agent reference card, commit rules, release checklist (12 steps), version bump scope and changelog format.

OthmanAdi/planning-with-files · 2,236 tokens

DevoxxGenieIDEAPlugin GEMINI.md

Instructions for devoxx/DevoxxGenieIDEAPlugin, a project described as: DevoxxGenie is an agentic plugin for IntelliJ IDEA that uses local LLM's (Ollama, LMStudio, GPT4All, Jan and Llama.cpp) and Cloud based LLMs to help review, test, explain your project code. Latest version now also supports Spec Driven Development…

devoxx/DevoxxGenieIDEAPlugin · 257 tokens

autoharness AGENTS.md

Instructions for tigerless-labs/autoharness: This repo uses Open Knowledge — collaborative markdown via MCP. .open-knowledge/config.yml (with optional /.open-knowledge/config.yml; CLI/env may override) is the path contract: content.dir is the root for relative paths; content.include lists globs that add markdown…

tigerless-labs/autoharness · 2,201 tokens

squarebox CLAUDE.md

Instructions for SquareWaveSystems/squarebox, covering claude.md, agent skills, issue tracker, triage labels and domain docs.

SquareWaveSystems/squarebox · 1,772 tokens

mcpelevator CLAUDE.md

Instructions for pacnpal/mcpelevator, covering commands, architecture, conventions, agent skills and issue tracker.

pacnpal/mcpelevator · 2,626 tokens

clawchat-plugin-connect AGENTS.md

Instructions for XMethues/clawchat-plugin-connect, covering agent skills, issue tracker, triage labels and domain docs.

XMethues/clawchat-plugin-connect · 715 tokens