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 four composable operational skills for autonomous agents.
The four skills.
- Intent - surfaces the agent's interpretation of the ask before any work begins. Runs first; Improve and Probe delegate to it when installed.
- 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.
- Trail - appends a structured, multi-resolution evidence entry to trail/log.md after every session.
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.
- intent/SKILL.md - run first.
- 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.
Files
ntholm86/autonomous-agent-skills-v3.2.0.zip
Files
(569.9 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:0e02d1f737439c4956a4b6098bef184d
|
569.9 kB | Preview Download |
Additional details
Related works
- Is derived from
- Software: 10.5281/zenodo.19732890 (DOI)
Software
- Repository URL
- https://github.com/ntholm86/autonomous-agent-skills