pflow-task-next
Installation
SKILL.md
On any failure (non-zero exit, or "status":"error" in the JSON) print ⚠️ <error.message> and stop.
Steps
-
Take the task. Run
.agents/skills/pflow-task-next/scripts/task-next-context.sh. It prints one JSON line; act onstatus:no_tasks— tell the user there's nothing to take and stop.error— print⚠️ <error.message>and stop.ready— continue withtask.titleandtask.description.
-
Name the branch from the task (rules below) →
BRANCH = TYPE/SLUG. -
Create it:
.agents/skills/pflow-task-next/scripts/task-next-branch.sh --branch "BRANCH". Onstatus:created, reply:✅ Task in progress: <task.title> Branch: <branch> (from <previous_branch>)