What problem does it solve?
This Skill executes a predefined implementation plan step by step, so an AI agent can build features without losing task order, context, or verification discipline.
Core Features & Use Cases
- Sequential task execution: Works through pending tasks in order and updates task status as work progresses.
- Orchestrated phase handling: Supports multi-phase workflows with worker delegation, phase review, and final verification.
- Context-aware implementation: Reads project rules, patterns, memory, and source planning docs before making changes.
- Verification and traceability: Extracts acceptance criteria, runs required checks, and records completion details for each task.
- Use case: Use this Skill when you have a tasks markdown file for a feature and want the agent to implement it safely, verify it, and keep project state synchronized.
Quick Start
Give the implement skill the path to the tasks markdown file and ask it to start the first pending task.