feature-planner

Create phase-based feature plans with quality gates and generate PLAN_<feature-name>.md documents.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/songyoungsoo/duson-print-system --skill feature-planner-songyoungsoo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-planner
Source: https://github.com/songyoungsoo/duson-print-system/tree/main/cc-feature-implementer-main
Command: npx skills add https://github.com/songyoungsoo/duson-print-system --skill feature-planner-songyoungsoo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams planning complex features often struggle to align on scope and delivery timelines. This Skill provides a structured approach to plan features as phase-based roadmaps with clear quality gates, enabling incremental delivery and stronger stakeholder alignment.

Core Features & Use Cases

  • Phase-based planning with 3-7 phases, each delivering runnable functionality
  • Built-in quality gates and test-first workflow to validate readiness before proceeding
  • Generates a plan document via docs/plans/PLAN_<feature-name>.md with clear objectives and criteria
  • Supports dependency mapping, risk assessment, rollback strategies, and progress tracking

Quick Start

Trigger plan generation by providing feature goals; the system will produce PLAN_<feature-name>.md and a corresponding roadmap.

Frequently Asked Questions about feature-planner

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

FAQPage Schema
How do I create a phase-based feature plan with quality gates?

To create a phase-based feature plan, you provide feature goals to generate a structured roadmap with 3-7 phases. Each phase includes quality gates and test-first criteria to validate readiness before proceeding to the next development cycle.

What is the best way to structure a roadmap for incremental delivery?

The best way to structure a roadmap for incremental delivery is by breaking features into phase-sized work units. This approach enforces a test-first workflow with clear quality gates, ensuring each phase delivers runnable functionality and aligns stakeholders.

How do I generate a feature plan document for stakeholder alignment?

You generate a feature plan document by triggering plan generation with your feature goals. The system outputs a PLAN_<feature-name>.md file in the docs/plans directory, containing clear objectives, dependency mapping, and rollback strategies for stakeholder alignment.

Can I include risk assessment and rollback strategies in my feature roadmap?

Yes, you can include risk assessment and rollback strategies in your feature roadmap. The planning process supports dependency mapping, risk evaluation, and rollback planning alongside progress tracking to ensure structured delivery across development cycles.

Does phase-based planning work for iterative feature development?

Phase-based planning works well for iterative feature development by enforcing gated approaches with phase-sized work units. It supports iterative planning cycles, ensuring each phase delivers runnable functionality validated by test-first quality gates.

When do I need quality gates in a feature planning roadmap?

You need quality gates in a feature planning roadmap when managing complex features requiring incremental delivery. Gates validate readiness before proceeding to subsequent phases, ensuring test-first criteria are met and stakeholder alignment is maintained throughout development.