What problem does it solve?
This Skill helps an agent execute ready tasks without losing track of dependency state, ownership boundaries, or required status updates. It is meant for work that should move from planning into implementation while staying visible and controlled.
Core Features & Use Cases
- Dependency-safe task selection: Picks work only when the task is ready and the dependency state allows it.
- Status and progress updates: Moves tasks into progress, records updates, and surfaces blockers with explicit ownership and check-back timing.
- Delivery evidence: Produces the artifacts needed to show execution progress, such as notes, commits, or PR-related outputs.
- Use case: An operator can hand this Skill a set of implementation-ready tasks so the agent can start the next safe item, keep the stream updated, and stop cleanly when blocked.
Quick Start
Use the execution skill to take the next dependency-safe task, update its status, and record progress in the project update log.