# Story Tasks

> Writes executable tasks.md from the story plan. Use after story-plan and optional UI spec, before implementation.

- Skill: `telum-ai/story-tasks` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add telum-ai/story-tasks`
- Raw SKILL.md: https://api.skillmd.com/api/skills/telum-ai/story-tasks/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: telum-ai (https://skillmd.com/u/telum-ai)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/telum-ai/story-tasks

---


# story-tasks

Cheap keys: UI-bearing story vs API/backend story, plus project `play_level` for the analysis marker.

1. Classify the story before loading branch context.
2. Before the first mutation, run exactly one:
   - UI-bearing: `python3 .speck/scripts/context/speck_context.py story-tasks-ui`
   - API/backend or no UI: `python3 .speck/scripts/context/speck_context.py story-tasks-backend`
3. Require exit 0 and `SPECK_CONTEXT_RECEIPT`; do not separately load the sibling branch.
4. Execute the loaded spine/branch, write `tasks.md`, run the deterministic validator, and cross-check vs plan/spec.

