What problem does it solve?
This Skill automates the process of turning planning artifacts like stories, epics, and PRDs into working code, ensuring features are built and validated systematically.
Core Features & Use Cases
- Sequential Story Implementation: Executes stories in a defined order, ensuring logical progression.
- Contextual Execution: Rebuilds and utilizes project context (proposals, specs, epics) for informed implementation.
- Progress Tracking: Maintains an execution log (
.next.md) and marks completed artifacts.
- Use Case: Implement all user stories defined in
.swe/stories/user-auth/ sequentially, updating the execution log and marking each story as done upon completion.
Quick Start
Use the swe-exec skill to implement the stories in the directory .swe/stories/user-auth/.