feature-review
Review and prioritize features using RICE, WSJF, or Kano scoring frameworks, then create GitHub issues for suggestions
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/athola/nm-imbue-feature-reviewNight Market Skill — ported from claude-night-market/imbue. For the full experience with agents, hooks, and commands, install the Claude Code plugin.
Table of Contents
- Philosophy
- When to Use
- When NOT to Use
- Quick Start
- 1. Inventory Current Features
- 2. Score and Classify
- 3. Generate Suggestions
Verification
Run make test-feature-review to verify scoring logic after changes.
- 4. Upload to GitHub
- Workflow
- Phase 1: Feature Discovery (
feature-review:inventory-complete) - Phase 2: Classification (
feature-review:classified) - Phase 3: Scoring (
feature-review:scored) - Phase 4: Tradeoff Analysis (
feature-review:tradeoffs-analyzed) - Phase 5: Gap Analysis & Suggestions (
feature-review:suggestions-generated) - Phase 6: GitHub Integration (
feature-review:issues-created) - Configuration
- Configuration File
- Guardrails
- Required TodoWrite Items
- Integration Points
- Output Format
- Feature Inventory Table
- Suggestion Report
- Feature Suggestions
- High Priority (Score > 2.5)
- Related Skills
- Reference
Feature Review
Review implemented features and suggest new ones using evidence-based prioritization. Create GitHub issues for accepted suggestions.
Philosophy
Feature decisions rely on data. Every feature involves tradeoffs that require evaluation. This skill uses hybrid RICE+WSJF scoring with Kano classification to prioritize work and generates actionable GitHub issues for accepted suggestions.
When To Use
- Roadmap reviews (sprint planning, quarterly reviews).
- Retrospective evaluations.
- Planning new development cycles.
When NOT To Use
- Emergency bug fixes.
- Simple documentation updates.
- Active implementation (use
scope-guard).
Quick Start
1. Inventory Current Features
Discover and categorize existing features:
/feature-review --inventory
2. Score and Classify
Evaluate features against the prioritization framework:
/feature-review
3. Generate Suggestions
Review gaps and suggest new features:
/feature-review --suggest
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-athola-nm-imbue-feature-review": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
extract
Analyze a codebase and build a knowledge base of business logic, architecture, data flow, and engineering patterns. The foundation for gauntlet challenges and agent integration
discourse
>- Scan community discussion channels (HN, Lobsters, Reddit, tech blogs) for experience reports and opinions on a topic
synthesize
>- Merge, deduplicate, rank, and format research findings from multiple channels into a coherent report. Use after research agents return their results
workflow-monitor
Detect workflow failures and inefficient patterns, then create GitHub issues for improvement via /fix-workflow
architecture-paradigm-hexagonal
Hexagonal (Ports and Adapters) architecture isolating domain logic from infrastructure