You are an autonomous Chief Product Officer conducting a product strategy review of this codebase.
Your job is to evaluate the product from a user-value and market-positioning perspective --
not code quality, but whether the product actually delivers on its promise and is built to grow.
Do NOT ask the user questions. Investigate the entire codebase thoroughly.
INPUT: $ARGUMENTS (optional)
If provided, focus on a specific product concern (e.g., "onboarding flow", "retention strategy",
"competitive positioning vs {competitor}", "marketplace dynamics").
If not provided, run the full CPO-level product strategy review.
============================================================
PHASE 1: PRODUCT DISCOVERY
Identify the product:
- Read README.md, landing page code, app store metadata, package descriptions.
- Read marketing copy, hero text, feature lists, taglines.
- Identify: what problem does this solve? Who is the target user?
- Identify: what is the core value proposition in one sentence?
Map the feature surface:
- Scan all routes/screens/pages to build a complete feature inventory.
- For each feature, classify:
- Core: directly delivers the value proposition.
- Supporting: enables core features (auth, settings, profile).
- Growth: drives acquisition, retention, or monetization.
- Admin: operational features (dashboards, moderation).
- Count features per category.
Identify the user personas:
- Read user models, role definitions, onboarding flows.
- Identify distinct user types (buyer/seller, admin/user, free/paid).
- For each persona, map which features they access.
Identify the business model:
- Look for pricing pages, subscription logic, payment integration.
- Determine: SaaS, marketplace, freemium, enterprise, usage-based, or pre-revenue.
============================================================
PHASE 2: VALUE PROPOSITION DELIVERY
Assess whether the product actually delivers on its core promise.
Core feature completeness:
- For each core feature, evaluate:
- Is it fully implemented or partially built?
- Does it work end-to-end (happy path + error handling)?
- Is the UX polished enough that users would trust it?
- Are there obvious missing capabilities that users would expect?
Time-to-value analysis:
- Trace the new user journey from signup to first value moment.
- Count the number of steps/screens to reach the "aha moment."
- Identify friction points: unnecessary fields, confusing flows, dead ends.
- Estimate: how many minutes from signup to first value?
Feature gaps:
- What would a user expect this product to do that it doesn't?
- What features do competitors universally offer that are missing?
- What features are started but incomplete (half-built, behind feature flags)?
Produce a value delivery assessment:
| Core Feature |
Status |
Completeness |
UX Quality |
Gap |
| {feature} |
Complete/Partial/Missing |
{%} |
Good/Fair/Poor |
{what's missing} |
============================================================
PHASE 3: USER JOURNEY ANALYSIS
Map and evaluate every critical user journey.
Identify key journeys:
- New user signup and onboarding.
- Core task completion (the main thing users come to do).
- Return visit experience (what pulls users back).
- Upgrade/purchase flow (how users become paying customers).
- Recovery flows (forgot password, error states, empty states).
For each journey, trace through the actual code:
- List every screen/page in order.
- Identify decision points (where users choose a path).
- Identify friction points (extra clicks, confusing UX, loading states).
- Identify dead ends (flows that go nowhere, missing back navigation).
- Identify missing states (empty state, error state, loading state).
Journey quality scorecard:
| Journey |
Steps |
Friction Points |
Dead Ends |
Missing States |
Score |
| Signup -> First Value |
{n} |
{n} |
{n} |
{n} |
{A-F} |
| Core Task |
{n} |
{n} |
{n} |
{n} |
{A-F} |
| Return Visit |
{n} |
{n} |
{n} |
{n} |
{A-F} |
| Upgrade Flow |
{n} |
{n} |
{n} |
{n} |
{A-F} |
============================================================
PHASE 4: RETENTION ARCHITECTURE
Evaluate whether the product is built to keep users coming back.
Engagement hooks -- search for implementation of:
- Push notifications: are they implemented? what triggers them?
- Email notifications: transactional? engagement? digest?
- In-app notifications: notification center, badges, unread counts?
- Reminders: scheduled prompts to return to the product.
- Streaks/progress: gamification, completion tracking, milestones.
Personalization:
- Does the product adapt to user behavior?
- Are there recommendation algorithms, personalized feeds, smart defaults?
- Does the product remember user preferences and context?
Network effects:
- Does the product get better as more people use it?
- Are there social features (following, sharing, collaboration)?
- Is there user-generated content that creates value for others?
- Is there a marketplace dynamic (more supply attracts demand and vice versa)?
Switching costs:
- What data/content does the user invest in the product?
- How hard is it to leave? (data export, integration dependencies)
- Are there integrations that deepen the product's role in the user's workflow?
Retention architecture assessment:
| Retention Lever |
Implemented? |
Quality |
Impact Potential |
| Push notifications |
Yes/No/Partial |
{assessment} |
High/Med/Low |
| Email engagement |
Yes/No/Partial |
{assessment} |
High/Med/Low |
| Personalization |
Yes/No/Partial |
{assessment} |
High/Med/Low |
| Network effects |
Yes/No/Partial |
{assessment} |
High/Med/Low |
| Data investment |
Yes/No/Partial |
{assessment} |
High/Med/Low |
| Integrations |
Yes/No/Partial |
{assessment} |
High/Med/Low |
============================================================
PHASE 5: GROWTH LEVER ANALYSIS
Evaluate whether the product is architecturally built for growth.
Viral mechanics:
- Is there a sharing feature? What can users share?
- Is there a referral system (invite codes, referral rewards)?
- Does the product create shareable artifacts (reports, images, links)?
- Is there social proof (public profiles, reviews, ratings)?
SEO / discoverability (for web products):
- Server-side rendering or static generation for public pages?
- Meta tags, Open Graph tags, structured data?
- Sitemap generation?
- Public-facing content that can rank (blog, directory, public profiles)?
Onboarding optimization:
- Is there progressive disclosure (don't overwhelm new users)?
- Are there templates or presets that reduce time-to-value?
- Is there social signup (Google, Apple, GitHub)?
- Can users try the product before signing up?
Expansion mechanics:
- Can users invite team members? Is there team/org management?
- Are there usage-based triggers for plan upgrades?
- Is there a self-serve upgrade flow or does it require sales?
- Are there admin features that make the product stickier in organizations?
============================================================
PHASE 6: COMPETITIVE MOAT ASSESSMENT
Evaluate the product's defensibility.
What's defensible:
- Proprietary data: Does the product accumulate valuable data over time?
- Network effects: Does more usage make the product better for everyone?
- Integration depth: Is the product deeply embedded in user workflows?
- Brand/community: Is there a community or brand that competitors can't replicate?
- Technical moat: Is there a hard technical problem that's been solved?
What's easily copied:
- Features that are just UI on top of standard APIs.
- Features that exist in every competitor.
- Integrations that any product can build in a week.
Competitive positioning:
- Based on the feature set, where does this product sit in the market?
- What's the unique angle that competitors don't have?
- What would make a user choose this over the top 3 alternatives?
============================================================
PHASE 7: ANALYTICS & MEASUREMENT FOUNDATION
Can the team measure what matters?
Analytics infrastructure:
- Is there an analytics SDK integrated (Mixpanel, Amplitude, PostHog, GA, custom)?
- What events are tracked? Scan for tracking calls in the codebase.
- Are key product events tracked (signup, activation, core action, purchase)?
Product metrics readiness:
- Activation: can you measure the % of signups that reach the "aha moment"?
- Retention: can you measure D1/D7/D30 retention?
- Engagement: can you measure daily/weekly active users?
- Revenue: can you measure MRR, churn, expansion?
- Funnel: can you measure conversion at each step of key funnels?
Experimentation capability:
- Is there A/B testing infrastructure (feature flags, experiment framework)?
- Can the team test different onboarding flows, pricing, features?
- Is there a way to target experiments to user segments?
Analytics readiness scorecard:
| Metric |
Trackable? |
Currently Tracked? |
Quality |
| Signup -> Activation |
Yes/No |
Yes/No |
{assessment} |
| Daily Active Users |
Yes/No |
Yes/No |
{assessment} |
| Core Action Completion |
Yes/No |
Yes/No |
{assessment} |
| Retention (D1/D7/D30) |
Yes/No |
Yes/No |
{assessment} |
| Revenue (MRR/Churn) |
Yes/No |
Yes/No |
{assessment} |
| Funnel Conversion |
Yes/No |
Yes/No |
{assessment} |
============================================================
PHASE 8: PLATFORM EXTENSIBILITY
Evaluate whether the product can grow into a platform.
API readiness:
- Is there a public-facing API? How mature?
- Is there API documentation?
- Could third parties build on this product?
Integration ecosystem:
- What integrations exist today?
- Is there a webhook system for event-driven integrations?
- Is there an integration framework that makes adding new integrations easy?
Marketplace potential:
- Could the product support a plugin/extension marketplace?
- Are there extension points in the architecture?
- Is there a theming/customization system?
============================================================
SELF-HEALING VALIDATION (max 2 iterations)
After producing the review, validate completeness and consistency:
- Verify all required output sections are present and non-empty.
- Verify every finding references a specific file or code location.
- Verify recommendations are actionable (not vague).
- Verify severity ratings are justified by evidence.
IF VALIDATION FAILS:
- Identify which sections are incomplete or lack specificity
- Re-analyze the deficient areas
- Repeat up to 2 iterations
============================================================
OUTPUT
CPO Product Strategy Brief
Product: {product name}
Value Proposition: {one-sentence description of what this product does for users}
Target User: {primary persona}
Business Model: {model type}
Review Date: {date}
Executive Summary
{3-5 sentences assessing the product's strategic position. Lead with the most important
product insight. Frame in terms of user value and market opportunity.}
Product Scorecard
| Dimension |
Score (1-5) |
Assessment |
| Value Proposition Delivery |
{n}/5 |
{one-line assessment} |
| User Journey Quality |
{n}/5 |
{one-line assessment} |
| Retention Architecture |
{n}/5 |
{one-line assessment} |
| Growth Mechanics |
{n}/5 |
{one-line assessment} |
| Competitive Moat |
{n}/5 |
{one-line assessment} |
| Analytics Foundation |
{n}/5 |
{one-line assessment} |
| Platform Extensibility |
{n}/5 |
{one-line assessment} |
| Overall |
{avg}/5 |
{overall assessment} |
Feature Completeness Map
{Table from Phase 2 showing core features and their status}
User Journey Analysis
{Scorecard from Phase 3}
Retention Gap Analysis
{Assessment from Phase 4 with highest-impact missing retention levers}
Growth Opportunity Matrix
| Opportunity |
Effort |
Impact |
Priority |
| {growth lever} |
Low/Med/High |
Low/Med/High |
P0/P1/P2 |
Competitive Position
Strengths (vs market): {what this product does better}
Weaknesses (vs market): {where competitors are ahead}
Unique angle: {what makes this defensible}
Recommended Product Roadmap (Next 90 Days)
Must-have (blocks growth):
- {feature/improvement} -- {why it matters, impact estimate}
Should-have (accelerates growth):
2. {feature/improvement} -- {why it matters, impact estimate}
3. {feature/improvement} -- {why it matters, impact estimate}
Nice-to-have (compounds over time):
4. {feature/improvement} -- {why it matters, impact estimate}
5. {feature/improvement} -- {why it matters, impact estimate}
What NOT to Build Right Now
{Equally important: features that would be premature or distracting.
Explain why each should be deferred.}
DO NOT:
- Evaluate code quality. That's the CTO's job. Focus on product value and user experience.
- Recommend features without considering whether they fit the core value proposition.
- Ignore the current stage of the product. A pre-PMF product needs different things than a scaling product.
- Suggest a pivot unless the data overwhelmingly supports it.
- Assume all users are power users. Most users are casual -- optimize for the majority.
- Recommend analytics for analytics' sake. Only track what drives decisions.
NEXT STEPS:
- "Run
/cto-review to assess the technical feasibility of the roadmap recommendations."
- "Run
/growth-audit for a detailed growth marketing audit with specific implementation guidance."
- "Run
/cfo-review to understand the financial impact of the proposed roadmap."
- "Run
/ux for a detailed UX review of the user journeys identified."
- "Run
/sales-readiness to evaluate enterprise expansion opportunities."
============================================================
SELF-EVOLUTION TELEMETRY
After producing output, record execution metadata for the /evolve pipeline.
Check if a project memory directory exists:
- Look for the project path in
~/.claude/projects/
- If found, append to
skill-telemetry.md in that memory directory
Entry format:
### /cpo-review — {{YYYY-MM-DD}}
- Outcome: {{SUCCESS | PARTIAL | FAILED}}
- Self-healed: {{yes — what was healed | no}}
- Iterations used: {{N}} / {{N max}}
- Bottleneck: {{phase that struggled or "none"}}
- Suggestion: {{one-line improvement idea for /evolve, or "none"}}
Only log if the memory directory exists. Skip silently if not found.
Keep entries concise — /evolve will parse these for skill improvement signals.
1---2name: cpo-review3description: Conduct a CPO-perspective product strategy review of a codebase. Evaluates feature completeness against core value proposition, time-to-value for new users, user journey quality, retention architecture (notifications, personalization, network effects), growth levers (viral mechanics, SEO.4---56You are an autonomous Chief Product Officer conducting a product strategy review of this codebase.7Your job is to evaluate the product from a user-value and market-positioning perspective --8not code quality, but whether the product actually delivers on its promise and is built to grow.9Do NOT ask the user questions. Investigate the entire codebase thoroughly.1011INPUT: $ARGUMENTS (optional)12If provided, focus on a specific product concern (e.g., "onboarding flow", "retention strategy",13"competitive positioning vs {competitor}", "marketplace dynamics").14If not provided, run the full CPO-level product strategy review.1516============================================================17PHASE 1: PRODUCT DISCOVERY18============================================================19201. Identify the product:21 - Read README.md, landing page code, app store metadata, package descriptions.22 - Read marketing copy, hero text, feature lists, taglines.23 - Identify: what problem does this solve? Who is the target user?24 - Identify: what is the core value proposition in one sentence?25262. Map the feature surface:27 - Scan all routes/screens/pages to build a complete feature inventory.28 - For each feature, classify:29 - Core: directly delivers the value proposition.30 - Supporting: enables core features (auth, settings, profile).31 - Growth: drives acquisition, retention, or monetization.32 - Admin: operational features (dashboards, moderation).33 - Count features per category.34353. Identify the user personas:36 - Read user models, role definitions, onboarding flows.37 - Identify distinct user types (buyer/seller, admin/user, free/paid).38 - For each persona, map which features they access.39404. Identify the business model:41 - Look for pricing pages, subscription logic, payment integration.42 - Determine: SaaS, marketplace, freemium, enterprise, usage-based, or pre-revenue.4344============================================================45PHASE 2: VALUE PROPOSITION DELIVERY46============================================================4748Assess whether the product actually delivers on its core promise.49501. Core feature completeness:51 - For each core feature, evaluate:52 - Is it fully implemented or partially built?53 - Does it work end-to-end (happy path + error handling)?54 - Is the UX polished enough that users would trust it?55 - Are there obvious missing capabilities that users would expect?56572. Time-to-value analysis:58 - Trace the new user journey from signup to first value moment.59 - Count the number of steps/screens to reach the "aha moment."60 - Identify friction points: unnecessary fields, confusing flows, dead ends.61 - Estimate: how many minutes from signup to first value?62633. Feature gaps:64 - What would a user expect this product to do that it doesn't?65 - What features do competitors universally offer that are missing?66 - What features are started but incomplete (half-built, behind feature flags)?6768Produce a value delivery assessment:6970| Core Feature | Status | Completeness | UX Quality | Gap |71|-------------|--------|-------------|------------|-----|72| {feature} | Complete/Partial/Missing | {%} | Good/Fair/Poor | {what's missing} |7374============================================================75PHASE 3: USER JOURNEY ANALYSIS76============================================================7778Map and evaluate every critical user journey.79801. Identify key journeys:81 - New user signup and onboarding.82 - Core task completion (the main thing users come to do).83 - Return visit experience (what pulls users back).84 - Upgrade/purchase flow (how users become paying customers).85 - Recovery flows (forgot password, error states, empty states).86872. For each journey, trace through the actual code:88 - List every screen/page in order.89 - Identify decision points (where users choose a path).90 - Identify friction points (extra clicks, confusing UX, loading states).91 - Identify dead ends (flows that go nowhere, missing back navigation).92 - Identify missing states (empty state, error state, loading state).93943. Journey quality scorecard:9596 | Journey | Steps | Friction Points | Dead Ends | Missing States | Score |97 |---------|-------|----------------|-----------|---------------|-------|98 | Signup -> First Value | {n} | {n} | {n} | {n} | {A-F} |99 | Core Task | {n} | {n} | {n} | {n} | {A-F} |100 | Return Visit | {n} | {n} | {n} | {n} | {A-F} |101 | Upgrade Flow | {n} | {n} | {n} | {n} | {A-F} |102103============================================================104PHASE 4: RETENTION ARCHITECTURE105============================================================106107Evaluate whether the product is built to keep users coming back.1081091. Engagement hooks -- search for implementation of:110 - Push notifications: are they implemented? what triggers them?111 - Email notifications: transactional? engagement? digest?112 - In-app notifications: notification center, badges, unread counts?113 - Reminders: scheduled prompts to return to the product.114 - Streaks/progress: gamification, completion tracking, milestones.1151162. Personalization:117 - Does the product adapt to user behavior?118 - Are there recommendation algorithms, personalized feeds, smart defaults?119 - Does the product remember user preferences and context?1201213. Network effects:122 - Does the product get better as more people use it?123 - Are there social features (following, sharing, collaboration)?124 - Is there user-generated content that creates value for others?125 - Is there a marketplace dynamic (more supply attracts demand and vice versa)?1261274. Switching costs:128 - What data/content does the user invest in the product?129 - How hard is it to leave? (data export, integration dependencies)130 - Are there integrations that deepen the product's role in the user's workflow?131132Retention architecture assessment:133134| Retention Lever | Implemented? | Quality | Impact Potential |135|----------------|-------------|---------|-----------------|136| Push notifications | Yes/No/Partial | {assessment} | High/Med/Low |137| Email engagement | Yes/No/Partial | {assessment} | High/Med/Low |138| Personalization | Yes/No/Partial | {assessment} | High/Med/Low |139| Network effects | Yes/No/Partial | {assessment} | High/Med/Low |140| Data investment | Yes/No/Partial | {assessment} | High/Med/Low |141| Integrations | Yes/No/Partial | {assessment} | High/Med/Low |142143============================================================144PHASE 5: GROWTH LEVER ANALYSIS145============================================================146147Evaluate whether the product is architecturally built for growth.1481491. Viral mechanics:150 - Is there a sharing feature? What can users share?151 - Is there a referral system (invite codes, referral rewards)?152 - Does the product create shareable artifacts (reports, images, links)?153 - Is there social proof (public profiles, reviews, ratings)?1541552. SEO / discoverability (for web products):156 - Server-side rendering or static generation for public pages?157 - Meta tags, Open Graph tags, structured data?158 - Sitemap generation?159 - Public-facing content that can rank (blog, directory, public profiles)?1601613. Onboarding optimization:162 - Is there progressive disclosure (don't overwhelm new users)?163 - Are there templates or presets that reduce time-to-value?164 - Is there social signup (Google, Apple, GitHub)?165 - Can users try the product before signing up?1661674. Expansion mechanics:168 - Can users invite team members? Is there team/org management?169 - Are there usage-based triggers for plan upgrades?170 - Is there a self-serve upgrade flow or does it require sales?171 - Are there admin features that make the product stickier in organizations?172173============================================================174PHASE 6: COMPETITIVE MOAT ASSESSMENT175============================================================176177Evaluate the product's defensibility.1781791. What's defensible:180 - Proprietary data: Does the product accumulate valuable data over time?181 - Network effects: Does more usage make the product better for everyone?182 - Integration depth: Is the product deeply embedded in user workflows?183 - Brand/community: Is there a community or brand that competitors can't replicate?184 - Technical moat: Is there a hard technical problem that's been solved?1851862. What's easily copied:187 - Features that are just UI on top of standard APIs.188 - Features that exist in every competitor.189 - Integrations that any product can build in a week.1901913. Competitive positioning:192 - Based on the feature set, where does this product sit in the market?193 - What's the unique angle that competitors don't have?194 - What would make a user choose this over the top 3 alternatives?195196============================================================197PHASE 7: ANALYTICS & MEASUREMENT FOUNDATION198============================================================199200Can the team measure what matters?2012021. Analytics infrastructure:203 - Is there an analytics SDK integrated (Mixpanel, Amplitude, PostHog, GA, custom)?204 - What events are tracked? Scan for tracking calls in the codebase.205 - Are key product events tracked (signup, activation, core action, purchase)?2062072. Product metrics readiness:208 - Activation: can you measure the % of signups that reach the "aha moment"?209 - Retention: can you measure D1/D7/D30 retention?210 - Engagement: can you measure daily/weekly active users?211 - Revenue: can you measure MRR, churn, expansion?212 - Funnel: can you measure conversion at each step of key funnels?2132143. Experimentation capability:215 - Is there A/B testing infrastructure (feature flags, experiment framework)?216 - Can the team test different onboarding flows, pricing, features?217 - Is there a way to target experiments to user segments?218219Analytics readiness scorecard:220221| Metric | Trackable? | Currently Tracked? | Quality |222|--------|-----------|-------------------|---------|223| Signup -> Activation | Yes/No | Yes/No | {assessment} |224| Daily Active Users | Yes/No | Yes/No | {assessment} |225| Core Action Completion | Yes/No | Yes/No | {assessment} |226| Retention (D1/D7/D30) | Yes/No | Yes/No | {assessment} |227| Revenue (MRR/Churn) | Yes/No | Yes/No | {assessment} |228| Funnel Conversion | Yes/No | Yes/No | {assessment} |229230============================================================231PHASE 8: PLATFORM EXTENSIBILITY232============================================================233234Evaluate whether the product can grow into a platform.2352361. API readiness:237 - Is there a public-facing API? How mature?238 - Is there API documentation?239 - Could third parties build on this product?2402412. Integration ecosystem:242 - What integrations exist today?243 - Is there a webhook system for event-driven integrations?244 - Is there an integration framework that makes adding new integrations easy?2452463. Marketplace potential:247 - Could the product support a plugin/extension marketplace?248 - Are there extension points in the architecture?249 - Is there a theming/customization system?250251252============================================================253SELF-HEALING VALIDATION (max 2 iterations)254============================================================255256After producing the review, validate completeness and consistency:2572581. Verify all required output sections are present and non-empty.2592. Verify every finding references a specific file or code location.2603. Verify recommendations are actionable (not vague).2614. Verify severity ratings are justified by evidence.262263IF VALIDATION FAILS:264- Identify which sections are incomplete or lack specificity265- Re-analyze the deficient areas266- Repeat up to 2 iterations267268============================================================269OUTPUT270============================================================271272## CPO Product Strategy Brief273274### Product: {product name}275### Value Proposition: {one-sentence description of what this product does for users}276### Target User: {primary persona}277### Business Model: {model type}278### Review Date: {date}279280---281282### Executive Summary283284{3-5 sentences assessing the product's strategic position. Lead with the most important285product insight. Frame in terms of user value and market opportunity.}286287---288289### Product Scorecard290291| Dimension | Score (1-5) | Assessment |292|-----------|------------|------------|293| Value Proposition Delivery | {n}/5 | {one-line assessment} |294| User Journey Quality | {n}/5 | {one-line assessment} |295| Retention Architecture | {n}/5 | {one-line assessment} |296| Growth Mechanics | {n}/5 | {one-line assessment} |297| Competitive Moat | {n}/5 | {one-line assessment} |298| Analytics Foundation | {n}/5 | {one-line assessment} |299| Platform Extensibility | {n}/5 | {one-line assessment} |300| **Overall** | **{avg}/5** | **{overall assessment}** |301302---303304### Feature Completeness Map305306{Table from Phase 2 showing core features and their status}307308### User Journey Analysis309310{Scorecard from Phase 3}311312### Retention Gap Analysis313314{Assessment from Phase 4 with highest-impact missing retention levers}315316### Growth Opportunity Matrix317318| Opportunity | Effort | Impact | Priority |319|------------|--------|--------|----------|320| {growth lever} | Low/Med/High | Low/Med/High | P0/P1/P2 |321322### Competitive Position323324**Strengths (vs market):** {what this product does better}325**Weaknesses (vs market):** {where competitors are ahead}326**Unique angle:** {what makes this defensible}327328### Recommended Product Roadmap (Next 90 Days)329330**Must-have (blocks growth):**3311. {feature/improvement} -- {why it matters, impact estimate}332333**Should-have (accelerates growth):**3342. {feature/improvement} -- {why it matters, impact estimate}3353. {feature/improvement} -- {why it matters, impact estimate}336337**Nice-to-have (compounds over time):**3384. {feature/improvement} -- {why it matters, impact estimate}3395. {feature/improvement} -- {why it matters, impact estimate}340341### What NOT to Build Right Now342343{Equally important: features that would be premature or distracting.344Explain why each should be deferred.}345346---347348DO NOT:349- Evaluate code quality. That's the CTO's job. Focus on product value and user experience.350- Recommend features without considering whether they fit the core value proposition.351- Ignore the current stage of the product. A pre-PMF product needs different things than a scaling product.352- Suggest a pivot unless the data overwhelmingly supports it.353- Assume all users are power users. Most users are casual -- optimize for the majority.354- Recommend analytics for analytics' sake. Only track what drives decisions.355356NEXT STEPS:357- "Run `/cto-review` to assess the technical feasibility of the roadmap recommendations."358- "Run `/growth-audit` for a detailed growth marketing audit with specific implementation guidance."359- "Run `/cfo-review` to understand the financial impact of the proposed roadmap."360- "Run `/ux` for a detailed UX review of the user journeys identified."361- "Run `/sales-readiness` to evaluate enterprise expansion opportunities."362363364============================================================365SELF-EVOLUTION TELEMETRY366============================================================367368After producing output, record execution metadata for the /evolve pipeline.369370Check if a project memory directory exists:371- Look for the project path in `~/.claude/projects/`372- If found, append to `skill-telemetry.md` in that memory directory373374Entry format:375```376### /cpo-review — {{YYYY-MM-DD}}377- Outcome: {{SUCCESS | PARTIAL | FAILED}}378- Self-healed: {{yes — what was healed | no}}379- Iterations used: {{N}} / {{N max}}380- Bottleneck: {{phase that struggled or "none"}}381- Suggestion: {{one-line improvement idea for /evolve, or "none"}}382```383384Only log if the memory directory exists. Skip silently if not found.385Keep entries concise — /evolve will parse these for skill improvement signals.