feature-planner

Explore codebases and generate self-contained Cursor Plans for feature work.

1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/Huddo121/My-Agent-Loop --skill feature-planner-huddo121
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-planner
Source: https://github.com/Huddo121/My-Agent-Loop/tree/main/.cursor/skills/feature-planner
Command: npx skills add https://github.com/Huddo121/My-Agent-Loop --skill feature-planner-huddo121

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps agents autonomously explore codebases, ask clarifying questions, and make upfront decisions to create detailed, self-contained plans for feature development, ensuring clarity before implementation.

Core Features & Use Cases

  • Codebase Discovery: Understand project structure, docs, and conventions.
  • Clarifying Questions: Surface unknowns and edge cases through conversational and structured questioning.
  • Decision Making: Pinpoint design choices and scope boundaries.
  • Plan Generation: Produce actionable Cursor Plans for execution by other agents.
  • Use Case: When you need to scope out a new user authentication flow, this Skill will guide you through understanding the existing auth system, asking about security requirements, and defining the exact API endpoints and UI components needed before any code is written.

Quick Start

Use the feature-planner skill to plan the implementation of a new user profile editing feature.

Frequently Asked Questions about feature-planner

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

FAQPage Schema
How do I plan feature development by exploring existing project architecture?

To plan feature development, you can use this Skill to autonomously explore your codebase, identify integration points, and generate a self-contained Cursor Plan defining exact implementation steps before any code is written.

What is task decomposition for agentic workflows and when do I need it?

Task decomposition for agentic workflows breaks complex feature work into structured, actionable steps. You need it when upfront decision-making and clarifying questions are required to define scope boundaries and surface edge cases before implementation.

How do I generate a Cursor Plan for a new feature implementation?

You generate a Cursor Plan by guiding the agent through codebase discovery, asking clarifying questions about user requirements, and making upfront design choices to produce a self-contained, actionable plan for execution by other agents.

Can I use this for scoping new integration points in unfamiliar codebases?

Yes, you can use this Skill for scoping new integration points in unfamiliar codebases because it facilitates autonomous codebase exploration to understand project structure, docs, and conventions before defining implementation steps.

Does feature planning with AI require understanding project conventions beforehand?

Feature planning with AI requires understanding project conventions and user requirements to accurately analyze project architecture, pinpoint design choices, and generate actionable plans that fit your existing codebase.

What are the limitations of autonomous codebase exploration for feature planning?

Autonomous codebase exploration cannot replace human judgment for complex design decisions; it surfaces unknowns and edge cases through structured questioning but still requires you to make the final upfront decisions for the plan.