incremental-planning

Replace native plan mode with a question-first, file-based incremental planning workflow.

1|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/wgordon17/personal-claude-marketplace --skill incremental-planning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: incremental-planning
Source: https://github.com/wgordon17/personal-claude-marketplace/tree/main/code-quality/skills/incremental-planning
Command: npx skills add https://github.com/wgordon17/personal-claude-marketplace --skill incremental-planning

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Replaces native plan mode with a question-first, file-based incremental planning workflow that writes plan content to files and cross-references BUGS.md to surface tracked issues.

Core Features & Use Cases

  • Replaces monolithic planning with an iterative, file-backed workflow that captures decisions, questions, and assumptions.
  • Integrates with GH/Jira for issue tracking to align planning with ticketing workflows.
  • Tracks cross-references to open bugs via BUGS.md for continuous traceability across phases.

Quick Start

Ask clarifying questions first and create the initial plan as a structured file tree in the plan directory.

Frequently Asked Questions about incremental-planning

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

FAQPage Schema
How do I plan multi-file coding tasks with issue tracking in Claude?

You can plan multi-file coding tasks with issue tracking by replacing native plan mode with an incremental planning workflow that writes structured plan content to files and cross-references BUGS.md to surface tracked issues. It prompts clarifying questions and records work in a structured plan tree.

What is incremental planning and how does it improve project management?

Incremental planning is an iterative, file-backed workflow that replaces monolithic planning by capturing decisions, questions, and assumptions. It improves project management by applying phase-based execution with per-task quality reviews, tiered breakpoints, and assumption surfacing for continuous traceability across phases.

Does incremental planning work with GitHub and Jira for issue tracking?

Yes, incremental planning works with GitHub and Jira for issue tracking integration. It aligns planning with ticketing workflows and tracks cross-references to open bugs via BUGS.md to maintain continuous traceability across project phases.

What's the best way to track open bugs during multi-file project planning?

The best way to track open bugs during multi-file project planning is to cross-reference a BUGS.md file within your structured plan tree. This surfaces tracked issues continuously across phases and aligns them with external ticketing workflows from GitHub or Jira.

Can I use a file-based plan tree instead of native plan mode for complex workflows?

Yes, you can use a file-based plan tree instead of native plan mode for complex workflows. It applies when asked to plan across multi-file tasks, prompting clarifying questions first and recording work in a structured plan directory with phase-based execution support.

When should I not use incremental planning for software engineering tasks?

You should not use incremental planning for simple, single-file tasks that do not require phase-based execution or external issue tracking. It is designed for multi-file tasks needing clarifying questions, assumption surfacing, and cross-referenced bug tracking.