What problem does it solve? Turning a Business Central architecture document into an executable, dependency-ordered task list is error-prone when done by hand. This Skill converts architecture.md (and event-model.md when present) into a structured tasks/ folder with per-task files, dependency edges, and verification gates so downstream skills can refine and implement one task at a time. ## Core Features & Use Cases - Slice-grouped decomposition: Generates one task file per behaviour slice, grouped by event-model timeline steps or architecture slices, with a 000-feature.md header carrying the feature goal. - Dependency graph in frontmatter: Each task carries depends_on, refactors, and fixes edges plus status, slice, and kind fields, forming a machine-readable execution graph with gapped ordering prefixes. - Verify and ops tasks: Emits a user sign-off verify task per user-facing slice and bracketing provision/breaking-change ops tasks, then runs a document-integrity check before handing off. - Use Case: After running /al-design on a sales order feature, invoke this Skill to produce tasks/ files such as 010-T-001-provision.md and per-slice technical tasks, then greenlight /al-provision T-001 to start implementation. ## Quick Start Run /al-scope after /al-design to decompose the architecture document into the tasks folder for the current feature branch.