Outcome Driven Loop banner
contact715 contact715

Outcome Driven Loop

Development community

Description

# Skill: outcome-driven loop — stop best-effort exits > Wave: 53 | Status: experimental | Tags: [process, dispatch, gating] --- ## When to use Whenever a dispatch has a MACHINE-CHECKABLE definition of "done" and the work might require multiple iterations. Examples where outcomes apply cleanly: - Sweep waves: "raw_control_heights == 0", "raw_text_px == 0" - Audit cleanups: "audit-backlog escalated_count === 0" - Typecheck: "tsc --noEmit exit 0" - Coverage: "test coverage on changed lines

Installation

Installs to ~/.claude/skills/contact715-jidoka-outcome-driven-loop/SKILL.md

Terminal
mkdir -p ~/.claude/skills/contact715-jidoka-outcome-driven-loop && curl -fsSL https://raw.githubusercontent.com/contact715/jidoka/HEAD/.claude/skills/outcome-driven-loop.md -o ~/.claude/skills/contact715-jidoka-outcome-driven-loop/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository