Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete)....
npx skills add ahochma/My_PM_Skills --skill "steering-doc-prep"
Install specific skill from multi-skill repository
# Description
Turn a sprint CSV and a steering-doc template into an executive-ready steering document.
# SKILL.md
name: steering-doc-prep
description: Turn a sprint CSV and a steering-doc template into an executive-ready steering document.
Steering Doc Prep Skill
A steering-doc skill that converts sprint task data (from CSV) into a VP-ready steering document based on a canonical template.
When to use this skill
Use this skill when you say:
- “Generate a steering doc from this sprint CSV.”
- “Fill the Work Candidates table from this CSV.”
- “Draft the executive summary for my steering doc.”
Inputs this skill uses
Provide:
- Sprint CSV:
- One row per task for the upcoming sprint.
- Include at least: task name, area / squad, status, owner, link (e.g., Asana URL).
- Template reference:
- The steering-doc template you use (e.g., “Core trading Steering template (example)”).
- Optional hints:
- Product name / team.
- Release window or sprint dates.
Core behaviors
A. Full steering doc from CSV (SD)
- Load or mirror your canonical template sections:
- Title block and basic metadata.
- Client / Release table.
- Executive Summary.
- Development Team – Work Candidates table.
- Experiments / Other notes.
- Map CSV rows into the Work Candidates table:
- Use columns for: ID, title, area, status, owner, Asana link, notes.
- Do not invent tasks or change their meaning.
- Derive an Executive Summary from the data:
- Headline progress and priorities.
- Call out major bets, risks, and dependencies visible in the CSV.
- Keep template structure intact, filling where data exists and leaving gaps blank or as placeholders.
B. Fill a single section (FS)
- If you only want part of the doc:
- Executive summary.
- Client / Release table.
- Work Candidates table.
- Experiments / Other notes.
- Use the template’s layout, fill only that section from:
- The sprint CSV.
- Any short text hints you provide (e.g., team name, sprint name).
Output format
- A markdown document (or section) that:
- Mirrors the template’s headings and table structures.
- Is ready to paste into your source steering doc.
- Contains no invented data — everything traceable to CSV or explicit user inputs.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.