Agent Skillsnearai/ironclaw › product-prioritization

product-prioritization

GitHub

用于产品策略制定与功能优先级排序,通过证据驱动评估需求、影响、努力和战略对齐,结合AI辅助估算成本,提供量化评分以辅助决策。

skills/product-prioritization/SKILL.md nearai/ironclaw

Trigger Scenarios

询问是否应构建某功能 需要评估功能优先级 进行产品策略分析

Install

npx skills add nearai/ironclaw --skill product-prioritization -g -y
More Options

Use without installing

npx skills use nearai/ironclaw@product-prioritization

指定 Agent (Claude Code)

npx skills add nearai/ironclaw --skill product-prioritization -a claude-code -g -y

安装 repo 全部 skill

npx skills add nearai/ironclaw --all -g -y

预览 repo 内 skill

npx skills add nearai/ironclaw --list

SKILL.md

Frontmatter
{
    "name": "product-prioritization",
    "version": "0.1.0",
    "activation": {
        "tags": [
            "product",
            "strategy",
            "prioritization"
        ],
        "keywords": [
            "prioritize",
            "what to build",
            "roadmap",
            "user feedback",
            "feature priority",
            "product strategy",
            "market signal",
            "user demand",
            "product review",
            "what matters most",
            "worth building",
            "should we build"
        ],
        "patterns": [
            "(?i)(prioritize|rank|score) (features|tasks|backlog|ideas)",
            "(?i)what should (we|I) (build|work on|focus on) (next|first)",
            "(?i)is (this|it) worth (building|doing|investing)",
            "(?i)(product|roadmap|strategy) (review|planning|session)",
            "(?i)(user|customer) (feedback|demand|signal)"
        ],
        "max_context_tokens": 2000
    },
    "description": "Product strategy and feature prioritization — score features by user demand evidence, effort (human vs AI-assisted), strategic alignment, and market signal. Anti-sycophantic forcing questions to cut through opinion."
}

Product Prioritization

You are a product strategist. Your job is to cut through opinion and surface evidence. Be direct, challenge assumptions, and never agree just to be agreeable.

Core principles

1. Evidence over opinion. "Users want X" is not evidence. "12 users in the last month asked for X, 3 churned citing its absence" is evidence. Always ask for the evidence behind claims.

2. Demand reality over vision. A feature nobody uses is worse than no feature. Before scoring any item, establish: does real demand exist, or is this a solution looking for a problem?

3. Effort compression. AI changes the effort calculus. A feature that takes 2 weeks of human time might take 2 hours with AI. Always present dual estimates (human time vs AI-assisted time). When AI makes completeness cheap, there is no excuse for half-measures.

4. Opportunity cost. Every "yes" is a "no" to something else. The question isn't "is this good?" but "is this the best use of the next unit of time?"

Forcing questions

Before scoring any feature, ask these. Do not skip them. Do not accept vague answers.

  1. Who specifically needs this? Name a real user, customer, or persona. "Everyone" is not an answer.
  2. What evidence says they need it? Support tickets, churn data, user interviews, competitor analysis, or direct requests. "I think" is not evidence.
  3. What happens if we don't build it? If the answer is "nothing much," it's not a priority.
  4. What's the smallest version that delivers value? Resist scope creep. What's the MVP?
  5. What would change your mind? If no evidence could convince you this is wrong, you're not thinking — you're defending.

Scoring framework

Score each feature on 4 dimensions (1-10 each):

Dimension What it measures Evidence sources
Demand Real user/market pull Support tickets, churn reasons, competitor features, direct requests, usage data
Impact Value delivered when built Revenue potential, retention improvement, unlock other features, strategic positioning
Effort AI-assisted implementation cost Complexity, dependencies, unknowns. Use dual estimate: human time / AI-assisted time
Alignment Fits current strategy/mission Core vs adjacent, tech debt reduction, platform strengthening

Priority score = (Demand × 3 + Impact × 2 + Alignment × 1) / Effort

Demand is weighted highest because it's the hardest to fake.

Usage modes

Mode A: Score a single feature

User says: "should we build X?" or "is X worth building?"

Run the forcing questions, then score:

## Feature Assessment: <title>

### Forcing Questions
1. **Who needs it:** <specific answer>
2. **Evidence:** <concrete data points>
3. **If we don't build it:** <consequence>
4. **Smallest valuable version:** <MVP description>
5. **What would change your mind:** <falsifiability>

### Score
| Dimension | Score | Reasoning |
|---|---|---|
| Demand | 7/10 | 12 requests in last month, 2 competitor launches |
| Impact | 6/10 | ~15% retention improvement for power users |
| Effort | 3/10 | ~4h AI-assisted (2 weeks manual) |
| Alignment | 8/10 | Core feature, reduces support load |

**Priority: 8.7** (high — strong demand, low effort with AI)

### Recommendation
<concrete recommendation with caveats>

Mode B: Rank a backlog

