Reading Your Results·Beginner

Understanding the Finish Plan

Learn how to read and navigate your FinishKit Finish Plan.

Your Finish Plan is the output of a FinishKit scan. It's a prioritised list of everything standing between your app and a successful launch.

Layout

The Finish Plan is divided into two sections:

Blockers at the top: findings that will actively prevent your app from working in production. Fix these first.

Everything else below: findings organized by category (security, deploy, stability, tests, ui) and sorted by severity within each category.

Reading a finding

Each finding shows:

FieldWhat it means
TitleShort description of the issue
CategoryWhich type of problem it is
SeverityHow urgent the fix is (critical → low)
FileWhere in your codebase the issue lives
ExplanationWhy this matters for shipping
Suggested fixWhat to do about it

What to do first

  1. Read through all critical and high severity findings
  2. Fix blockers before anything else
  3. Work through security findings next. These protect your users.
  4. Then deploy, stability, tests, and ui in that order

Re-scanning

After fixing issues, run another scan from your project page. FinishKit will show you which findings have been resolved and flag any new ones.

Next step

Finding categories →