theam

Launch Story — Data skill for Claude Code

Data community

Create a dedicated worktree for a story and open a new VS Code window on it, ready to run the pipeline.

How to install Launch Story

Installs to ~/.claude/skills/theam-claude-dev-kit-launch-story/SKILL.md

Terminal
mkdir -p ~/.claude/skills/theam-claude-dev-kit-launch-story && curl -fsSL https://raw.githubusercontent.com/theam/claude-dev-kit/HEAD/commands/launch-story.md -o ~/.claude/skills/theam-claude-dev-kit-launch-story/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Launch Story does


description: Create a dedicated worktree for a story and open a new VS Code window on it, ready to run the pipeline. Usage - /launch-story PROJ-1234

Prepare a dedicated workspace for the story given in the arguments: $ARGUMENTS

You are the launcher — you do NOT work the story yourself. Steps:

  1. **Validate** the issue reference (the shape your tracker uses, e.g. `PROJ-1234`, `ENG-42`, `#123`); if missing, ask — do not guess.

  2. **Create the worktree** (from the repo root, using a sho

Alternatives in Data

  • Claude Code Usage Monitor — by Maciek-roboblog - A real-time terminal-based tool for monitoring Claude Code token usage 7k ★
  • Posthog Analysis — Analyze PostHog usage data with correct filters, timelines, and caveats 1.6k ★
  • Token Dashboard — See where Claude Code is burning tokens - turn raw JSONL transcripts into local cost analytics, hotspot views 669 ★

Full documentation available on GitHub

View Source Repository