next

Fetch the next roadmap item or issue and prepare branch or worktree workflows.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/oobagi/jflow --skill next-oobagi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: next
Source: https://github.com/oobagi/jflow/tree/main/skills/next
Command: npx skills add https://github.com/oobagi/jflow --skill next-oobagi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you pick up the next roadmap item or a specific issue to maintain momentum and coordinate work across branches or worktrees.

Core Features & Use Cases

  • Identify and fetch the next roadmap item (or a specified issue) to begin work.
  • Optionally suggest parallel work items not on the roadmap and prepare isolated worktrees to run concurrently.
  • Choose an implementation approach (serial feature branch or parallel worktrees) and report back with changes and next steps.

Quick Start

Identify the next roadmap item or a specified issue and prepare a dedicated branch or worktree workflow for parallel execution.

Frequently Asked Questions about next

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I pick the next roadmap item and start working on it?

To pick the next roadmap item, the skill identifies and fetches the next task from ROADMAP.md or a specified issue, creates a branch naming scheme, runs necessary checks, and reports next steps to begin work.

Can I work on multiple issues in parallel using git worktrees?

Yes, you can work in parallel. The skill presents candidate issues not in ROADMAP.md and spawns separate git worktrees to enable concurrent development across isolated branches.

What is the best way to manage parallel feature branches for concurrent development?

Using parallel worktrees is an effective way to manage concurrent branches. The skill creates an isolated worktree workflow, selects the target agent type, and runs necessary checks to coordinate work.

Do I need a ROADMAP.md file to fetch issues and create a branch?

You do not strictly need ROADMAP.md to begin. While the skill fetches the next roadmap item from ROADMAP.md, it can also fetch a specified issue and prepare a dedicated serial feature branch or parallel worktree.

How does branching and worktree selection work for specific issues?

The skill chooses an implementation approach, either a serial feature branch or parallel worktrees. It then creates an appropriate branch naming scheme, selects the target agent type, runs checks, and reports changes.