What problem does it solve?
Manually researching new features, APIs, and services, then compiling detailed implementation plans, is a time-consuming and complex process. This skill automates the entire workflow, from user requirements gathering to generating a structured .claude/plans file, saving significant development time.
Core Features & Use Cases
- User Interview & Clarification: Proactively asks for feature details if initial requests are vague.
- API/Service Discovery: Utilizes
context7 to identify the best 3 APIs/services matching user needs.
- Implementation Plan Generation: Gathers official documentation, key endpoints, authentication, and error handling, then compiles it into a detailed Markdown plan.
- Use Case: When a user says, "I want to add live chat to my app," this skill will interview them for specifics, research options like Twilio or Sendbird, confirm the choice, and then generate a comprehensive
plan-feature-live-chat.md file with all necessary implementation notes.
Quick Start
Research the best API for adding real-time notifications to my app and create an implementation plan.