auto
Run completely AUTONOMOUSLY — loop the FULL task engine over the Beads queue, a fresh `claude -p` per task, until the queue is empty. Same complete recipe as…
Overview and entry point for the completely harness — a quality-first agent workflow unifying GSD (planning depth), Ralph (autonomous loop), and Beads (the spine), under deterministic gate hooks and a default-FAIL evaluator. Use to see what's installed, the command surface, and
$ npx -y skills add 23ag1/completely --skill completely --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/completelyContext preview
The summary Claude sees to decide when to auto-load this skill.
Overview and entry point for the completely harness — a quality-first agent workflow unifying GSD (planning depth), Ralph (autonomous loop), and Beads (the spine), under deterministic gate hooks and a default-FAIL evaluator. Use to see what's installed, the command surface, and
name: completely description: Overview and entry point for the completely harness — a quality-first agent workflow unifying GSD (planning depth), Ralph (autonomous loop), and Beads (the spine), under deterministic gate hooks and a default-FAIL evaluator. Use to see what's installed, the command surface, and how to start. version: 0.2.0 user-invocable: true
**completely** makes it hard for an agent to quietly cut a corner, fake "done", or ship a stub. Short CLI: `cmpl`. Slash: `/completely:*`.
Beads = the spine (status + memory via comments/notes/remember + coordination via swarm/gate/merge-slot). GSD = planning depth (discuss→plan→plan-checker loop). Ralph = the OS-level autonomous loop. completely = the quality floor (gate hooks + default-FAIL `evaluator` + no-stub contract) under all of them. GSD and Ralph are two autonomy *modes* of the same loop over `bd ready`, not a choice of tools.
See `plugin/core/HARNESS.md` (the principle), `plugin/core/roles.md` (who owns what), and `docs/TOOL-COMPATIBILITY.md` (the full design + per-tool detail).
A quality-first harness for autonomous AI coding agents. It turns "the agent said it's done" into *"here's the proof — graded by an independent, default-FAIL checker."* Done is earned, not asserted.
Repo: 23ag1/completely
Run completely AUTONOMOUSLY — loop the FULL task engine over the Beads queue, a fresh `claude -p` per task, until the queue is empty. Same complete recipe as…
Run all configured quality checks (lint, types, tests) in one pass with terse output — reports "clean" when green, and only the failing check's output when…
Run completely UNDER CONTROL — execute the SINGLE next Beads task through the FULL task engine (understand → map → plan-check → parallel subagents → TDD →…
Scaffold the completely thin layer into the current repository — Definition of Done, the harness rules snippet in CLAUDE.md, and an optional project-specific…
Plan a phase or feature DIRECTLY into Beads — no PLAN.md, no markdown bridge. Runs GSD-style socratic discovery + decomposition + a goal-backward self-check,…