plan-feature

Generate implementation plans for software features from codebases and requirements.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/yogogml0035-cpu/Assets --skill plan-feature-yogogml0035-cpu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-feature
Source: https://github.com/yogogml0035-cpu/Assets/tree/main/xquant-learning-notes/.agents/skills/plan-feature
Command: npx skills add https://github.com/yogogml0035-cpu/Assets --skill plan-feature-yogogml0035-cpu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of detailed implementation plans for software features, reducing the need for manual analysis and research.

Core Features & Use Cases

  • Code Analysis: Systematically analyze codebases to understand project structure, dependencies, and existing implementations.
  • External Research: Gather best practices, tutorials, and examples from external sources to enrich the implementation plan.
  • Plan Generation: Generate a comprehensive plan with clear steps, dependencies, and testing strategies.
  • Use Case: When faced with a new feature requirement, use this Skill to automatically generate a detailed implementation plan that can be used by development teams.

Quick Start

Generate an implementation plan for the feature described in 'tasks/some-feature-slug/requirements.md'.

Frequently Asked Questions about plan-feature

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an implementation plan from existing code analysis?

To generate an implementation plan from code analysis, this Skill systematically analyzes your codebase structure and dependencies, parses documentation, and gathers external research to produce a comprehensive step-by-step development plan.

What is feature planning in software development?

Feature planning in software development is the process of defining clear steps, dependencies, and testing strategies for new requirements. This Skill automates that by analyzing codebases and external sources to output detailed implementation plans.

Do I need to provide requirements files for feature planning?

Yes, you need to provide requirements files for feature planning. The Skill uses user-provided requirements, such as a requirements.md file, to understand the feature scope and generate the matching implementation plan.

Can I use code analysis to create a project management plan for new features?

Yes, you can use code analysis to create a project management plan for new features. The Skill applies codebase analysis and external best practices research to automatically generate comprehensive implementation plans for development teams.

What's the best way to document testing strategies in an implementation plan?

The best way to document testing strategies in an implementation plan is to integrate them during plan generation. This Skill automatically formulates comprehensive plans that include clear testing strategies alongside development steps and dependencies.