next

Analyze project state to recommend the next skill to run.

Updated Sep 12, 2021
One-click install
npx skills add https://github.com/cerico/macfair --skill next-cerico
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: next
Source: https://github.com/cerico/macfair/tree/main/files/claude/skills/next
Command: npx skills add https://github.com/cerico/macfair --skill next-cerico

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill determines the most appropriate next actions to take based on the current project state.

Core Features & Use Cases

  • Analyze the current project state (branch status, uncommitted changes, PRs, TODOs, recent activity) to propose concrete next steps.
  • Provide quick-start guidance on which skill to run next to maintain momentum during a session.
  • Adapt recommendations across common scenarios like a clean main branch with outstanding TODOs, active feature branches with changes, or pending reviews.

Quick Start

Ask for next steps when you finish a task or are unsure what skill to run next. Example: "What should I do next?" or "/skills to see all options".

Frequently Asked Questions about next

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

FAQPage Schema
How do I determine the next action for my git workflow based on project state?

To determine the next action for your git workflow, this skill evaluates branch status, uncommitted changes, pending PRs, and TODOs to generate actionable recommendations for your current development session.

What is the best way to figure out what task to plan next after finishing a feature?

The best way to figure out what task to plan next is to analyze recent git activity and pending TODO items, which allows the tool to suggest concrete steps to maintain your development momentum.

Can I use project state signals like branch status to get decision support for my next step?

Yes, you can use project state signals like branch status and PR state for decision support, as the skill processes these inputs to propose the most appropriate next actions for your repository.

How do I get quick-start guidance on which skill to run next during active development?

To get quick-start guidance on which skill to run next, simply ask for next steps during an active development session, and the tool will adapt recommendations to your current workflow scenario.

Does this task planning tool work with active feature branches that have pending changes?

Yes, this task planning tool works with active feature branches, specifically adapting its recommendations across common scenarios like branches with pending changes or PRs awaiting review.