What problem does it solve?
GoSkill solves the problem of “one-shot” task execution where work stops after a single attempt, completion criteria are vague, and there is no built-in verification loop to confirm whether the goal is actually achieved.
Core Features & Use Cases
- Goal-driven execution loop: continuously executes work until the provided success criteria are satisfied or a stopping condition is reached.
- Explicit acceptance criteria (criteria checking): evaluates task outputs against a structured set of measurable conditions and records a detailed criteria report.
- Status & termination reasoning: exposes runtime state (attempts, elapsed time, last check/report, terminal status such as success/timeout/max attempts).
Quick Start
Run the Goskill loop by asking for a goal, defining success criteria, and letting it keep retrying until the criteria are met or time runs out.