# Ab Create Task From Handoff

> Resume a handoff (a side-topic spun off mid-grill) and turn it into a test-driven task. Use when the user wants to continue grilling on a deferred topic captured under docs/handoffs/.

- Skill: `ayoubben18/ab-create-task-from-handoff` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ayoubben18/ab-create-task-from-handoff`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ayoubben18/ab-create-task-from-handoff/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: ayoubben18 (https://skillmd.com/u/ayoubben18)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/ayoubben18/ab-create-task-from-handoff

---


This skill runs the AB Method **create-task-from-handoff** workflow.

Follow the workflow defined in `.ab-method/core/create-task-from-handoff.md` exactly — it loads the handoff, continues the grill where it left off, then hands off to the standard create-task flow (project analysis → missions → TDD).

Before doing anything, check `.ab-method/structure/index.yaml`. It defines where handoffs are read from (`docs/handoffs/`) and where task documents are written. Paths are user-configurable; never hardcode them.

