next

Aggregate task stacks, queues, inbox pressure, health, and goals to generate one executable next action.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/shakedfb/deterministic-agentic-sdlc-workflow --skill next-shakedfb
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: next
Source: https://github.com/shakedfb/deterministic-agentic-sdlc-workflow/tree/main/.claude/skills/next
Command: npx skills add https://github.com/shakedfb/deterministic-agentic-sdlc-workflow --skill next-shakedfb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Surface the most valuable next action to take in a complex, multi-signal workflow, helping you move projects forward with focus and clarity.

Core Features & Use Cases

  • Context-aware decisioning: Aggregates signals from task stacks, queues, inbox pressure, health checks, and goals to surface one executable next step.
  • Deterministic guidance: Returns a concrete action with rationale, so you can act with confidence.
  • Goal-aligned prioritization: Aligns recommendations with project priorities and long-term objectives.

Quick Start

Run /next to obtain the single most valuable next action for your current context.

Frequently Asked Questions about next

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

FAQPage Schema
How do I identify the most valuable next action in a complex workflow?▼

Determining the next action requires aggregating signals from task stacks, queues, inbox pressure, health, and goals. This Skill computes a prioritized recommendation by evaluating these inputs against your defined objectives to return one executable command.

What do I need to set up before I can get a prioritized next-action recommendation?▼

Computing a prioritized next-action recommendation requires a defined vault with a task stack in ops/tasks.md and queue state in ops/queue.*. These inputs provide the necessary signals to generate one executable command with rationale.

How does signal integration work for workflow prioritization?▼

Signal integration for workflow prioritization works by combining data from task stacks, queues, inbox pressure, health, and goals. The Skill aligns this aggregated context with project priorities to surface a deterministic, goal-aligned next step.

Can I use this for team operations planning or is it only for individual task queues?▼

This applies to both team operations planning and individual task queues. It supports teams and individuals needing fast, context-aware decisions across development, operations, and planning workflows to generate one executable command.

Does the next-action recommendation avoid suggesting duplicate tasks?▼

Yes, the recommendation avoids duplicates by applying deduplication against recent results. This ensures the suggested next action remains relevant and prevents repeating previously surfaced commands within your workflow.