What problem does it solve?
This Skill automates orchestration of implementation.md tasks by reading task definitions, registering them in a Tasks API, executing dependent tasks in phase-based cycles, and enforcing quality gates so only verified phases advance.
Core Features & Use Cases
- Task registration and dependency management: Parse implementation.md to extract task IDs, titles, types, phases, and dependencies, then create TaskCreate entries and set blockedBy relationships via TaskUpdate.
- Parallel execution with quality gates: Identify P-mark parallelizable tasks, launch parallel sub-agents for execution, and run a quality-gate script to perform lint/test/build checks before marking phases complete.
- Use Case: Convert an implementation.md breakdown into an automated, phased workflow that registers tasks, runs parallel implementations where allowed, enforces quality gates, and produces phase completion reports.
Quick Start
Use the implement skill to read implementation.md, register all tasks into the Tasks API, and start executing Phase 1 with quality gates enabled.