oeftimie

23 mods across 1 repository, 19 stars between them.

vv-harness

02

oeftimie/vv-claude-harness

Plugin Claude Code

Multi-session continuity, worktree-isolated parallel workflows, and mechanical quality enforcement for Claude Code.

19 9d ago A tokens not measured original MIT

PreToolUse

03

oeftimie/vv-claude-harness

Hook Claude Code

Runs before the agent uses a tool for Edit, Write, MultiEdit and Bash tool calls, executing enforce-scope.sh, verify-git-identity.sh and commit-gate.sh (4 commands). From oeftimie/vv-claude-harness.

19 9d ago A tokens not measured copy · 55% MIT

PostToolUse

04

oeftimie/vv-claude-harness

Hook Claude Code

Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, running an inline shell check. From oeftimie/vv-claude-harness.

19 9d ago A tokens not measured original MIT

TaskCompleted

05

oeftimie/vv-claude-harness

Hook Claude Code

Runs when a task is marked completed, executing verify-task-quality.sh. From oeftimie/vv-claude-harness.

19 9d ago A tokens not measured original MIT

vv-claude-harness

06

oeftimie/vv-claude-harness

Settings file Claude Code

Agent settings declaring 3 hook events (PreToolUse, PostToolUse, TaskCompleted) and 9 allowed tools.

19 9d ago A tokens not measured copy · 75% MIT

oeftimie/vv-claude-harness

Instructions file CodexOpenCode

Instructions for oeftimie/vv-claude-harness, covering vv claude code harness — distribution repository, what this repo contains, key distinction and working on this repo.

19 9d ago A 1,193 tokens original MIT

oeftimie/vv-claude-harness

Instructions file

Instructions for oeftimie/vv-claude-harness, covering claude code, harness, harness prep: risk/lane self-classification and path resolution and hook testing.

19 9d ago A 575 tokens original MIT

conformance-tester

09

oeftimie/vv-claude-harness

Agent

Author-blind behavior-test writer (F017/OVI-65). Derives conformance tests from a feature's verified description and acceptance criteria alone -- never from the implementation diff, the implementer's completion message, or any test file the implementer wrote. Adapted from agent-os's conformance-test-writer pattern…

19 9d ago A 146 tokens original MIT

feature-implementer

10

oeftimie/vv-claude-harness

Agent

Harness workflow agent that implements exactly one assigned feature within its assigned scope using strict TDD. Spawn worktree-isolated via the harness-continue workflow with per-feature specifics (feature ID, scope, deliverable, task ID) in the prompt.

19 9d ago A 54 tokens original MIT

layer-implementer

11

oeftimie/vv-claude-harness

Agent

Harness workflow agent that owns one architectural layer (e.g. API handlers, data layer) other agents depend on. Builds to the shared interfaces named in its spawn prompt. Spawn via the harness-continue workflow with layer, scope, and interface partners in the prompt.

19 9d ago A 58 tokens original MIT

researcher

12

oeftimie/vv-claude-harness

Agent

Harness research agent. Answers a scoped research question in one focused pass and writes findings to the file the lead names. Never implements or modifies code. Spawn via the harness-continue workflow with the question and output file in the prompt.

19 9d ago A 49 tokens original MIT

oeftimie/vv-claude-harness

Agent

Integrity check on the spec gate's human loop. Runs when a human answers or amends a spec that spec-verification questioned: re-runs every SV check on the amended text, hosts the anti-sycophancy and anti-capitulation clauses, and refuses to advance on pressure alone. Spawned read-only by the harness-issue-prep skill…

19 9d ago A 90 tokens original MIT

reviewer

14

oeftimie/vv-claude-harness

Agent

Harness review agent. Senior review of completed features for correctness, scope adherence, test quality, and the 95% coverage gate. Cannot edit files by construction (no Edit/Write tools); Bash is limited to test runs and read-only git inspection (git diff, git show) by instruction. Reports findings to the lead in…

19 9d ago A 80 tokens original MIT

spec-verification

15

oeftimie/vv-claude-harness

Agent

Spec gate of the vv-harness pipeline. Proves a specification (a Linear issue or a proposed features.json feature set) is complete, testable, and unambiguous before any implementation starts, or returns precise numbered questions to a human. Spawned read-only by /harness-init Step 5.1 and the harness-issue-prep skill…

19 9d ago A 91 tokens original MIT

SessionStart

16

oeftimie/vv-claude-harness

Hook

Runs when a session starts on startup, resume, clear and compact, executing session-start.sh. From oeftimie/vv-claude-harness.

19 9d ago A tokens not measured copy · 100% MIT

SessionEnd

17

oeftimie/vv-claude-harness

Hook

Runs when a session ends, executing session-end.sh. From oeftimie/vv-claude-harness.

19 9d ago A tokens not measured copy · 64% MIT

harness-continue

18

oeftimie/vv-claude-harness

Skill Claude CodeCodex

Continue working on a harness-managed project (vv-harness plugin). Orients to current state, picks single-session or workflow mode, and guides implementation with TDD, quality gate hooks, and compaction-aware context management. Use at the start of any session on a harness project.

19 9d ago A 61 tokens original MIT

harness-doctor

19

oeftimie/vv-claude-harness

Skill Claude CodeCodex

Report-first, idempotent instance health check for a harness-managed project. Verifies python3/git presence, the hook set and its executability, .claude/settings.json wiring, .gitignore rules, .harness/ file validity, version drift against the current plugin, whether a passing/in-progress feature's testfile actually…

19 9d ago A 130 tokens original MIT

harness-improve

20

oeftimie/vv-claude-harness

Skill Claude CodeCodex

Run an observation-first improvement loop on a harness-managed project -- record a job contract, observe the baseline, locate the earliest failed handoff, classify the gap to its smallest vv-native owner, implement one intervention, verify at the claim boundary, rerun fresh, then retain/revise/remove. Use when a user…

19 9d ago A 105 tokens original MIT

harness-init

21

oeftimie/vv-claude-harness

Skill Claude CodeCodex

Initialize a new project with the Long-Running Agent Harness (vv-harness plugin). Sets up feature tracking, git identity capture, context summary, build hooks, quality gate hooks, and an optional workflow size guideline. Use when starting a new multi-session project.

19 9d ago A 56 tokens original MIT

harness-issue-debug

22

oeftimie/vv-claude-harness

Skill Claude CodeCodex

Open a failed or parked piece of work in a live repair session. Input is a features.json feature id (harness project) or a Linear issue key parked by the external runner. Loads the failure context, checks out the branch, iterates the fix with the human, and exits by resuming the runner, routing back through…

19 9d ago B 103 tokens original MIT

harness-issue-prep

23

oeftimie/vv-claude-harness

Skill Claude CodeCodex

Interactively verify a spec until it is buildable, then mark it ready for implementation. Sources: a Linear issue (via the Linear MCP), a pasted spec, or an existing features.json feature. On PASS it normalizes the spec, records verification (spec field locally; a signed readiness stamp plus label on Linear), and can…

19 9d ago B 95 tokens original MIT