What problem does it solve?
This Skill prevents autonomous development sessions from stopping too early, losing state, or drifting away from the original goal. It gives the agent a structured way to keep working until the real completion criteria are met.
Core Features & Use Cases
- Structured autonomous runs: Creates a bounded session with a goal, duration, task list, and completion promise or completion condition.
- Stateful enforcement: Uses a stop hook and per-topic state files to keep the session alive, track progress, and preserve ownership across restarts.
- Progress and recovery: Sends periodic progress reports, handles emergency stops, and supports resumable long-running work without silent exits.
Quick Start
Ask the autonomous skill to start a bounded development run for your goal with a task list, a completion condition, and a report topic so it can manage progress and stopping criteria for you.