Work Story — Git skill for Claude Code
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
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 RepositoryRelated Skills
Implement Ticket
Implement a GitHub issue end to end: gate to 10/10, build, validate, code-review, fix-or-ticket, then commit +
Plan Close
Close out a finished staged-rollout .plan/ — verify completion, distill the story into a final PR body, clean
Fix PR Feedback
Fetch PR reviewer comments, implement fixes locally, gate the push behind explicit user approval, then watch C
Kodus PR Suggestions Resolver
Use when the user wants to fetch, triage, or implement Kodus suggestions for an existing remote pull request v
Next Ticket
Ingest the next ticket FROM THE WORKTREE'S BOUND PROJECT — set up its branch, move In Progress, load context,
Claude Code Setup.Github.Io
Claude Code setup reviewed by a paying user: which plan includes it, what the site says about usage limits, an
Related Agents
Vine Coder
Autonomously implement a ticketed VINE work slice end-to-end — orient from the ticket and SPEC, implement with
Gantry Verifier
Runs the readiness gate. Use to execute the project's lint/test/build from its own .claude/gates.sh, the check
Fullstack Implementer
Use to implement a planned feature end-to-end in a Next.js + TypeScript + MongoDB app - schema, service, serve