vinculum-loop

vinculum-loop is a skill for Claude Code, Codex from OneDro1d/dark-factory. It costs 138 tokens per session (1,895 once invoked), scanned A, original, Apache-2.0.

A process for running a software project from initial discovery through planning, test-driven development (writing tests before or alongside code), deployment, and release. It uses evidence checks and can continue work autonomously under a done-or-blocked notification agreement.

In plain words
What is it for?
Use it to hand over a non-trivial development mission, run an end-to-end build, coordinate project stages, and receive notification when the work is finished or blocked on every available path.
Why use it?
Large builds require decisions, tickets, documentation, tests, and handoffs to stay aligned. This process puts those stages into one governed workflow and verifies decisions along the way.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; mentions Claude Code.

Good fit Use it to hand over a non-trivial development mission, run an end-to-end build, coordinate project stages, and receive notification when the work is finished or blocked on every available path.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/onedro1d/dark-factory/vinculum-loop
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 OneDro1d/dark-factory --skill vinculum-loop
Clone the repo
git clone --depth 1 https://github.com/OneDro1d/dark-factory

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 vinculum-loop

README.md
[![agentmods](https://agentmods.dev/badge/skills/onedro1d/dark-factory/vinculum-loop.svg)](https://agentmods.dev/skills/onedro1d/dark-factory/vinculum-loop)
Your own site
<a href="https://agentmods.dev/skills/onedro1d/dark-factory/vinculum-loop"><img src="https://agentmods.dev/badge/skills/onedro1d/dark-factory/vinculum-loop.svg" alt="Measured on agentmods" height="20"></a>
Per session 138 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,895 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.00138 $0.01895
Opus 5 $0.00069 $0.00948
Sonnet 5 $0.00028 $0.00379
Haiku 4.5 $0.00014 $0.00189

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

Security

Grade A, and why

vinculum-loop 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 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.

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.

skills/vinculum-loop/SKILL.md · 86 lines

How it starts

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

Vinculum Loop — the autonomous, governed dev loop for any project

Two pieces work together. Keep them distinct:

  1. The loop = orchestration. The dark-factory-build skill + the Workflow tool. This is what actually runs: mission → discover → PO → design → TDD build → deploy → test → ship — autonomously, sub-agent-fanned, Promise-Theory-verified. Works on any project today.
  2. The substrate = trust / provenance (optional, not in this package). A separate, harness/LLM-agnostic signed-provenance layer can record every decision/action as a hash-chained, append-only ledger entry. It is not bundled here and not required — the loop runs fully without it. Enable it later only if your org wants cryptographic provenance.

You run the loop with dark-factory-build. The signed-provenance substrate is an optional layer underneath — the loop's correctness rests on Promise-Theory verification, not on signing.

When to use

  • "Give me a mission objective and full autonomy" → the 2-trigger contract.
  • "Run the loop / vinculum loop on <project>."
  • Any non-trivial build you want done end-to-end: evidence-gated, ticketed, documented.

The contract the loop guarantees (the VR invariants)

  • VR-5 — 2-trigger notify: come back only when the objective is met or blocked on all fronts. No step-wise check-ins.
  • A/B/C decisions: A = hard blocker → escalate · B = reversible → decide + log · C = "is it done?" → own the judgment.
  • VR-1 — evidence-gated (Promise Theory): decisions rest on proven claims; a sub-agent's "done / all passing" is unverified until you re-run its evidence.
  • VR-3 — sensitive data never cleartext public: keep PHI/secrets private; publish only hashes/metadata.
  • VR-7 — harness/LLM-agnostic: Claude Code or any agentic harness; API key, subscription, or local OS model.
  • VR-2 / VR-6 — sign-before-act + append-only hash-chained ledger: provided by the optional provenance substrate. Not active in the default unsigned mode described here.

Read the full file on GitHub · 86 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 Changed · +28 lines a925a6037474
  2. 7d ago First seen · 58 lines · 138 tokens per session scan A 0c731d770251

Subscribe to this mod's changes

vinculum-loop is a skill published in the GitHub repository OneDro1d/dark-factory (0 stars, last pushed yesterday), licensed Apache-2.0. It adds 138 tokens to every session and 1,895 once invoked, about $0.0007 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-01.