
from shipscore14
Run a structured SHIP interview to score and prioritise product features or bugs (Income + Strategy - Perspiration). Guides the agent to reach 90-95% confidence
Guides an agent through a disciplined interview using the SHIP framework (Strategic Heft + Income - Perspiration) to produce reproducible feature scores. The skill enforces reading the canonical framework, walks through Income → Strategy → Perspiration interviews, tracks confidence, and outputs a final SHIP scorecard with reasoning.
Use when you need to prioritise backlog items, decide between competing feature requests, or validate roadmap bets. Trigger with "/ship-score", "score a feature", or "prioritize the backlog". It's useful for product managers, PM teams, and design/product reviews.
Best for conversational agents (Claude-like, Copilot Chat) that can maintain structured dialog and track confidence across multiple turns.
SHIP Score is a structured product management interview skill that guides an agent through scoring features using the SHIP framework (Income + Strategy - Perspiration). No scripts bundled — purely a prompt-only skill with detailed interview instructions, confidence tracking, and a batch scoring mode. Well-written SKILL.md with clear triggers, good interview principles, and useful red flags for common scoring traps.
Clean skill with no security concerns — no scripts, no network calls, no destructive commands. Good prompt engineering with explicit confidence tracking and pushback instructions. Architecture is decent but the external reference dependency (ship_framework.md) without it being bundled is a gap — the skill won't work correctly without it. Frontmatter is complete and triggers are specific.