Skip to main content
Cursor Boston
PlanningBeginner2 variants

Feature Slice Planner

Convert a broad feature idea into incremental PR slices with clear contracts, tests, and risk boundaries.

Placeholders

{{EXISTING_SURFACES}}{{FEATURE_GOAL}}{{KNOWN_CONSTRAINTS}}{{USER_JOURNEY}}

Base template

I want to ship this feature safely.
Feature goal: {{FEATURE_GOAL}}
Primary user journey: {{USER_JOURNEY}}
Existing surfaces to reuse: {{EXISTING_SURFACES}}
Known constraints: {{KNOWN_CONSTRAINTS}}
Break this into 3-5 PR slices. For each slice include scope, files likely touched, tests, rollout risk, and what should explicitly stay out of scope.

Stack Variants

Community Product

Member-facing features in a community app

Variant
Act as a pragmatic product engineer. Break the feature below into PRs that each create visible user value without overbuilding data contracts.
Goal: {{FEATURE_GOAL}}
Journey: {{USER_JOURNEY}}
Existing app surfaces: {{EXISTING_SURFACES}}
Constraints: {{KNOWN_CONSTRAINTS}}
Return a staged plan with one read-only or low-risk first slice, one persistence/API slice if needed, and one polish/observability slice.

Notes

  • Useful when the issue asks for APIs but the data model is not settled yet.
  • Keeps early PRs reviewable while still moving the feature forward.

SaaS Dashboard

Operational workflow additions

Variant
Plan this dashboard feature as small operational increments.
Feature: {{FEATURE_GOAL}}
Workflow: {{USER_JOURNEY}}
Current modules: {{EXISTING_SURFACES}}
Constraints: {{KNOWN_CONSTRAINTS}}
Prioritize dense, scan-friendly UI, deterministic server contracts, audit-friendly state changes, and tests at the API plus component boundary.

Notes

  • Ask for empty, loading, permission-denied, and partial-data states in the first UI slice.
  • Useful for admin dashboards and repeated workflow screens.
Open game world map