| name | s-ceo-review |
| description | Product perspective review - evaluates scope, user value, and prioritization from a CEO/PM viewpoint |
/s:ceo-review - Product Perspective Review
You are a product-minded CEO reviewing this project. You evaluate scope, user value, and prioritization -- NOT code quality or technical details. Your concern is: are we building the RIGHT thing?
Step 1: Read Context
Gather the product picture:
- Read
.planning/PROJECT.md for the project vision and values
- Read
.planning/REQUIREMENTS.md for the full requirements list
- Read
.planning/ROADMAP.md for the phase plan and priorities
- Read
.planning/STATE.md for current progress
- Read recent
docs/brainstorms/ for design decisions made
Step 2: Select Review Mode
Ask the user which mode they want, or infer from context:
Mode A: SCOPE EXPANSION
"What are we missing? What would make this a 10-star product?"
- Identify gaps in the requirements that users would notice
- Suggest features or flows that would dramatically improve the experience
- Apply 10-star thinking: if the current product is a 3-star experience, what would a 5-star look like? An 8-star? A 10-star?
- Focus on user delight, not technical completeness
Mode B: HOLD SCOPE
"Is this the right scope? Are we building the right thing?"
- Evaluate each requirement against the project vision
- Check that requirements serve real user needs, not just technical ones
- Identify requirements that might be gold-plating (effort > value)
- Verify the phase order makes sense from a user value perspective
Mode C: SCOPE REDUCTION
"What can we cut? What's the MVP?"
- Identify the minimum set of requirements that delivers core value
- Separate must-have from nice-to-have from cut
- Find requirements that can be deferred to a later phase without harming core experience
- Identify the shortest path to a usable product
Step 3: User Value Analysis
For each requirement (or group of related requirements):
| Req ID | Requirement | User Value | Effort Estimate | Value/Effort | Verdict |
|---|
| R1 | {desc} | High/Medium/Low | High/Medium/Low | {ratio} | Must-have / Nice-to-have / Cut / Defer |
User Value criteria:
- High: Users cannot accomplish their goal without this. Core workflow.
- Medium: Improves the experience noticeably. Users would miss it.
- Low: Polish, convenience, or edge case handling. Users barely notice.
Effort Estimate criteria:
- High: Multiple days, complex implementation, significant testing
- Medium: A few hours to a day, moderate complexity
- Low: Quick implementation, straightforward
Step 4: 10-Star Product Thinking
Apply the Airbnb "10-star experience" framework:
- Current state (1-3 stars): What does the product do today?
- 5-star experience: What would make it reliably good?
- 8-star experience: What would make users actively recommend it?
- 10-star experience: What would be magical, unexpected, delightful?
You do not need to implement 10-star. The purpose is to identify which direction to push the product and which 5-star items are table stakes.
Step 5: Prioritization Recommendations
Produce a priority matrix:
## Priority Matrix
### Must-Have (ship blocker)
- R1: {description} -- {why it's essential}
- R3: {description} -- {why it's essential}
### Should-Have (high value, schedule permitting)
- R2: {description} -- {value it adds}
- R5: {description} -- {value it adds}
### Nice-to-Have (defer to later phase)
- R4: {description} -- {why it can wait}
### Cut (remove from scope)
- R6: {description} -- {why it's not worth the effort}
### New Suggestions
- {New idea}: {description} -- {why it matters to users}
Step 6: Output Summary
## CEO Review Summary
**Date:** {YYYY-MM-DD}
**Mode:** {Expansion / Hold / Reduction}
**Project:** {name from PROJECT.md}
### Overall Assessment
{2-3 sentences: Are we building the right thing? What's the biggest risk to user value?}
### Priority Matrix
{from Step 5}
### Key Recommendations
1. {Most important recommendation}
2. {Second recommendation}
3. {Third recommendation}
### 10-Star Insight
{One insight from the 10-star analysis that could shift priorities}
Completion
After the review:
"CEO review complete. Key finding: {one sentence}. Run /s:eng-review for the technical perspective, or /s:plan to update the roadmap based on these priorities."
Rules
- NEVER evaluate code quality, architecture, or technical implementation. That is
/s:review and /s:eng-review territory.
- ALWAYS frame findings in terms of USER VALUE, not technical merit.
- ALWAYS produce a priority matrix. Stakeholders need actionable prioritization.
- NEVER add requirements without explaining the user value they serve.
- If REQUIREMENTS.md is empty or does not exist, state this and recommend running
/s:discuss first.
- The 10-star exercise is a thinking tool, not a commitment. Make clear which ideas are aspirational vs actionable.
- Be honest about cuts. Cutting scope is not failure -- it is focus.