What problem does it solve? Implementing Business Central AL features without a disciplined test-first workflow leads to untested code, drifting specs, and unclear task status. This Skill picks a ready-for-implementation task and drives it red to green through TDD, one AAA case at a time. ## Core Features & Use Cases - Task-driven TDD: Picks the next ready-for-implementation technical task from the tasks/ folder and drives Unit then Integration AAA cases red to green via per-case subagents. - Push-up gating: Blocks silent test-layer escalation by requiring an explicit commitment before writing tests above the blessed scope. - Spec reconciliation: Reconciles procedure names, object surfaces, and contract notes in the task file before flipping status to done, then opens unblocked dependent tasks. - Use Case: After running /al-refine on a task, invoke this Skill to implement the feature test-first, compile and test via /al-build, and hand off to /al-refactor and /al-mutate once the suite is green. ## Quick Start Run /al-implement to pick the next ready-for-implementation task and drive it red to green through TDD.