spec

A host adapter for OwnFramework Loop, a controlled process for creating, reviewing, changing, or stopping a work run. It prepares a bounded work specification and hands it to a supervisor for review.

In plain words
What is it for?
Use it to start or manage an OwnFramework run, inspect the target Git repository, create a work packet, and provide unattended or debugging handoff commands.
Why use it?
It provides checks around repository identity, approval, state files, and remote access so a coding task follows a defined process without granting unrelated authority.

Skill for Claude CodeCodex

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/william-london/ownframework-loop/spec
Any agent
npx skills add william-london/ownframework-loop --skill spec
Clone the repo
git clone --depth 1 https://github.com/william-london/ownframework-loop

Made for: Claude Code, Codex.

Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,362 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 94% copy Near-identical to another mod 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.00030 $0.01362
Opus 5 $0.00015 $0.00681
Sonnet 5 $0.00006 $0.00272
Haiku 4.5 $0.00003 $0.00136

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

Security

Grade A, and why

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

Origin

This is a copy

94% identical to spec — 3 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/spec/SKILL.md · 126 lines

How it starts

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

OwnFramework Loop - spec

This skill is a host adapter over the deterministic ofloop core.

Rules

  • Never approve your own packet.
  • Never write STATE.json, APPROVAL.json, REVIEW_VERDICT.json, event logs, or lock files directly.
  • Never manufacture the TTY confirmation token.
  • Never add push, merge, deploy, publish, send, payment, or unrelated remote authority.

New specification (normal flow)

  1. Confirm the working directory is the target Git repository.
  2. Resolve repository identity BEFORE creating the run:
    • inspect configured Git remotes;
    • decide the packet classification from actual current state, not intended future state;
    • local_only means no configured remote;
    • when a private GitHub review surface is part of the project, create/configure it, push the intended baseline, prove local/remote parity, and use github_private before ofloop spec new;
    • do not mint a local-only run and add a remote afterward.
  3. Inspect only enough repository context to draft an accurate bounded packet.
  4. Use ofloop spec new "" to create the run.
  5. Draft WORK_PACKET.md using the repository schema and packet conventions. Inspect the project's declared package managers/toolchain and populate network_read_allowlist only with exact dependency/read domains the unattended BUILD/REVIEW may legitimately need after sealing (for example registry.npmjs.org, pypi.org, files.pythonhosted.org). Omit or leave empty when dependencies are already provisioned. Never add a broad internet wildcard, scheme, port, path, publish endpoint, or unrelated host.
  6. For PROGRAM packets with checkpoint-specific outcomes, keep the complete mission acceptance contract at top level and assign it deterministically with each checkpoint's acceptance_criterion_ids. If any checkpoint uses scoped AC ids, every checkpoint must declare a non-empty list and the union must cover every top-level AC id. Do not use not_applicable for future checkpoint criteria merely to satisfy coverage.
  7. Validate the packet shape with the supported validator.
  8. Return to the operator:

Read the full file on GitHub · 126 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 · 126 lines · 30 tokens per session scan A fdf98c687bdc

Subscribe to this mod's changes

spec is a skill published in the GitHub repository william-london/ownframework-loop (0 stars, last pushed 2d ago), licensed Apache-2.0. It adds 30 tokens to every session and 1,362 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 94% identical to spec, differing in 3 lines, and is treated as a copy.

Related

Other skills, from other repositories

economic-reasoning

Economic decision-making for agents in EconomySpace. Activate when the agent observes currency, prices, income, tax, or trading opportunities to make informed financial decisions.

XiaoLuoLYG/GOD · 36 tokens

to-issues

Decompose a PRD and/or SPEC into implementable, vertically-sliced Issues with real blocking edges, then create them in your chosen platform (GitHub or Local). Use after /prd (and optionally /prd-to-spec) to turn requirements into agent-ready tickets. Triggers on: create issues, to-issues, 创建issue, 拆解issue, 生成卡片, 创建卡片…

smallnest/goal-workflow · 96 tokens

care.basic

Offer basic care check-ins for neighbors.

XiaoLuoLYG/GOD · 11 tokens

messaging.group

Send a concise practical group update.

XiaoLuoLYG/GOD · 11 tokens

bug-localization

Identify the precise location of bugs in source code, modules, and systems. Use this skill when debugging applications, investigating test failures, analyzing error reports, tracing runtime issues, or performing root cause analysis. Analyzes stack traces, error messages, failing tests, and code patterns to pinpoint…

ArabelaTso/Skills-4-SE · 77 tokens

code-comment-generator

Generates meaningful comments and documentation for code to improve maintenance and readability. Use when adding documentation to Python or Java code, including function/method docstrings, class documentation, inline explanations for complex logic, and code annotations (TODO, FIXME). Analyzes existing comment style in…

ArabelaTso/Skills-4-SE · 91 tokens