🎯
AI EngineeringTypeScript

Infer Completion Criteria

by jmagly

Infer Completion Criteria is an AI Engineering skill for Claude Code, published by jmagly in aiwg.

209 stars32 forkson jmagly/aiwgAdded 2026/09/04+1% in starsRepository updated 2026/09/03
agentic-codingai-frameworkanthropicautonomous-agentsclaude-codecodexcopilotcursordeveloper-toolsfine-tuningmulti-agentmulti-platformorchestrationprompt-engineeringsdlctraining-datawarpworkflow-automation
Install in seconds
Install Infer Completion Criteria
Copy Infer Completion Criteria into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/jmagly/aiwg/tree/main/agentic/code/addons/agent-loop/skills/infer-completion-criteria ~/.claude/skills/infer-completion-criteria

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/jmagly/aiwg.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
agentic/code/addons/agent-loop/skills/infer-completion-criteria/SKILL.md in jmagly/aiwg
Installs to
~/.claude/skills/infer-completion-criteria
Collection
One of 25 skills cataloged from this repository
Category
AI Engineering2970 skills

What Infer Completion Criteria does

Infer Completion Criteria derives a measurable pass/fail gate for an agent-loop task when the user did not supply --completion. It reads project docs, manifests, CI, and AIWG artifacts to pick an unambiguous completion check.

Infer Completion Criteria is cataloged under AI Engineering on DirSkills. Infer Completion Criteria comes from a repository tagged agentic-coding, ai-framework, anthropic, autonomous-agents and claude-code.

Documentation

README

Infer Completion Criteria

Purpose

When a user starts an agent-loop task without supplying --completion, this skill derives a measurable, verifiable completion criterion from project state. The output must satisfy the vague-discretion rule: a concrete shell command or file-inspection check that returns pass/fail unambiguously.

Iteration is only as good as its gate. A loop with a vague gate ("until it's done") runs forever or exits prematurely. This skill is what turns "agent-loop this" into "agent-loop this until <measurable thing>."

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Infer Completion Criteria

  • What else does jmagly publish alongside Infer Completion Criteria?

    Infer Completion Criteria is one of 25 skills that DirSkills catalogs from jmagly/aiwg, the repository it ships in. Its siblings there include Agent Loop, Agent Loop and Agent Loop External. Each one is a separate skill with its own page in this directory, installs the same way Infer Completion Criteria does, and is maintained by jmagly in that same repository. The rest of the collection is listed on the jmagly/aiwg page.

  • How does Infer Completion Criteria compare to other AI Engineering skills?

    Infer Completion Criteria ranks #2711 by stars among the 2970 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Infer Completion Criteria against them. Open each page to compare what they document and how they install.