agent-kanban-harness: Instructions file for Claude Code

CLAUDE.md

agent-kanban-harness CLAUDE.md is an instructions file for Claude Code from Zakedu/agent-kanban-harness. It costs 2,323 tokens per session, scanned A, original, MIT.

Repository instructions for agent-kanban-harness, a Korean-language operations and development system with a kanban board, multiple agents, incident guides, monitoring loops, and deployment checks. It runs beside an application repository and operates that repository.

In plain words
What is it for?
Use them to operate the kanban server, configure repositories, manage agents and incident playbooks, run monitoring detectors, and follow the project’s Korean-language communication rules.
Why use it?
They clarify the harness boundaries, required response language, project layout, and roles of its server, agents, detectors, and playbooks.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions CLAUDE.md; mentions subagents; mentions Claude Code.

This is Zakedu/agent-kanban-harness's own configuration. It tells Claude Code how to work on agent-kanban-harness itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything agent-kanban-harness configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Zakedu/agent-kanban-harness. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Zakedu/agent-kanban-harness/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/Zakedu/agent-kanban-harness

Made for: Claude Code.

Wrote 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.

agentmods badge for agent-kanban-harness CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/zakedu/agent-kanban-harness/claude-md/github.svg)](https://agentmods.dev/instructions/zakedu/agent-kanban-harness/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/zakedu/agent-kanban-harness/claude-md"><img src="https://agentmods.dev/badge/instructions/zakedu/agent-kanban-harness/claude-md/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for agent-kanban-harness CLAUDE.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/zakedu/agent-kanban-harness/claude-md"><img src="https://agentmods.dev/badge/instructions/zakedu/agent-kanban-harness/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 2,323 This file is loaded in full into every session.
When invoked 2,323 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.02323 $0.02323
Opus 5 $0.01162 $0.01162
Sonnet 5 $0.00465 $0.00465
Haiku 4.5 $0.00232 $0.00232

Measured 10d ago against content hash 69d0521827a0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

agent-kanban-harness 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 10d 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.

CLAUDE.md · 108 lines

How it starts

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

agent-kanban-harness — 운영 규칙

이 repo는 kanban board + multi-agent (Claude + Codex) ops/dev harness입니다. REST API가 있는 kanban server, orchestrator와 specialist agents, incident playbooks, 24h watch/detect loop, subagent runner, pre-deploy gate로 구성됩니다. 애플리케이션 repo(config.js → repoPath) 옆에서 실행되며 그 repo를 운전합니다. 애플리케이션 코드를 이 repo에 포함하지 않습니다.

응답 언어 — MUST FOLLOW

이 하네스는 한국어 사용자(AI 하네스 6주 완주반 학생·강사)를 대상으로 한다. Claude Code, Codex 등 어떤 에이전트 CLI 로 작업하든 사용자에게 보이는 모든 응답·안내·질문·보고는 한국어로 작성한다. 코드 주석과 git 커밋 메시지는 영어를 써도 되지만, 사람에게 말하는 출력은 한국어를 기본으로 한다.

Layout

Path Purpose
server/kanban.cjs Kanban dashboard + REST API + SSE. npm start.
ui/ dashboard HTML + token CSS.
agents/*.md Agent definitions. frontmatter(name, mission, runner, owns, …) + body. 새 agent는 _TEMPLATE.md를 복사.
playbooks/*.html 1페이지 incident runbooks. 새 runbook은 _TEMPLATE.html에서 시작.
lib/config.cjs Config loader. config.js 또는 config.example.js, .env, env override를 읽음.
lib/watch/scheduler.cjs 24h watch loop. detector 실행 후 finding을 task로 바꿈.
lib/detect/* Monitoring detectors(sentry, vercel, _template) + rules.json.
lib/runner/* Subagent runner. claude / codex / both / reviewer:* adapters, git worktrees, budget.
lib/gate/index.cjs Pre-deploy gate. config.js → deployCommands를 fail-fast로 실행.
hooks/ pre-push.sample(gate를 git hook으로 설치), launchd.plist.template(24h daemon, comment에 cron line 포함).
skills/ 재사용 Claude Code skill stubs. /standup, /triage, /gate, /archive.
docs/ the-pattern.md(왜), adapting-to-your-project.md(어떻게), example-saas.md(worked case study).
config.example.js / config.js Per-project config. example을 config.js로 복사하며 config.js는 gitignored.
.env.example / .env Tokens(Slack / Sentry / Vercel / Telegram / …). .env는 절대 commit하지 않음.

운영 스레드 (Telegram mirror)

dashboard 오른쪽 패널은 operator와 agents가 함께 쓰는 append-only thread입니다. .envTELEGRAM_BOT_TOKEN + TELEGRAM_CHAT_ID가 있으면 Telegram chat과 양방향으로 미러링합니다. outbound는 sendMessage, inbound는 long-poll getUpdates를 씁니다.

Read the full file on GitHub · 108 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. 10d ago First seen · 108 lines · 2,323 tokens per session scan A 69d0521827a0

Subscribe to this mod's changes

agent-kanban-harness CLAUDE.md is an instructions file published in the GitHub repository Zakedu/agent-kanban-harness (2 stars, last pushed 2mo ago), licensed MIT. It adds 2,323 tokens to every session, about $0.0116 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

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,153 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens