theam

Work Story — Git skill for Claude Code

Git community

Work a user story end to end — fetch the ticket, plan, implement, verify gates, and open the PR.

How to install Work Story

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

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

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

What Work Story does


description: Work a user story end to end — fetch the ticket, plan, implement, verify gates, and open the PR. Usage - /work-story PROJ-1234 [--auto-approve]

Work the user story given in the arguments: $ARGUMENTS

Delegate the workflow to the `coding-agent` subagent in two phases, passing the issue key and any extra instructions from the arguments.

Rules:

  • If no issue reference is present in the arguments, ask for one — do not guess. Accept the reference shapes the configured tracker

Alternatives in Git

  • Ws Reset — Reset the current branch to main, fetch upstream, and update submodules 38.1k ★
  • OSS PR — Commit + PR workflow for open source contributions: auto-creates a user-prefixed branch when on main/master, t 19.7k ★
  • Intel — On-demand intelligence fetch for a target — CVEs, disclosed reports, new features 3.8k ★

Full documentation available on GitHub

View Source Repository