Product Roadmap
When to Use This Skill
Use this skill when you need to:
- Build a product roadmap database in Notion to plan features, milestones, and releases
- Prioritize a backlog of feature ideas using ICE scoring or MoSCoW
- Communicate a development timeline to stakeholders, investors, or team members
- Replace a spreadsheet, Trello board, or whiteboard-based product planning process
DO NOT use this skill for:
- Project task management with daily to-dos (use project-tracker instead)
- Bug tracking or issue management (different schema and workflow)
- Enterprise portfolio management across dozens of products (too complex for a single database)
Quick Reference
| Feature |
Details |
| Properties |
12 fields per feature record |
| Prioritization |
ICE scoring (default) or MoSCoW framework |
| Status stages |
6 (Backlog > Planned > In Progress > Testing > Shipped > Deferred) |
| Timeframes |
4 horizons (Now, Next, Later, Icebox) |
| Database views |
4 filtered views |
| Seeding |
Bulk import from feature list or product brief |
Database Schema
| Property |
Type |
Options/Default |
| Feature Name |
Title |
Required |
| Description |
Rich text |
Empty |
| Priority |
Select |
Must Have (red), Should Have (orange), Could Have (yellow), Won't Have (gray) |
| Status |
Select |
Backlog (gray), Planned (blue), In Progress (purple), Testing (orange), Shipped (green), Deferred (red) |
| Quarter/Phase |
Select |
Now (green), Next (blue), Later (yellow), Icebox (gray) |
| Effort |
Select |
XS (gray), Small (green), Medium (yellow), Large (orange), XL (red) |
| Impact |
Number |
1-10 scale |
| Confidence |
Number |
1-10 scale |
| Ease |
Number |
1-10 scale |
| Owner |
Rich text |
Empty |
| Category |
Select |
Core (blue), Growth (green), Monetization (purple), Infrastructure (gray), UX/Design (pink), Integrations (orange) |
| Dependencies |
Rich text |
Empty |
Status Flow
| Status |
Meaning |
Action |
| Backlog |
Idea captured, no timeline |
Score with ICE, assign priority |
| Planned |
Committed to a quarter |
Assign owner, refine description |
| In Progress |
Actively being built |
Owner provides progress updates |
| Testing |
Built, undergoing QA or beta |
Testers provide feedback within 5 days |
| Shipped |
Live and available to users |
Mark release date in Description |
| Deferred |
Intentionally postponed |
Log reason, revisit next quarter |
Effort Sizing
XS = less than 1 day | Small = 1-3 days | Medium = 1-2 weeks | Large = 3-4 weeks | XL = 5+ weeks
ICE Scoring Framework
DEFAULT PRIORITIZATION METHOD. Use ICE unless the user explicitly requests MoSCoW-only.
ICE Score = (Impact x Confidence x Ease) / 10
| Dimension |
Question |
Scale |
| Impact |
How much does this move the needle on revenue, retention, or satisfaction? |
1 (minimal) to 10 (transformative) |
| Confidence |
How certain are we this will deliver the expected impact? |
1 (pure guess) to 10 (validated with data) |
| Ease |
How easy is this to implement given current resources? |
1 (massive effort) to 10 (trivial to ship) |
| ICE Range |
Action |
| 50-100 |
Prioritize immediately; move to Now |
| 25-49 |
Plan for Next quarter |
| 10-24 |
Keep in Later; refine scope |
| 1-9 |
Move to Icebox; revisit when data improves |
Scoring rules:
- Score Impact on business outcomes, not feature coolness. A billing fix that reduces churn outscores a flashy animation.
- Score Confidence on evidence. Customer interviews = 8-10, gut feeling = 2-3, competitor has it = 5-6.
- Score Ease relative to team size. Solo developer rates a 2-week feature as 3; a 5-person team rates it 7.
- NEVER give every feature the same scores. If all features score 5/5/5, the framework provides zero signal.
Core Workflow
EVERY PRODUCT ROADMAP STARTS BY GATHERING PRODUCT DETAILS AND CREATING THE DATABASE WITH THE FULL 12-PROPERTY SCHEMA BEFORE ADDING ANY FEATURES -- NEVER ADD PAGES TO A DATABASE THAT IS MISSING PROPERTIES.
Phase 1: Gather Product Details
- Product name -- what is the product called
- Product type -- SaaS, mobile app, web app, online course, physical product, marketplace
- Current stage -- idea, MVP, beta, launched, scaling
- Notion parent page -- where should the roadmap live (page name or URL)
- Feature list -- known features, ideas, or backlog items to import
- Team size -- solo, small team (2-5), or team (6+); affects Ease scoring
- Release cadence -- weekly, biweekly, monthly, quarterly, or milestone-based
- Stakeholder audience -- who will read this (team, investors, customers, board)
- Custom categories -- product areas beyond the 6 defaults
If the user provides only items 1, 4, and 5, proceed with all defaults.
Brief template:
I'll build your product roadmap in Notion. Quick answers needed:
1. Product name?
2. Product type? (SaaS, app, course, physical, other)
3. Current stage? (idea, MVP, beta, launched, scaling)
4. Which Notion page should I create the roadmap under?
5. Feature list or backlog to import?
6. Team size? (solo, 2-5, 6+)
7. Release cadence? (weekly, biweekly, monthly, quarterly)
8. Who will read this roadmap? (team, investors, customers)
Phase 2: Prioritize Features with ICE Scoring
- Score every feature with Impact, Confidence, Ease (1-10 each)
- Calculate ICE Score: (I x C x E) / 10
- Assign MoSCoW Priority: ICE 50+ = Must Have, 25-49 = Should Have, 10-24 = Could Have, below 10 = Won't Have
- Assign Quarter/Phase: Must Have -> Now, Should Have -> Now/Next, Could Have -> Next/Later, Won't Have -> Icebox
- Present scored list for user approval:
# Feature Impact Conf Ease ICE Priority Phase
1 Stripe payment integration 9 8 6 43.2 Must Have Now
2 Email onboarding sequence 8 7 7 39.2 Should Have Now
3 Team member roles 7 6 5 21.0 Could Have Next
4 Dark mode 3 4 8 9.6 Won't Have Icebox
Approve this prioritization, or tell me which scores to adjust.
NEVER skip prioritization. Even if the user says "just add them all," score every feature first.
Phase 3: Search Notion for Parent Page
- Call
notion-search with the page name the user provided
- Confirm the parent page if multiple matches exist
IF NOT FOUND: Ask for exact title, try shorter keywords, verify integration access. After 3 failures: "I cannot locate that page. Check Settings > Connections in Notion and verify the integration has access."
Phase 4: Create the Roadmap Database
- Call
notion-create-database with parent page ID, title [Product Name] Roadmap, and all 12 properties from the schema above (including color assignments)
- Verify with
notion-fetch on the returned database ID
- Confirm creation with property summary
IF CREATION FAILS: Verify parent page ID with notion-fetch, check permissions, retry once. If it fails again: "Please go to the parent page > three-dot menu > Connections and ensure the integration has 'Can edit' access."
Phase 5: Seed Features and Deliver
- Using the approved scored list from Phase 2, call
notion-create-pages for all features
- Populate all 12 properties per feature. Must Have/Now features start as "Planned"; all others start as "Backlog"
- Report results grouped by Quarter/Phase with feature name, priority, effort, ICE score, and owner
- Provide view setup instructions (Notion MCP cannot create views programmatically):
RECOMMENDED VIEWS:
1. TIMELINE VIEW (Table) — Group by: Quarter/Phase, Sort: Priority then ICE descending, Filter: not Deferred
2. PRIORITY BOARD (Board) — Group by: Priority, Sort: Impact descending, Filter: not Shipped/Deferred
3. STATUS KANBAN (Board) — Group by: Status, Sort: Priority, No filter
4. QUICK WINS (Table) — Filter: Impact >= 7 AND Ease >= 7 AND Status = Backlog, Sort: Ease descending
- Deliver the planning guide:
QUARTERLY REVIEW (60 min):
1. Move shipped features to "Shipped"
2. Re-score features whose Impact/Confidence changed
3. Pull top Backlog features into "Planned" for next quarter
4. Assign owners to all "Now" features
WEEKLY CHECK-IN (15 min):
1. Update statuses in Status Kanban
2. Check for blocked features (note in Dependencies)
3. Review Quick Wins for fast shipping opportunities
ADDING NEW IDEAS: Set Status=Backlog, Phase=Icebox, score ICE, assign Priority
STAKEHOLDER VIEWS:
- Investors: filter Must Have + Should Have, hide ICE scores
- Customers: filter Now + Next, show Status and Quarter only
- Internal: show all views, full detail
IF THE FEATURE LIST IS VAGUE: Generate reasonable features based on product type and stage, present with ICE scores for approval BEFORE creating pages. NEVER create inferred features without confirmation.
Example 1: SaaS Invoicing Tool Roadmap
User: "Building a SaaS invoicing tool called BillFlow. Post-MVP with 50 beta users. Team: me (product), Priya (engineer), Marcus (designer). Monthly releases. Notion page: 'BillFlow Product'. Here are 12 features..."
Execution:
- Gather: BillFlow, SaaS, post-MVP, 3-person team, monthly, internal audience
- Prioritize: Score 12 features:
# Feature Impact Conf Ease ICE Priority Phase
1 Payment reminder emails 8 8 7 44.8 Must Have Now
2 Stripe payment integration 9 8 6 43.2 Must Have Now
3 CSV export for accountants 6 7 7 29.4 Should Have Now
4 Recurring invoice automation 9 7 5 31.5 Should Have Now
5 Dashboard with revenue metrics 7 6 6 25.2 Should Have Now
6 Late fee auto-calculation 6 7 5 21.0 Could Have Next
7 Team member roles 7 6 5 21.0 Could Have Next
8 Custom invoice templates 5 6 6 18.0 Could Have Next
9 QuickBooks sync 8 5 4 16.0 Could Have Next
10 Dark mode 2 9 8 14.4 Could Have Later
11 Client self-service portal 7 5 4 14.0 Could Have Later
12 Multi-currency support 6 4 3 7.2 Won't Have Icebox
- Search:
notion-search "BillFlow Product" -> pg_billflow123
- Create: Database "BillFlow Roadmap" with custom categories (Core, Billing, Reporting, Integrations, UX) ->
db_roadmap456
- Seed and deliver:
Features imported: 12 of 12
NOW: Payment reminder emails (Must, ICE 44.8), Stripe integration (Must, ICE 43.2),
Recurring invoices (Should, ICE 31.5), CSV export (Should, ICE 29.4),
Dashboard metrics (Should, ICE 25.2)
NEXT: Late fees (Could, ICE 21.0), Team roles (Could, ICE 21.0),
Invoice templates (Could, ICE 18.0), QuickBooks sync (Could, ICE 16.0)
LATER: Dark mode (Could, ICE 14.4), Client portal (Could, ICE 14.0)
ICEBOX: Multi-currency (Won't, ICE 7.2)
Next steps:
1. Create the 4 recommended views in Notion
2. Assign owners to the 3 unassigned features
3. Write detailed specs for the 2 Must Have features
4. Schedule quarterly review for end of this quarter
Example 2: Online Course Roadmap
User: "Solopreneur building a cooking course on Teachable called ChefPath. Idea stage. 8 feature ideas. Notion page: 'ChefPath Business'. Just me."
Execution:
- Gather: ChefPath, online course, idea stage, solo, milestone-based
- Prioritize: Score 8 features (solo = lower Ease for complex items):
# Feature Impact Conf Ease ICE Priority Phase
1 Teachable sales page setup 9 8 7 50.4 Must Have Now
2 Free sample lesson (lead magnet) 7 7 8 39.2 Should Have Now
3 Core curriculum (12 modules) 10 9 4 36.0 Must Have Now
4 Email waitlist + launch sequence 8 7 6 33.6 Should Have Now
5 Recipe PDF downloads (bonus) 5 8 8 32.0 Should Have Now
6 Student community (FB group) 6 6 7 25.2 Could Have Next
7 Advanced masterclass (upsell) 8 4 3 9.6 Won't Have Icebox
8 Affiliate referral program 6 3 5 9.0 Won't Have Icebox
- Search:
notion-search "ChefPath Business" -> pg_chef789
- Create: Database "ChefPath Roadmap", categories (Content, Marketing, Community, Monetization) ->
db_chef012
- Seed and deliver:
Features imported: 8 of 8
NOW: Sales page (Must, ICE 50.4), Sample lesson (Should, ICE 39.2),
Curriculum (Must, ICE 36.0), Email sequence (Should, ICE 33.6),
Recipe PDFs (Should, ICE 32.0)
NEXT: Student community (Could, ICE 25.2)
ICEBOX: Masterclass (Won't, ICE 9.6), Affiliates (Won't, ICE 9.0)
Solopreneur tip: Start with the highest ICE score (sales page setup),
not the biggest effort item (curriculum). The sales page validates demand
before you invest weeks recording video modules.
Pre-Delivery Checklist
DO NOT SKIP ANY ITEM.
Pre-Delivery Checklist:
[ ] Database created and accessible (notion-fetch with database ID)
[ ] All 12 properties configured
[ ] Priority options correct (4 MoSCoW levels)
[ ] Status options correct (6 stages)
[ ] Quarter/Phase options correct (4 horizons)
[ ] Effort options correct (5 sizes)
[ ] Category options present (default or custom)
[ ] ICE scores populated for all features
[ ] All features seeded successfully (count vs. expected)
[ ] No duplicate features
[ ] Owners assigned where team info was provided
[ ] Dependencies documented where applicable
[ ] View setup instructions delivered
[ ] Database under correct parent page
[ ] User approved prioritization before seeding
Recovery and Troubleshooting
Notion Search Returns No Results
- Ask for the exact page title (case-sensitive)
- Try a shorter keyword (e.g., "Product" instead of "BillFlow Product Dashboard")
- Confirm the page is shared with the Notion integration
- After 3 failures: "Check Settings > Connections in Notion and verify the integration has access."
Database Creation Fails
- Verify parent page ID with
notion-fetch
- Check for permission errors
- Retry once
- If it fails again: "Go to parent page > three-dot menu > Connections > ensure 'Can edit' access."
Feature Seeding Partially Fails
- Report which features succeeded and which failed
- Retry failed features individually
- If retries fail, provide details formatted for manual entry
Notion API Rate Limits
- Pause 10 seconds between batches, reduce to 5 features per call
- DO NOT skip features due to rate limits -- slow down and retry
User Disagrees with ICE Scores
- Ask which features to re-score and discuss their reasoning
- Adjust scores, recalculate ICE, re-sort priorities
- Present revised list for approval before proceeding
Adding Features Later
notion-fetch to confirm database ID and schema
- Score new features with ICE, present for approval
notion-create-pages to add, report updated totals
Schema Modification After Build
Notion MCP does not support modifying existing schemas. Instruct the user:
- Add property: click "+" in header row, choose type, name it
- Modify property: click column header > "Edit property"
- Add new option: click any cell in that column, type the new option name
Anti-Patterns
- DO NOT create the database without the full 12-property schema -- adding properties after pages exist causes alignment issues
- DO NOT skip ICE scoring -- prioritization is the core value of a roadmap, not the list itself
- DO NOT use dates that imply commitments unless the user confirms deadlines -- use relative horizons (Now, Next, Later), not calendar dates
- DO NOT add more than 20 features without grouping into categories -- uncategorized lists are backlog dumps, not roadmaps
- DO NOT assign all features to "Now" -- if everything is Now, nothing is prioritized
- DO NOT give every feature the same ICE scores -- identical scores defeat the framework
- DO NOT skip parent page confirmation -- creating under the wrong page is difficult to undo
- DO NOT create views programmatically -- Notion MCP does not support this
- DO NOT promise automated notifications, sprint planning, or burndown charts -- this is a database, not a full PM tool
- DO NOT include time-sensitive milestones like "Q3 2025" -- use relative horizons instead
1---2name: product-roadmap3description: Creates product roadmaps in Notion with milestones, feature priorities, release timelines, and status tracking for SaaS products, apps, courses, or any product with iterative development. Use when a user needs to plan product development, wants to communicate a roadmap to stakeholders, or needs to prioritize features for upcoming releases.4---56# Product Roadmap78## When to Use This Skill910Use this skill when you need to:11- Build a product roadmap database in Notion to plan features, milestones, and releases12- Prioritize a backlog of feature ideas using ICE scoring or MoSCoW13- Communicate a development timeline to stakeholders, investors, or team members14- Replace a spreadsheet, Trello board, or whiteboard-based product planning process1516**DO NOT** use this skill for:17- Project task management with daily to-dos (use project-tracker instead)18- Bug tracking or issue management (different schema and workflow)19- Enterprise portfolio management across dozens of products (too complex for a single database)2021---2223## Quick Reference2425| Feature | Details |26|---------|---------|27| Properties | 12 fields per feature record |28| Prioritization | ICE scoring (default) or MoSCoW framework |29| Status stages | 6 (Backlog > Planned > In Progress > Testing > Shipped > Deferred) |30| Timeframes | 4 horizons (Now, Next, Later, Icebox) |31| Database views | 4 filtered views |32| Seeding | Bulk import from feature list or product brief |3334## Database Schema3536| Property | Type | Options/Default |37|----------|------|-----------------|38| Feature Name | Title | Required |39| Description | Rich text | Empty |40| Priority | Select | Must Have (red), Should Have (orange), Could Have (yellow), Won't Have (gray) |41| Status | Select | Backlog (gray), Planned (blue), In Progress (purple), Testing (orange), Shipped (green), Deferred (red) |42| Quarter/Phase | Select | Now (green), Next (blue), Later (yellow), Icebox (gray) |43| Effort | Select | XS (gray), Small (green), Medium (yellow), Large (orange), XL (red) |44| Impact | Number | 1-10 scale |45| Confidence | Number | 1-10 scale |46| Ease | Number | 1-10 scale |47| Owner | Rich text | Empty |48| Category | Select | Core (blue), Growth (green), Monetization (purple), Infrastructure (gray), UX/Design (pink), Integrations (orange) |49| Dependencies | Rich text | Empty |5051### Status Flow5253| Status | Meaning | Action |54|--------|---------|--------|55| Backlog | Idea captured, no timeline | Score with ICE, assign priority |56| Planned | Committed to a quarter | Assign owner, refine description |57| In Progress | Actively being built | Owner provides progress updates |58| Testing | Built, undergoing QA or beta | Testers provide feedback within 5 days |59| Shipped | Live and available to users | Mark release date in Description |60| Deferred | Intentionally postponed | Log reason, revisit next quarter |6162### Effort Sizing6364XS = less than 1 day | Small = 1-3 days | Medium = 1-2 weeks | Large = 3-4 weeks | XL = 5+ weeks6566---6768## ICE Scoring Framework6970DEFAULT PRIORITIZATION METHOD. Use ICE unless the user explicitly requests MoSCoW-only.7172**ICE Score = (Impact x Confidence x Ease) / 10**7374| Dimension | Question | Scale |75|-----------|----------|-------|76| Impact | How much does this move the needle on revenue, retention, or satisfaction? | 1 (minimal) to 10 (transformative) |77| Confidence | How certain are we this will deliver the expected impact? | 1 (pure guess) to 10 (validated with data) |78| Ease | How easy is this to implement given current resources? | 1 (massive effort) to 10 (trivial to ship) |7980| ICE Range | Action |81|-----------|--------|82| 50-100 | Prioritize immediately; move to Now |83| 25-49 | Plan for Next quarter |84| 10-24 | Keep in Later; refine scope |85| 1-9 | Move to Icebox; revisit when data improves |8687**Scoring rules:**88- Score Impact on **business outcomes**, not feature coolness. A billing fix that reduces churn outscores a flashy animation.89- Score Confidence on **evidence.** Customer interviews = 8-10, gut feeling = 2-3, competitor has it = 5-6.90- Score Ease **relative to team size.** Solo developer rates a 2-week feature as 3; a 5-person team rates it 7.91- **NEVER give every feature the same scores.** If all features score 5/5/5, the framework provides zero signal.9293---9495## Core Workflow9697EVERY PRODUCT ROADMAP STARTS BY GATHERING PRODUCT DETAILS AND CREATING THE DATABASE WITH THE FULL 12-PROPERTY SCHEMA BEFORE ADDING ANY FEATURES -- NEVER ADD PAGES TO A DATABASE THAT IS MISSING PROPERTIES.9899### Phase 1: Gather Product Details1001011. **Product name** -- what is the product called1022. **Product type** -- SaaS, mobile app, web app, online course, physical product, marketplace1033. **Current stage** -- idea, MVP, beta, launched, scaling1044. **Notion parent page** -- where should the roadmap live (page name or URL)1055. **Feature list** -- known features, ideas, or backlog items to import1066. **Team size** -- solo, small team (2-5), or team (6+); affects Ease scoring1077. **Release cadence** -- weekly, biweekly, monthly, quarterly, or milestone-based1088. **Stakeholder audience** -- who will read this (team, investors, customers, board)1099. **Custom categories** -- product areas beyond the 6 defaults110111If the user provides only items 1, 4, and 5, proceed with all defaults.112113**Brief template:**114```115I'll build your product roadmap in Notion. Quick answers needed:1161. Product name?1172. Product type? (SaaS, app, course, physical, other)1183. Current stage? (idea, MVP, beta, launched, scaling)1194. Which Notion page should I create the roadmap under?1205. Feature list or backlog to import?1216. Team size? (solo, 2-5, 6+)1227. Release cadence? (weekly, biweekly, monthly, quarterly)1238. Who will read this roadmap? (team, investors, customers)124```125126### Phase 2: Prioritize Features with ICE Scoring1271281. Score every feature with Impact, Confidence, Ease (1-10 each)1292. Calculate ICE Score: (I x C x E) / 101303. Assign MoSCoW Priority: ICE 50+ = Must Have, 25-49 = Should Have, 10-24 = Could Have, below 10 = Won't Have1314. Assign Quarter/Phase: Must Have -> Now, Should Have -> Now/Next, Could Have -> Next/Later, Won't Have -> Icebox1325. Present scored list for user approval:133134```135 # Feature Impact Conf Ease ICE Priority Phase136 1 Stripe payment integration 9 8 6 43.2 Must Have Now137 2 Email onboarding sequence 8 7 7 39.2 Should Have Now138 3 Team member roles 7 6 5 21.0 Could Have Next139 4 Dark mode 3 4 8 9.6 Won't Have Icebox140141Approve this prioritization, or tell me which scores to adjust.142```143144**NEVER skip prioritization.** Even if the user says "just add them all," score every feature first.145146### Phase 3: Search Notion for Parent Page1471481. Call `notion-search` with the page name the user provided1492. Confirm the parent page if multiple matches exist150151**IF NOT FOUND:** Ask for exact title, try shorter keywords, verify integration access. **After 3 failures:** "I cannot locate that page. Check Settings > Connections in Notion and verify the integration has access."152153### Phase 4: Create the Roadmap Database1541551. Call `notion-create-database` with parent page ID, title `[Product Name] Roadmap`, and all 12 properties from the schema above (including color assignments)1562. Verify with `notion-fetch` on the returned database ID1573. Confirm creation with property summary158159**IF CREATION FAILS:** Verify parent page ID with `notion-fetch`, check permissions, retry once. **If it fails again:** "Please go to the parent page > three-dot menu > Connections and ensure the integration has 'Can edit' access."160161### Phase 5: Seed Features and Deliver1621631. Using the approved scored list from Phase 2, call `notion-create-pages` for all features1642. Populate all 12 properties per feature. Must Have/Now features start as "Planned"; all others start as "Backlog"1653. Report results grouped by Quarter/Phase with feature name, priority, effort, ICE score, and owner1664. Provide view setup instructions (Notion MCP cannot create views programmatically):167168```169RECOMMENDED VIEWS:1701711. TIMELINE VIEW (Table) — Group by: Quarter/Phase, Sort: Priority then ICE descending, Filter: not Deferred1722. PRIORITY BOARD (Board) — Group by: Priority, Sort: Impact descending, Filter: not Shipped/Deferred1733. STATUS KANBAN (Board) — Group by: Status, Sort: Priority, No filter1744. QUICK WINS (Table) — Filter: Impact >= 7 AND Ease >= 7 AND Status = Backlog, Sort: Ease descending175```1761775. Deliver the planning guide:178179```180QUARTERLY REVIEW (60 min):1811. Move shipped features to "Shipped"1822. Re-score features whose Impact/Confidence changed1833. Pull top Backlog features into "Planned" for next quarter1844. Assign owners to all "Now" features185186WEEKLY CHECK-IN (15 min):1871. Update statuses in Status Kanban1882. Check for blocked features (note in Dependencies)1893. Review Quick Wins for fast shipping opportunities190191ADDING NEW IDEAS: Set Status=Backlog, Phase=Icebox, score ICE, assign Priority192193STAKEHOLDER VIEWS:194- Investors: filter Must Have + Should Have, hide ICE scores195- Customers: filter Now + Next, show Status and Quarter only196- Internal: show all views, full detail197```198199**IF THE FEATURE LIST IS VAGUE:** Generate reasonable features based on product type and stage, present with ICE scores for approval BEFORE creating pages. **NEVER create inferred features without confirmation.**200201---202203## Example 1: SaaS Invoicing Tool Roadmap204205**User:** "Building a SaaS invoicing tool called BillFlow. Post-MVP with 50 beta users. Team: me (product), Priya (engineer), Marcus (designer). Monthly releases. Notion page: 'BillFlow Product'. Here are 12 features..."206207**Execution:**2082091. **Gather:** BillFlow, SaaS, post-MVP, 3-person team, monthly, internal audience2102. **Prioritize:** Score 12 features:211212```213 # Feature Impact Conf Ease ICE Priority Phase214 1 Payment reminder emails 8 8 7 44.8 Must Have Now215 2 Stripe payment integration 9 8 6 43.2 Must Have Now216 3 CSV export for accountants 6 7 7 29.4 Should Have Now217 4 Recurring invoice automation 9 7 5 31.5 Should Have Now218 5 Dashboard with revenue metrics 7 6 6 25.2 Should Have Now219 6 Late fee auto-calculation 6 7 5 21.0 Could Have Next220 7 Team member roles 7 6 5 21.0 Could Have Next221 8 Custom invoice templates 5 6 6 18.0 Could Have Next222 9 QuickBooks sync 8 5 4 16.0 Could Have Next22310 Dark mode 2 9 8 14.4 Could Have Later22411 Client self-service portal 7 5 4 14.0 Could Have Later22512 Multi-currency support 6 4 3 7.2 Won't Have Icebox226```2272283. **Search:** `notion-search` "BillFlow Product" -> `pg_billflow123`2294. **Create:** Database "BillFlow Roadmap" with custom categories (Core, Billing, Reporting, Integrations, UX) -> `db_roadmap456`2305. **Seed and deliver:**231232```233Features imported: 12 of 12234235 NOW: Payment reminder emails (Must, ICE 44.8), Stripe integration (Must, ICE 43.2),236 Recurring invoices (Should, ICE 31.5), CSV export (Should, ICE 29.4),237 Dashboard metrics (Should, ICE 25.2)238 NEXT: Late fees (Could, ICE 21.0), Team roles (Could, ICE 21.0),239 Invoice templates (Could, ICE 18.0), QuickBooks sync (Could, ICE 16.0)240 LATER: Dark mode (Could, ICE 14.4), Client portal (Could, ICE 14.0)241 ICEBOX: Multi-currency (Won't, ICE 7.2)242243Next steps:2441. Create the 4 recommended views in Notion2452. Assign owners to the 3 unassigned features2463. Write detailed specs for the 2 Must Have features2474. Schedule quarterly review for end of this quarter248```249250---251252## Example 2: Online Course Roadmap253254**User:** "Solopreneur building a cooking course on Teachable called ChefPath. Idea stage. 8 feature ideas. Notion page: 'ChefPath Business'. Just me."255256**Execution:**2572581. **Gather:** ChefPath, online course, idea stage, solo, milestone-based2592. **Prioritize:** Score 8 features (solo = lower Ease for complex items):260261```262 # Feature Impact Conf Ease ICE Priority Phase263 1 Teachable sales page setup 9 8 7 50.4 Must Have Now264 2 Free sample lesson (lead magnet) 7 7 8 39.2 Should Have Now265 3 Core curriculum (12 modules) 10 9 4 36.0 Must Have Now266 4 Email waitlist + launch sequence 8 7 6 33.6 Should Have Now267 5 Recipe PDF downloads (bonus) 5 8 8 32.0 Should Have Now268 6 Student community (FB group) 6 6 7 25.2 Could Have Next269 7 Advanced masterclass (upsell) 8 4 3 9.6 Won't Have Icebox270 8 Affiliate referral program 6 3 5 9.0 Won't Have Icebox271```2722733. **Search:** `notion-search` "ChefPath Business" -> `pg_chef789`2744. **Create:** Database "ChefPath Roadmap", categories (Content, Marketing, Community, Monetization) -> `db_chef012`2755. **Seed and deliver:**276277```278Features imported: 8 of 8279280 NOW: Sales page (Must, ICE 50.4), Sample lesson (Should, ICE 39.2),281 Curriculum (Must, ICE 36.0), Email sequence (Should, ICE 33.6),282 Recipe PDFs (Should, ICE 32.0)283 NEXT: Student community (Could, ICE 25.2)284 ICEBOX: Masterclass (Won't, ICE 9.6), Affiliates (Won't, ICE 9.0)285286Solopreneur tip: Start with the highest ICE score (sales page setup),287not the biggest effort item (curriculum). The sales page validates demand288before you invest weeks recording video modules.289```290291---292293## Pre-Delivery Checklist294295**DO NOT SKIP ANY ITEM.**296297```298Pre-Delivery Checklist:299 [ ] Database created and accessible (notion-fetch with database ID)300 [ ] All 12 properties configured301 [ ] Priority options correct (4 MoSCoW levels)302 [ ] Status options correct (6 stages)303 [ ] Quarter/Phase options correct (4 horizons)304 [ ] Effort options correct (5 sizes)305 [ ] Category options present (default or custom)306 [ ] ICE scores populated for all features307 [ ] All features seeded successfully (count vs. expected)308 [ ] No duplicate features309 [ ] Owners assigned where team info was provided310 [ ] Dependencies documented where applicable311 [ ] View setup instructions delivered312 [ ] Database under correct parent page313 [ ] User approved prioritization before seeding314```315316---317318## Recovery and Troubleshooting319320### Notion Search Returns No Results3211. Ask for the exact page title (case-sensitive)3222. Try a shorter keyword (e.g., "Product" instead of "BillFlow Product Dashboard")3233. Confirm the page is shared with the Notion integration3244. **After 3 failures:** "Check Settings > Connections in Notion and verify the integration has access."325326### Database Creation Fails3271. Verify parent page ID with `notion-fetch`3282. Check for permission errors3293. Retry once3304. **If it fails again:** "Go to parent page > three-dot menu > Connections > ensure 'Can edit' access."331332### Feature Seeding Partially Fails3331. Report which features succeeded and which failed3342. Retry failed features individually3353. If retries fail, provide details formatted for manual entry336337### Notion API Rate Limits3381. Pause 10 seconds between batches, reduce to 5 features per call3392. **DO NOT skip features due to rate limits** -- slow down and retry340341### User Disagrees with ICE Scores3421. Ask which features to re-score and discuss their reasoning3432. Adjust scores, recalculate ICE, re-sort priorities3443. Present revised list for approval before proceeding345346### Adding Features Later3471. `notion-fetch` to confirm database ID and schema3482. Score new features with ICE, present for approval3493. `notion-create-pages` to add, report updated totals350351### Schema Modification After Build352**Notion MCP does not support modifying existing schemas.** Instruct the user:353- Add property: click "+" in header row, choose type, name it354- Modify property: click column header > "Edit property"355- Add new option: click any cell in that column, type the new option name356357---358359## Anti-Patterns360361- **DO NOT** create the database without the full 12-property schema -- adding properties after pages exist causes alignment issues362- **DO NOT** skip ICE scoring -- prioritization is the core value of a roadmap, not the list itself363- **DO NOT** use dates that imply commitments unless the user confirms deadlines -- use relative horizons (Now, Next, Later), not calendar dates364- **DO NOT** add more than 20 features without grouping into categories -- uncategorized lists are backlog dumps, not roadmaps365- **DO NOT** assign all features to "Now" -- if everything is Now, nothing is prioritized366- **DO NOT** give every feature the same ICE scores -- identical scores defeat the framework367- **DO NOT** skip parent page confirmation -- creating under the wrong page is difficult to undo368- **DO NOT** create views programmatically -- Notion MCP does not support this369- **DO NOT** promise automated notifications, sprint planning, or burndown charts -- this is a database, not a full PM tool370- **DO NOT** include time-sensitive milestones like "Q3 2025" -- use relative horizons instead