flpbalada/fb-skills

to-milestones

Break a PRD into linear, verifiable implementation milestones grounded in the codebase. Use when planning implementation checkpoints from product requirements.

First seen Jul 31, 2026

Installation

$ npx skills add flpbalada/fb-skills --skill to-milestones

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from flpbalada/fb-skills · top by installs.

npx skills add flpbalada/fb-skills

Browse all from flpbalada/fb-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 7
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,116 B
  • docs SUMMARY.md 180 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 4 installs

SKILL.md

Convert PRD to Milestones

Workflow

  1. Extract required behavior, priorities, constraints, acceptance criteria, dependencies, and open questions from the PRD.
  2. Inspect the affected code paths, data flow, integrations, tests, and reusable patterns.
  3. Ask focused questions when inputs are missing, the PRD conflicts with the codebase, or sequencing requires an unresolved decision. Do not invent decisions.
  4. Draft one linear sequence ordered by dependencies, then priority and risk.
  5. Make each milestone the smallest useful vertical slice with an observable result. It may depend only on external prerequisites or earlier milestones.
  6. Ensure the sequence covers every required outcome and each milestone can be verified after earlier milestones without requiring later ones.
  7. State the command or behavior check that verifies each milestone.

Output

Use the [response template](./RESPONSE.md).