feature-planner

Generate phase-based feature plans with quality gates and TDD criteria.

Updated Dec 23, 2025
One-click install
npx skills add https://github.com/BIGSHOL/ijw-Calander --skill feature-planner-bigshol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-planner
Source: https://github.com/BIGSHOL/ijw-Calander/tree/main/docs/SKILL
Command: npx skills add https://github.com/BIGSHOL/ijw-Calander --skill feature-planner-bigshol

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers and product managers break down complex features into manageable, phase-based plans with built-in quality gates, ensuring incremental delivery and robust development.

Core Features & Use Cases

  • Phase-based Planning: Divides features into small, deliverable phases (1-4 hours each).
  • Test-Driven Development (TDD) Integration: Emphasizes writing tests before implementation.
  • Quality Gates: Defines strict validation criteria for each phase.
  • Use Case: When planning a new user authentication system, use this Skill to break it down into phases like "User Registration," "Login," "Password Reset," each with defined tests and quality checks before moving to the next.

Quick Start

Use the feature-planner skill to create a phase-based plan for adding 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 break down a complex feature into manageable development phases?

Phase-based feature planning divides complex features into small, deliverable phases of 1-4 hours each. This incremental delivery approach ensures manageable development cycles and continuous progress tracking throughout the implementation process.

What is a quality gate in feature planning and how does it work?

Quality gates in feature planning are strict validation criteria defined for each development phase. They ensure specific success criteria and tests are met before moving to the next phase, maintaining robust incremental delivery and feature quality.

How do I create a development roadmap using Test-Driven Development principles?

Creating a development roadmap with TDD principles emphasizes writing tests before implementation. This strategy structures your roadmap by defining clear success criteria and required tests for each phase, ensuring quality is built into the feature timeline.

Can I use this feature planning approach for a new user authentication system?

Yes, feature planning works for authentication systems by breaking them into phases like user registration, login, and password reset. Each phase gets defined tests and quality checks before progressing to the next development stage.

What's the best way to structure a development strategy with incremental delivery?

The best way to structure a development strategy with incremental delivery is phase-based planning with integrated quality gates. This approach breaks features into small deliverable phases, ensuring each stage meets strict validation criteria before advancing.