Autonomous Development Skills Suite: Four Composable Skills for AI Agents
Authors/Creators
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.
- Improve - an examine, decide, change, verify, record loop that can either make one high-leverage change or conclude that nothing should change.
- 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.
- README.md - overview, scope, and evidence status.
- improve/SKILL.md - the default improvement loop.
- probe/SKILL.md - the reasoning probe.
- trail/log.md - the recorded evidence.
Canonical source: GitHub repository. Companion theory: Autonomous Agent Principles on Zenodo.
Notes
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
- Is supplement to
- Software: https://github.com/ntholm86/autonomous-agent-skills/tree/v3.2.0 (URL)
Software
- Repository URL
- https://github.com/ntholm86/autonomous-agent-skills