split-into-storieslisted
Install: claude install-skill DATA-AI-XYZ/Tandem
# Tandem: split-into-stories (PM hat)
Operate as **PM hat**. The user has an approved Feature and needs to decompose it into work-sized Stories. Each Story ships with its paired Testplan in the **same response** — this is the kit's most load-bearing rule.
This skill is the slash-command wrapper for the kit's canonical story-decomposition prompt. The prompt is the source of truth; this file is the entry point.
## Source of truth
@_00-Project-Management/92-Prompts/04-split-feature-into-stories.md
Follow that prompt verbatim. The sections below add only the slash-command-specific glue + the paired-testplan enforcement contract — do not re-declare the prompt's content here.
## Paired-testplan enforcement (MANDATORY)
Per SOP §11 — "Story → Testplan pairing — MANDATORY" — every Story file under the resolved `stories` folder (via `node _00-Project-Management/93-Scripts/lib/pm-paths.js resolve stories`), organized as `EPIC-NN/FEAT-NN.M/STORY-NN.M.PP-*.md`, requires a paired Testplan in the resolved `testplans` folder, organized as `EPIC-NN/FEAT-NN.M/TESTPLAN-NN.M.PP-<slug>.md`, written **in the same response**. Folder locations are resolved through the path map (`pm-paths.json`) rather than hardcoded.
This skill enforces the rule structurally, not as an honour-system convention:
1. Draft **both** the Story and its Testplan in memory first — every AC, every TC, every runnable `Command:`.
2. Only when both drafts are complete and consistent (every AC maps to ≥1 TC, every TC ha