What problem does it solve?
This Skill automates the entire software development lifecycle by orchestrating a five-step agentic workflow, ensuring tasks are executed sequentially and iteratively until completion, with built-in mechanisms for handling failures and retries.
Core Features & Use Cases
- Automated Workflow Execution: Drives a sequence of five distinct agent steps (requirements, planning, implementation, verification, control) using a state machine and file system hooks.
- Closed-Loop Iteration: Automatically retries failed steps by looping back to earlier stages based on verification results.
- Minimal Dependencies: Operates using only file system events and shell commands, making it suitable for local development or CI environments without external services.
- Use Case: Imagine a new feature request comes in. This Skill can take that request, generate a specification, create a plan, implement the code, test it, and if tests fail, loop back to refine the plan and implementation, all without manual intervention.
Quick Start
Initiate the automated development loop by running the hook script to monitor state changes.