agentboard AGENTS.md

A set of project instructions for AgentBoard, a task tracker for people and coding agents that stores tasks in Markdown files. It explains how agents should find projects, choose tasks, read task details, and record progress.

In plain words
What is it for?
Use it to start work on AgentBoard tasks, find the next task, read updates and subtasks, and log comments or progress during long work sessions.
Why use it?
It gives agents a consistent way to work with the task tracker, whether they use its tools or edit files directly. This reduces confusion and keeps task data in the same format.

Instructions file for CodexOpenCode

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/vladev0/agentboard/agents-md
Clone the repo
git clone --depth 1 https://github.com/Vladev0/agentboard

Made for: Codex, OpenCode.

Per session 4,236 This file is loaded in full into every session.
When invoked 4,236 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.04236 $0.04236
Opus 5 $0.02118 $0.02118
Sonnet 5 $0.00847 $0.00847
Haiku 4.5 $0.00424 $0.00424

Measured 2d ago against content hash 814b23a98603, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

agentboard AGENTS.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.

AGENTS.md · 290 lines

How it starts

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

AgentBoard — conventions for agents

AgentBoard is a task tracker for humans and AI agents, built on plain markdown files. There are two ways to work with tasks: MCP tools (the primary path) and direct file access (a fallback, if MCP isn't available). Both paths write the same format, so files stay consistent no matter which one you use.

Quick start for a new agent

  1. list_projects — if the list is empty, there's no project yet: create_project(name, key?), then create_task for the first tasks. If projects already exist, pick one by slug.
  2. get_next_task(project) — don't read the whole task list, just ask what to do.
  3. For the task returned — get_task(project, id) to see the full description, updates, comments, and subtasks before starting work.
  4. Work (see the tool table below), logging updates/comments as you go.
  5. Planning to work in cycles/iterations without a human in the loop each time? See "Protocol for long loop/cycle sessions" below — it's written for exactly that case.

Three different kinds of entries on a task — don't confuse them

Type Lives in When to use
Comment ## Comments Discussion, a clarifying question, a passing remark while working. Not versioned.
Update (big) ## Updates, versions vN A deliberate checkpoint: the task's substance (its description) was rewritten after work/discussion led somewhere. Requires a summary of "what and why." Versioned, shown in the UI as the task's main evolution history.
Activity ## Activity Routine technical bookkeeping: status changes, priority/field changes. Generated automatically, not versioned, collapsed in the UI by default.

Practical rule: if you're just replying or clarifying, that's a comment (add_comment). If the task's actual substance changes as a result of the discussion, that's an update (update_description with a required summary). Never log an "update" without an actual description change — that's what comments are for.

Read the full file on GitHub · 290 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. 2d ago First seen · 290 lines · 4,236 tokens per session scan A 814b23a98603

Subscribe to this mod's changes

agentboard AGENTS.md is an instructions file published in the GitHub repository Vladev0/agentboard (1 stars, last pushed 1mo ago), licensed MIT. It adds 4,236 tokens to every session, about $0.0212 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.