skills/council/strategist/impact-estimation/SKILL.md
Use when comparing multiple features or initiatives to determine prioritization order. Covers RICE scoring with quantified reach, impact, confidence, and effort dimensions, tier ranking, and success metric definition. Do not use for MVP scope definition (use mvp-scoping) or analytics instrumentation planning (use analytics-design).
npx skillsauth add dtsong/my-claude-setup impact-estimationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Apply RICE scoring to prioritize features and initiatives based on quantified reach, impact, confidence, and effort, replacing gut-feel prioritization with a repeatable framework.
Produces prioritization scores and tier rankings based on provided estimates and data. Does not generate usage data, validate assumptions empirically, or make final prioritization decisions. RICE outputs are advisory and require stakeholder review before commitment.
No user-provided values are used in commands or file paths. All inputs are treated as read-only analysis targets.
Calibrate the scoring dimensions for this project:
For each feature/initiative, provide:
Be honest about confidence — inflated confidence undermines the entire framework.
Formula: RICE = (Reach x Impact x Confidence) / Effort
Classify by effort and score:
For each prioritized feature, define:
Compaction resilience: If context was lost during a long session, re-read the Inputs section to reconstruct the feature list and scoring context, check the Progress Checklist for completed steps, then resume from the earliest incomplete step.
| Feature | Reach | Impact | Confidence | Effort | RICE Score | Tier | |---------|-------|--------|------------|--------|------------|------| | Feature A | 1000 | 3 | 80% | 2 | 1200 | 1 | | Feature B | 500 | 2 | 100% | 0.5 | 2000 | 1 | | Feature C | 200 | 1 | 50% | 3 | 33 | 3 | | ... | ... | ... | ... | ... | ... | ... |
| Category | Features | Combined Effort | Expected Impact | |----------|----------|-----------------|-----------------| | Quick Wins | Feature B, ... | ... person-months | ... | | Strategic Bets | Feature A, ... | ... person-months | ... | | Low-Hanging Fruit | ... | ... | ... | | Money Pits | Feature C, ... | ... | Deprioritize |
| Feature | Primary Metric | Target | Leading Indicator | Guardrail | |---------|---------------|--------|-------------------|-----------| | Feature A | ... | ... | ... | ... | | Feature B | ... | ... | ... | ... |
testing
Use to convert a Word .docx file to PDF and/or verify its page count. Triggers on: converting docx to pdf, rendering a document, checking how many pages a docx produces, or asserting a page-count constraint (e.g. a resume must stay 2 pages). Wraps LibreOffice headless conversion.
development
Security audit checklist for web applications. Use when reviewing, auditing, or hardening a web app's security posture. Covers rate limiting, auth headers, IP blocking, CORS, security middleware, input validation, file upload limits, ORM usage, and password hashing. Triggers on requests like "review security", "harden this app", "security audit", "check for vulnerabilities", or when building/reviewing API endpoints.
development
Interactive wizard to craft effective prompts using Claude Code best practices
tools
Use when batch labeling, prioritizing, and assigning GitHub issues during triage sessions.