opportunity-report-tracking

Generate an opportunity pipeline markdown report from opportunities.yaml.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual effort of compiling your opportunity pipeline by generating a ready-to-save, full-detail tracking report directly from your opportunities tracker data.

Core Features & Use Cases

  • Active pipeline snapshot: Builds an "Active pipeline" table from active opportunities where stage is not Closed (and supports an optional Closed appendix when requested).
  • Future desired view: Produces a "Future desired" table from future_desired, including next_action columns when present.
  • Assumptions and risk framing: Adds explicit Assumptions and Risk sections without fabricating any missing fields.
  • Safety and accuracy guardrails: Ensures table cells reflect stored YAML field values exactly, using "—" when a field is absent or empty.

Quick Start

Use opportunity-report-tracking to generate today’s pipeline markdown report from data/opportunities.yaml and save it to data/reports/pipeline/opportunity-tracking-YYYY-MM-DD.md.

Frequently Asked Questions about opportunity-report-tracking

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

FAQPage Schema
How do I generate an opportunity pipeline report from YAML data?

Generate an opportunity pipeline report by reading opportunities.yaml to populate active and future desired tables, appending assumptions and risk sections, and saving the markdown output to data/reports/pipeline.

What is the best way to track my active job opportunities in a markdown file?

Track active job opportunities by compiling a markdown snapshot from YAML data, filtering out closed stages by default, and using exact field values to ensure accurate pipeline reporting.

Can I include closed opportunities when generating a pipeline tracking report?

Include closed opportunities by requesting an optional closed appendix when generating the pipeline tracking report, which defaults to excluding closed stages from the active pipeline table.

How does the report handle missing or empty YAML fields in opportunity tracking?

Missing or empty YAML fields in opportunity tracking are handled by inserting an em dash into the markdown table cells, ensuring no fabricated data is added to the pipeline report.

Do I need a specific template file to create an opportunity tracking markdown output?

You need a specific template file located at templates/opportunity_report_tracking.md to structure the pipeline snapshot, filling active and future desired tables with your stored YAML values.