🤝
AutomationPython

Handoff

by anombyte93

Handoff is an Automation skill for Claude Code, published by anombyte93 in prd-taskmaster.

591 stars58 forkson anombyte93/prd-taskmasterAdded 2026/08/25+1% in starsRepository updated 2026/08/14
agentsai-developmentclaude-codeclaude-skillsmcpprdproduct-managementproduct-requirementsrequirements-engineeringtaskmaster
Install in seconds
Install Handoff
Copy Handoff into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/anombyte93/prd-taskmaster/tree/main/skills/handoff ~/.claude/skills/handoff

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/anombyte93/prd-taskmaster.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/handoff/SKILL.md in anombyte93/prd-taskmaster
Installs to
~/.claude/skills/handoff
Collection
One of 11 skills cataloged from this repository
Category
Automation1523 skills

What Handoff does

Handoff detects available capabilities, recommends one execution mode, and presents a structured choice for the user. It appends the task workflow, then dispatches the selected mode to continue the prd-taskmaster pipeline.

Handoff is cataloged under Automation on DirSkills. Handoff comes from a repository tagged agents, ai-development, claude-code, claude-skills and mcp.

Documentation

README

Phase 3: Handoff

Declarative phase skill. Invoked by the prd-taskmaster orchestrator when current_phase is HANDOFF. Never called directly by a user.

The one rule: detect what the user has, recommend ONE mode, give the user a structured choice, dispatch the chosen mode. Mode D executes only on tier=premium; otherwise it is a locked teaser.

Entry gate

  1. Call mcp__plugin_prd_go__check_gate(phase="HANDOFF", evidence={}) for diagnostics.

    check_gate is an EXIT gate: it requires user_mode_choice and plan_file_exists — both produced by HANDOFF itself, i.e. evidence to advance, not to enter. On first entry neither exists yet, so a gate_passed: false here is EXPECTED — the state machine's legal transitions already guarantee only legal entry.

This is the opening of the README. Read the full README on GitHub.

Commands Handoff provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /pro
  • /goal
  • /sync

Frequently asked about Handoff

  • What else does anombyte93 publish alongside Handoff?

    Handoff is one of 11 skills that DirSkills catalogs from anombyte93/prd-taskmaster, the repository it ships in. Its siblings there include Atlas, Customise Workflow and Discover. Each one is a separate skill with its own page in this directory, installs the same way Handoff does, and is maintained by anombyte93 in that same repository. The rest of the collection is listed on the anombyte93/prd-taskmaster page.

  • How does Handoff compare to other Automation skills?

    Handoff ranks #1234 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Handoff against them. Open each page to compare what they document and how they install.

More from anombyte93/prd-taskmaster

Handoff is one of 11 skills cataloged on DirSkills from anombyte93/prd-taskmaster.

See all 11 skills
🧭
6d ago

Atlas

Atlas turns a goal into a validated PRD and an executable, verified task graph by handing off to the go orchestrator. Use it when a user asks to build something or requests a PRD-driven workflow.
AI Engineering
59158
⚙️
6d ago

Customise Workflow

Customise Workflow asks curated questions to update prd-taskmaster preferences in .atlas-ai/config/atlas.json. Use it to change phase gates, validation strictness, provider defaults, execution mode, and template choice.
Automation
59158
🧭
6d ago

Discover

Discover runs the first phase of the prd-taskmaster pipeline to capture goals, constraints, and scale before spec generation. It supports interactive brainstorming or autonomous self-discovery, then hands off to GENERATE.
AI Engineering
59158
🏎️
6d ago

Execute Fleet

Execute Fleet runs approved Atlas Fleet tasks across isolated worktrees with inbox-based coordination, CDD card verification, sequential integration merges, and one final PR. Use it when a HANDOFF selects Fleet execution for a committed base branch.
DevOps
59158
⚙️
6d ago

Execute Task

Execute Task runs the next TaskMaster item through implementation and CDD verification until tasks are complete. It is used for autonomous task execution with plan matching, subagent dispatch, status updates, and evidence checks.
Automation
59158
🔎
6d ago

Expand Tasks

Expand Tasks researches TaskMaster tasks before implementation by reading tasks.json, spawning parallel research agents in waves, and writing findings back. Use it after PRD parsing and before coding starts.
AI Engineering
59158