pflow-task-next

Installation
SKILL.md

On any failure (non-zero exit, or "status":"error" in the JSON) print ⚠️ <error.message> and stop.

Steps

  1. Take the task. Run .agents/skills/pflow-task-next/scripts/task-next-context.sh. It prints one JSON line; act on status:

    • no_tasks — tell the user there's nothing to take and stop.
    • error — print ⚠️ <error.message> and stop.
    • ready — continue with task.title and task.description.
  2. Name the branch from the task (rules below) → BRANCH = TYPE/SLUG.

  3. Create it: .agents/skills/pflow-task-next/scripts/task-next-branch.sh --branch "BRANCH". On status:created, reply:

    ✅ Task in progress: <task.title>
    Branch: <branch> (from <previous_branch>)
    

Branch naming

Installs
13
First Seen
Jun 6, 2026
pflow-task-next — phpinfo/pflow-skills