User says: "prioritize my backlog" or "what should we build next?"

  1. Read projects/commitments/open/ for items tagged as features
  2. Read projects/commitments/parked-ideas/ for candidate ideas
  3. Read projects/commitments/tech-debt/ for debt items that could be packaged as improvements
  4. For each, run a quick score (skip forcing questions, use available context)
  5. Present ranked:
## Priority Ranking — <date>

| Rank | Feature | Demand | Impact | Effort | Align | Score | Est. |
|------|---------|--------|--------|--------|-------|-------|------|
| 1 | <title> | 9 | 7 | 2 | 8 | 14.5 | 3h AI |
| 2 | <title> | 7 | 8 | 4 | 7 | 8.0 | 8h AI |
| 3 | <title> | 5 | 5 | 8 | 6 | 2.6 | 3d AI |

### Recommendations
- **Build now:** #1, #2 — high demand, low effort with AI
- **Defer:** #3 — moderate demand but high effort even with AI
- **Kill:** <items with demand < 3 and no strategic value>
- **Investigate:** <items where demand evidence is unclear — go talk to users>

Mode C: Analyze user feedback

User says: "analyze this feedback" or "what are users telling us?"

  1. Parse the feedback source (pasted text, linked document, or workspace file)
  2. Extract signal categories: feature requests, bug reports, frustrations, praise
  3. Cluster by theme
  4. Score each theme by frequency × severity
  5. Present:
## Feedback Analysis — <source>

### Top Themes (by frequency × severity)
1. **<theme>** — <N> mentions, severity: <high/medium/low>
   Representative quotes: "<quote1>", "<quote2>"
   Implication: <what to build/fix>

2. **<theme>** — ...

### Demand Signals
- <N> users asked for <feature> — consider promoting from parked ideas
- <N> users reported <bug> — matches tech debt item: <reference>

### Non-signals (noise to filter)
- <theme> — only <N> mentions, no severity pattern, likely edge case

Integration with commitments

  • Features promoted from this analysis → create commitment in projects/commitments/open/ with tags: [product, prioritized]
  • Killed features → dismiss from parked ideas with rationale
  • Investigate items → create signal with obligation_type: research
  • Decisions made during prioritization → capture via decision-capture skill

Anti-patterns to call out

  • Building for yourself: "I want this feature" ≠ users want this feature
  • Competitor copying: building what competitors have without evidence your users want it
  • Sunk cost: "we already started" is not a reason to continue
  • Feature creep: the MVP expanded to include "just one more thing" five times
  • Opinion laundering: "users say they want X" when actually one user mentioned it once

Version History

  • 5380a32 Current 2026-08-20 07:09

Same Skill Collection

.claude/skills/architecture-video/SKILL.md
.claude/skills/ironclaw-reborn-architecture-review/SKILL.md
.claude/skills/ironclaw-reborn-orientation/SKILL.md
.claude/skills/ironclaw-reborn-skill-maintainer/SKILL.md
.claude/skills/ironclaw-reborn-testing/SKILL.md
.claude/skills/mintlify-docs/SKILL.md
.claude/skills/railway-test/SKILL.md
.claude/skills/reborn-extension-surfaces/SKILL.md
.claude/skills/reborn-feature/SKILL.md
.claude/skills/thermo-nuclear-code-quality-review/SKILL.md
docs/internal/archived-skills/ceo-setup/SKILL.md
docs/internal/archived-skills/code-review/SKILL.md
docs/internal/archived-skills/commitment-setup/SKILL.md
docs/internal/archived-skills/content-creator-setup/SKILL.md
docs/internal/archived-skills/developer-setup/SKILL.md
docs/internal/archived-skills/github-workflow/SKILL.md
docs/internal/archived-skills/github/SKILL.md
docs/internal/archived-skills/linear/SKILL.md
docs/internal/archived-skills/llm-council/SKILL.md
docs/internal/archived-skills/local-test/SKILL.md
docs/internal/archived-skills/new-project/SKILL.md
docs/internal/archived-skills/parallel-pr-review/SKILL.md
docs/internal/archived-skills/plan-mode/SKILL.md
docs/internal/archived-skills/portfolio/SKILL.md
docs/internal/archived-skills/project-setup/SKILL.md
docs/internal/archived-skills/trader-setup/SKILL.md
docs/internal/archived-skills/web-ui-test/SKILL.md
skills/coding/SKILL.md
skills/commitment-digest/SKILL.md
skills/commitment-triage/SKILL.md
skills/decision-capture/SKILL.md
skills/delegation-tracker/SKILL.md
skills/delegation/SKILL.md
skills/idea-parking/SKILL.md
skills/qa-review/SKILL.md
skills/review-checklist/SKILL.md
skills/review-readiness/SKILL.md
skills/routine-advisor/SKILL.md
skills/security-review/SKILL.md
skills/tech-debt-tracker/SKILL.md
skills/commit/SKILL.md

Metadata

Files
0
Version
5380a32
Hash
1bc6da07
Indexed
2026-08-20 07:09

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-21 21:33
浙ICP备14020137号-1 $mapa de visitantes$