Prd Loc Estimator

Estimate line additions and deletions from a PRD or spec by reading the requirements and inspecting the target repo. Use when the user asks for changed LOC, additions, deletions, diff size, PR size, or implementation size before building.

flpbalada Updated

File contents

PRD LOC Estimator

Estimate likely source changes before implementation.

Flow

  1. Read the PRD or spec.
  2. Extract scope, non-goals, acceptance criteria, and unknowns.
  3. Inspect likely touched repo areas.
  4. List likely files, including expected new files.
  5. Estimate additions and deletions per file.
  6. Use ranges and separate additions from deletions.
  7. Mark expected paths that do not exist as new file.
  8. Exclude generated, build, and lockfile output unless the PRD requires it.
  9. Recommend splitting when total changed lines likely exceed 400.
  10. Use TEMPLATE.md for output.

flpbalada/fb-skills/tree/main/skills/prd-loc-estimator commit b3b036d626

Frequently asked questions

npx skillmds@latest add flpbalada/prd-loc-estimator