okhp3-cowork-decision-record

okhp3-cowork-decision-record is a skill for Claude Code, Codex from OKHP3/skillz. It costs 60 tokens per session (1,162 once invoked), scanned A, original, MIT.

A structured record of a decision, including the reasons, alternatives, trade-offs, owners, and follow-up work. It is based on an agreed discussion or set of source documents.

In plain words
What is it for?
Use it to document technical, project, or team decisions for future reference.
Why use it?
It makes decisions understandable later, including who decided what and why, without treating a proposal as approved.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to document technical, project, or team decisions for future reference.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/okhp3/skillz/okhp3-cowork-decision-record
View source ↗ OKHP3/skillz
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.

Any agent
npx skills add OKHP3/skillz --skill okhp3-cowork-decision-record
Clone the repo
git clone --depth 1 https://github.com/OKHP3/skillz

Made for: Claude Code, Codex.

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 okhp3-cowork-decision-record

README.md
[![agentmods](https://agentmods.dev/badge/skills/okhp3/skillz/okhp3-cowork-decision-record/github.svg)](https://agentmods.dev/skills/okhp3/skillz/okhp3-cowork-decision-record)
Your own site
<a href="https://agentmods.dev/skills/okhp3/skillz/okhp3-cowork-decision-record"><img src="https://agentmods.dev/badge/skills/okhp3/skillz/okhp3-cowork-decision-record/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 okhp3-cowork-decision-record

Your own site · 80×15
<a href="https://agentmods.dev/skills/okhp3/skillz/okhp3-cowork-decision-record"><img src="https://agentmods.dev/badge/skills/okhp3/skillz/okhp3-cowork-decision-record.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,162 The whole file, excluding the scripts and references it only reads on demand.
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.00060 $0.01162
Opus 5 $0.00030 $0.00581
Sonnet 5 $0.00012 $0.00232
Haiku 4.5 $0.00006 $0.00116

Measured 8d ago against content hash 72be418b5784, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

okhp3-cowork-decision-record 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 8d 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.

copilot/okhp3-cowork-decision-record/SKILL.md · 114 lines

How it starts

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

okhp3-cowork-decision-record

OverKill Hill P³ · overkillhill.com · github.com/OKHP3

Make the decision legible later: what was decided, why, by whom, against which alternatives, and what remains open.

Scope

In scope Out of scope
Drafting a decision record from selected discussions and documents Turning a proposal into a decision, altering systems of record, or publishing without approval

Host contract

  • Target: Microsoft Copilot Cowork personal custom skill.
  • Portable core: form a structured decision draft from a supplied source record.
  • Cowork adaptation: retrieve only selected Microsoft 365 meeting, mail, file, or chat context within existing permissions.
  • Evidence: documented Cowork context/approval model; no live package run.

Activation boundary and handoff

  • Interactive and automation boundary: Use interactively by default. A scheduled or event-driven run may produce a draft only; it must not send, post, schedule, share, create, modify, move, rename, or delete anything.
  • Approval policy: Require a current-session, target- and content-specific confirmation before an external action. This is this skill's policy, not a claim that Cowork enforces the same granularity.
  • Portable fallback: Outside verified Cowork retrieval, use only material supplied or attached by the user. Otherwise return NEEDS INPUT; do not search local, tenant, or connector context.
  • Host availability: Cowork custom skills are not supported on mobile. Return NOT SUPPORTED on an unavailable surface. A handoff guides work after activation; it cannot prove exclusive host skill selection.
  • Handoff: Use meeting closeout to extract a discussion recap first. Use this skill only when a durable decision record is needed; it does not publish a record into a SharePoint list.

Required input and safe outcomes

Confirm the decision title, source set, desired record destination, and whether the decision is final, proposed, or unresolved. Return NEEDS INPUT when the decision state or evidence is unclear, INSUFFICIENT PERMISSION for inaccessible source material, and NOT SUPPORTED for an unavailable source or destination.

Read the full file on GitHub · 114 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 114 lines · 60 tokens per session scan A 72be418b5784

Subscribe to this mod's changes

okhp3-cowork-decision-record is a skill published in the GitHub repository OKHP3/skillz (3 stars, last pushed today), licensed MIT. It adds 60 tokens to every session and 1,162 once invoked, about $0.0003 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-09-03.