Researching Features

Community

Turn ideas into actionable feature plans.

AuthorRichardMcSorley
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill guides users through interviewing requirements, researching APIs/services, and generating an implementation plan stored as a .claude/plans file.

Core Features & Use Cases

  • Interview-driven discovery: Gathers missing details when requirements are unclear.
  • API/Service research: Uses context7 to identify top API options and present rationale.
  • Plan generation: Produces a detailed implementation plan saved to .claude/plans/plan-feature-<name>.md.

Quick Start

Attach your feature idea (for example, "Add offline map caching") and ask this Skill to research options and generate an implementation plan to be saved as .claude/plans/plan-feature-<name>.md.

Dependency Matrix

Required Modules

context7mcp-apipython>=3.8

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Researching Features
Download link: https://github.com/RichardMcSorley/route-roo-app/archive/main.zip#researching-features

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository