adopt-proposal

adopt-proposal is a skill for Claude Code from Koroqe/OPOS. It costs 43 tokens per session (823 once invoked), scanned A, original, MIT.

A human-review workflow for deciding whether a drafted design process should become an active process in a code repository. It checks the proposal files and shows their contents and possible risks before adoption.

In plain words
What is it for?
Use it to inspect pending proposal bundles and adopt them as a process, optionally with edits, after human approval.
Why use it?
It creates a clear approval point before a draft process is put into use, including review of scheduling, tool access, and sensitive paths.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths.

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 skills/koroqe/opos/adopt-proposal
Any agent
npx skills add Koroqe/OPOS --skill adopt-proposal
Clone the repo
git clone --depth 1 https://github.com/Koroqe/OPOS

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 adopt-proposal

README.md
[![agentmods](https://agentmods.dev/badge/skills/koroqe/opos/adopt-proposal.svg)](https://agentmods.dev/skills/koroqe/opos/adopt-proposal)
Your own site
<a href="https://agentmods.dev/skills/koroqe/opos/adopt-proposal"><img src="https://agentmods.dev/badge/skills/koroqe/opos/adopt-proposal.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 823 The whole file, excluding the scripts and references it only reads on demand.
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.1 $0.00043 $0.00823
Opus 5 $0.00022 $0.00411
Sonnet 5 $0.00009 $0.00165
Haiku 4.5 $0.00004 $0.00082

Measured 5d ago against content hash 5119a247ba35, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

adopt-proposal 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 5d 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/skills/adopt-proposal/SKILL.md · 36 lines

How it starts

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

adopt-proposal

When to use

When a proposal bundle exists under some */backlog/proposals/<date>-<slug>/ (written by design-process --draft, typically overnight from a twice-run process-gap backlog item) and a human is ready to decide. Invoke as /adopt-proposal <bundle-path> or bare /adopt-proposal to list pending bundles. Interactive only — adoption IS the human gate; this skill refuses to run under the scheduled-run prelude.

Steps

  1. List or resolve. Bare invocation → glob **/backlog/proposals/*/PROPOSAL.md, print each cover sheet's one-line summary + age, stop. With a path → validate it is a bundle (PROPOSAL.md + SKILL.md + PROCESS.md present; path inside repo root).
  2. Present the cover sheet (source item, consultations run/skipped, lessons applied, open questions) and the full SKILL.md + PROCESS.md diff-style. Surface loudly: any scheduling frontmatter (adoption does NOT register it — that is a separate /schedule-process human gate), any tools: beyond Read/Grep/Glob in referenced agents, any sensitive paths the process would touch.
  3. Decide (Confirm tier — one decision, per the v0.12 definition-of-done): adopt / adopt with edits (apply the human's edits to the bundle first) / reject (bundle stays, source item → state: rejected + reason) / defer (nothing changes).
  4. On adopt: git mv the SKILL.md + PROCESS.md into the bundle's declared intended_placement: (read from PROPOSAL.md's cover sheet — dept-scoped departments/<dept>/.claude/skills/<name>/ or company-wide .claude/skills/<name>/; missing/invalid placement → treat as an open question, require the human to supply it before adopting); create history/.gitkeep (+ scheduled-runs/.gitkeep when scheduling fields are declared); run ui.scheduling.validate_frontmatter on the PROCESS.md (scheduling fields present → must return ok); update the owner agent's advisory owns_processes:; flip the source backlog item to state: designed + designed_as: <path>; delete the bundle folder; commit feat(core): adopt <name> process from draft proposal.
  5. History entry for this run (adopted/rejected/deferred, bundle path, any edits).

Read the full file on GitHub · 36 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. 5d ago First seen · 36 lines · 43 tokens per session scan A 5119a247ba35

Subscribe to this mod's changes

adopt-proposal is a skill published in the GitHub repository Koroqe/OPOS (2 stars, last pushed 4d ago), licensed MIT. It adds 43 tokens to every session and 823 once invoked, about $0.0002 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 skills, from other repositories

super-evolve

Ultimate self-evolution skill. Merges evolve + self-improve into one comprehensive meta-skill with external research, area focus, dry-run mode, and expanded memory mining.

OZmasterAI/Torus-Framework · 35 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

implementation-final-review

Perform the repository's risk-tiered independent final review before implementation completion. Use only when explicitly invoked or when repository instructions require it after behavior-impacting implementation work; audit the complete task diff, supported contracts, lifecycle and security boundaries, complexity, and…

openai/openai-agents-python · 58 tokens

captions-overlay

Overlay doctrine for the embedded-captions workflow — the caption MODEL (drop / rail / embed) and the rule that captions are an OVERLAY composited on top of the film, never a reserved bottom band you shift content up to avoid. Load when adding captions/subtitles to a talking-head or launch video, when deciding whether…

heygen-com/hyperframes · 136 tokens

technical-writing

Write, edit, review, or audit user-facing documentation for the eve repository. Use for changes under docs/, documentation tied to eve APIs or CLI behavior, docs work based on Slack or support feedback, and requests to make eve docs clearer, more natural, or less AI-patterned while verifying claims against current…

vercel/eve · 78 tokens

om-auto-sec-report-pr

Paranoid OWASP-oriented security analysis for a SINGLE unit of work — one PR, one spec under .ai/specs/, or one branch diff. Hunts non-obvious attack vectors beyond OWASP Top 10, flags same-pattern hotspots elsewhere, and emits "Next steps — go deeper" follow-ups. Writes markdown + HTML under .ai/analysis/; runs…

open-mercato/open-mercato · 93 tokens