plan-big-feature

Creates structured phased implementation plans for multi-file features and refactors.

Updated Jan 11, 2026
One-click install
npx skills add https://github.com/Sovereigndwp/financially-sovereign-academy --skill plan-big-feature-sovereigndwp
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: plan-big-feature
Source: https://github.com/Sovereigndwp/financially-sovereign-academy/tree/main/.agents/skills/plan-big-feature
Command: npx skills add https://github.com/Sovereigndwp/financially-sovereign-academy --skill plan-big-feature-sovereigndwp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Large features, refactors, and new platform sections often fail because coding starts before the work is broken into deliberate, reviewable phases. This Skill produces a structured implementation plan before any code is written. ## Core Features & Use Cases - Phased Breakdown: Splits work into phase 1, phase 2, and phase 3 with validation steps and rollback considerations. - Impact Analysis: Identifies affected files, reusable components, dependencies, risks, and decisions that must be made before coding. - Use Case: Before building a new learning module section spanning multiple HTML pages and calculators, run this Skill to get a file-level impact map, open questions, and a recommended starting point. ## Quick Start Ask the AI to plan the implementation of your feature by describing the feature or initiative you want to build.

Frequently Asked Questions about plan-big-feature

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

FAQPage Schema
How do I plan a large feature before writing code?▼

Define the goal, break the work into phases, and identify affected files, reusable components, dependencies, and risks. This Skill guides that process and returns a structured plan with validation steps and a recommended starting point.

When should I use an implementation planning skill?▼

Use it when a task spans multiple files or phases, such as a large feature, refactor, or new platform section. It is not needed for small single-file changes where a plan adds overhead.

What does the implementation plan output include?▼

The output includes a structured plan with three phases, file-level impact, open questions, validation steps, rollback considerations where relevant, and a recommended starting point for execution.

Can this skill handle refactoring plans as well as new features?▼

Yes. The skill explicitly covers refactors and new platform sections in addition to features, identifying dependencies, risks, and decisions that should be settled before coding begins.