There is a newer version of the record available.

Published April 24, 2026 | Version v3.2.0

Autonomous Development Skills Suite: Four Composable Skills for AI Agents

Description

What this is. An implementation of the Autonomous Agent Principles framework as two operational skills and a trail format for autonomous agents.

The two skills.

  1. Improve - an examine, decide, change, verify, record loop that can either make one high-leverage change or conclude that nothing should change.
  2. Probe - paired tests that distinguish reasoning about the specific situation from pattern-matching against a generic template.

What else is included. An append-only trail format plus Python tools for recording entries and mechanically verifying integrity.

Why it matters. The suite is designed to address two recurring problems with coding agents: they do not know when to stop, and they can produce plausible generic fixes that are not truly grounded in the target codebase.

Evidence status. This release is the first with full convergence evidence: three independent silence runs from distinct model families plus a cross-layer coherence check.

Read in this order.

  1. README.md - overview, scope, and evidence status.
  2. improve/SKILL.md - the default improvement loop.
  3. probe/SKILL.md - the reasoning probe.
  4. trail/log.md - the recorded evidence.

Canonical source: GitHub repository. Companion theory: Autonomous Agent Principles on Zenodo.

Notes

If you use this skill suite, please cite it as below.

Files

ntholm86/kata-v3.1.0.zip

Files (554.5 kB)

Name Size Download all
md5:29f86ac0263965c3126cf85dfe5396fa
554.5 kB Preview Download

Additional details

Related works