What problem does it solve? Turning an approved technical specification into actionable project management tickets is manual and error-prone. This Skill automates the conversion of an Approved SPEC into structured tickets in Linear, ClickUp, or Jira, enforcing vertical-slice decomposition and BDD acceptance criteria so nothing is lost between spec and execution. ## Core Features & Use Cases - Spec-to-Ticket Generation: Reads an Approved SPEC and produces either a single ticket or an Epic with sub-tasks based on scope thresholds (B_COUNT, file count, change class). - Vertical Slice Enforcement: Decomposes Epics into exactly one sub-task per vertical slice (F0 first, critical path), rejecting horizontal layer-based decomposition unless an explicit override is declared. - BDD Acceptance Criteria: Every ticket includes Given/When/Then scenarios mapped to behavior IDs from the spec, plus dependency mapping between consecutive slices. - Use Case: After approving a feature spec for a checkout flow, run this Skill to create a Linear Epic with F0 tracer sub-task first, followed by F1 and F2 slices, each with its own BDD scenarios and blocked-by links. ## Quick Start Ask the agent to run che-plan on the approved spec for the current feature and create the tickets in your Linear project board.