What problem does it solve? Turning a written task plan into working code often loses discipline: tests get skipped, tasks drift from the spec, and commits become untraceable. This Skill executes an Intent Integrity Kit tasks.md plan end-to-end, enforcing constitutional rules, BDD red-green cycles, and structured commit history so implementation stays aligned with the approved specification. ## Core Features & Use Cases - Task Graph Execution: Parses tasks.md for phases, dependencies, [P] parallel markers, and user story labels, then dispatches tasks sequentially or as concurrent subagent batches with file-conflict detection. - BDD/TDD Gate Enforcement: Verifies step definition coverage, assertion quality, and actual test execution before any task can be marked complete; .feature files are hash-locked and immutable. - Commit Strategies & Progress Tracking: Supports per-task or per-phase git commits with structured trailers, live dashboard regeneration, and GitHub issue closing for bugfix tasks. - Use Case: After running /iikit-05-tasks to generate a task breakdown, invoke this Skill to code each task, run the BDD test chain, checkpoint progress in tasks.md, and produce a clean bisectable commit history. ## Quick Start Run the implement phase of the iikit workflow to build the feature from the current tasks.md plan.