idd-skill idd-overview-appendix.instructions.md

idd-skill idd-overview-appendix.instructions.md is an instructions file for GitHub Copilot from kurone-kito/idd-skill. It costs 1,688 tokens per session, scanned C, original, MIT.

A reference guide for the IDD workflow, including timing rules, status summaries, and procedures for aborting or suspending work. IDD means issue-driven development, a process that links coding tasks to tracked issues and pull requests.

In plain words
What is it for?
Use it to look up policy constants, interpret live status digests, and follow the documented abort, hold, and suspension procedures.
Why use it?
It explains shared rules and prevents human-facing status comments from being mistaken for authoritative repository state.

Instructions file for GitHub Copilot

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/kurone-kito/idd-skill/idd-overview-appendix
Clone the repo
git clone --depth 1 https://github.com/kurone-kito/idd-skill

Made for: GitHub Copilot.

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 idd-skill idd-overview-appendix.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/kurone-kito/idd-skill/idd-overview-appendix.svg)](https://agentmods.dev/instructions/kurone-kito/idd-skill/idd-overview-appendix)
Your own site
<a href="https://agentmods.dev/instructions/kurone-kito/idd-skill/idd-overview-appendix"><img src="https://agentmods.dev/badge/instructions/kurone-kito/idd-skill/idd-overview-appendix.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,688 This file is loaded in full into every session.
When invoked 1,688 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.01688 $0.01688
Opus 5 $0.00844 $0.00844
Sonnet 5 $0.00338 $0.00338
Haiku 4.5 $0.00169 $0.00169

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

Security

Grade C, and why

idd-skill idd-overview-appendix.instructions.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 4d 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.

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.

<!-- idd-generated-from: idd-template/.github/instructions/idd-overview-appendix.instructions.md Generated by sync-docs. Edit the source above, then run `node scripts/sync-docs.mjs --apply`; do not edit this file. -->
.github/instructions/idd-overview-appendix.instructions.md · 156 lines

How it starts

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

IDD — Reference and Implementation Appendix

This appendix contains reference content, implementation details, and maintainer guidance for the IDD workflow. The core runtime definitions are in idd-overview-core.instructions.md.

Policy Constants

The distributed claim, advisory, CI, and critique-loop defaults are named in docs/policy-constants.md. Read that page before changing any timing or loop constant, and record local deviations in onboarding or repository docs so future sessions can find the selected policy values without scanning every phase file.

Live status digest

The optional live status digest is a human-facing issue or PR comment whose first line is <!-- idd-live-status: current -->. It summarizes phase, claim, branch, last-checked time, blockers, and next action. It is never an authority for IDD state transitions — decide from trusted operational markers and GitHub state. If multiple marked digests exist, preserve them, report the URLs, and choose none as authoritative in an unattended run. See docs/idd-comment-minimization.md for the contract and the optional node scripts/live-status-digest.mjs helper (convenience only).

Treat every digest create or edit as a GitHub side effect: re-validate the active claim first, write fields from the state just collected, and set Authoritative by to the evidence used. If the claim was lost, do not repair or update the digest.

On pull requests, a digest edit is still PR activity: do not edit a PR digest between a valid E1 review watermark and an intended F3 merge (it would perturb review-currency). Edit it only when leaving merge intent (returning to E1, routing F3 to F1/D4 as blocked, or a hold/stop) or after F3 has merged; the F3 awaiting-reviewer restart-F2 path skips digest edits for the same reason.

Read the full file on GitHub · 156 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. 4d ago First seen · 156 lines · 1,688 tokens per session scan C ca2bd3703e4f

Subscribe to this mod's changes

idd-skill idd-overview-appendix.instructions.md is an instructions file published in the GitHub repository kurone-kito/idd-skill (11 stars, last pushed 4d ago), licensed MIT. It adds 1,688 tokens to every session, about $0.0084 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-08-30.

Related

Other instructions, from other repositories

GRC-Mapping-Analyst GEMINI.md

Gemini CLI instructions for austinsonger/GRC-Mapping-Analyst, covering strm mapping — gemini cli context, purpose of this repository, when to perform strm mapping, working directory and saving completed mappings.

austinsonger/GRC-Mapping-Analyst · 2,025 tokens

GRC-Mapping-Analyst AGENTS.md

AGENTS.md instructions for austinsonger/GRC-Mapping-Analyst, covering strm mapping — agent instructions, repository purpose, project constraints (apply to all work), activating the strm skill (codex) and strm methodology quick reference.

austinsonger/GRC-Mapping-Analyst · 1,143 tokens

GRC-Mapping-Analyst copilot-instructions.md

Copilot instructions for austinsonger/GRC-Mapping-Analyst, covering github copilot instructions — strm mapping repository, core concepts, output files, file naming convention and strength score formula.

austinsonger/GRC-Mapping-Analyst · 932 tokens

AgentSkills copilot-instructions.md

Copilot instructions for jeremylongworth-source/AgentSkills: Use installed AgentSkills when a task matches a skill description. Read the matching SKILL.md before applying a specialist workflow.

jeremylongworth-source/AgentSkills · 79 tokens

supergraph AGENTS.md

Instructions for datit309/supergraph, covering supergraph — mandatory workflows, skills, auto language detection, tiered workflow — pick the right tier first and full pipeline (tier 3).

datit309/supergraph · 1,664 tokens

idd-framework AGENTS.md

AGENTS.md instructions for GrillerGeek/idd-framework, covering agents.md — intent-driven development framework, what is idd?, artifact hierarchy, output directories and artifact schemas.

GrillerGeek/idd-framework · 3,072 tokens