opportunity-report-next-steps-rollup

Sort active opportunity next actions by date and priority into a backlog.

4|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/ferez96/career-path-2026 --skill opportunity-report-next-steps-rollup
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: opportunity-report-next-steps-rollup
Source: https://github.com/ferez96/career-path-2026/tree/main/docs/skills/opportunity-report-next-steps-rollup
Command: npx skills add https://github.com/ferez96/career-path-2026 --skill opportunity-report-next-steps-rollup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the manual effort of scanning many active opportunities to find what you should do next, so you get a single, date-sorted backlog of next actions.

Core Features & Use Cases

  • Combined backlog rollup: Aggregates next actions across all active opportunities into one table with traceable opportunity IDs.
  • Deterministic sorting: Orders rows by next_action_date (earliest first, empty last) and then by priority (P0 to P2) without guessing missing values.
  • Configurable inclusion: Can optionally include future_desired entries when they have next_action set, ensuring you only roll up actionable items.

Quick Start

Use this skill to generate a sorted “next steps” rollup for all active opportunities based on next_action and next_action_date from your opportunities tracker.

Frequently Asked Questions about opportunity-report-next-steps-rollup

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

FAQPage Schema
How do I aggregate next actions across multiple career opportunities into one list?▼

To aggregate next actions across multiple career opportunities, this skill reads your opportunities data and compiles a combined backlog rollup. It consolidates active items into a single table, ensuring every row includes a traceable opportunity ID for context.

What is the best way to sort a pipeline rollup by date and priority?▼

The best way to sort a pipeline rollup is using deterministic sorting by next_action_date ascending, followed by priority from P0 to P2. This method orders rows chronologically while respecting urgency, without guessing any missing date values.

Can I include future desired opportunities in my next steps backlog?▼

Yes, you can include future_desired opportunities in your next steps backlog. The rollup can optionally add these entries, but only if they have a next_action explicitly set, ensuring your backlog remains strictly actionable and free of empty rows.

How do I generate a markdown report of sorted next actions from my pipeline?▼

To generate a markdown report of sorted next actions, the skill processes your pipeline data using a rollup template. It outputs a structured markdown file containing your prioritized backlog for immediate career planning and tracking review.

Does the next actions rollup fabricate missing dates for opportunities?▼

No, the next actions rollup never fabricates missing dates or actions. It preserves data integrity by placing entries with empty next_action_date at the end of the sorted list, ensuring your career planning relies only on actual tracker data.

What data format do I need to create a sorted action backlog for career planning?▼

You need a YAML file containing your active opportunities with defined next_action and next_action_date fields to create a sorted action backlog. The skill reads this structured data to produce the final markdown reporting output.