Phased Plan
Forces any implementation plan to be broken into small, individually user-testable phases so large features never turn into unreviewable PRs.
About this skill
name: phased-plan description: Use when Forces any implementation plan to be broken into small, individually user-testable phases so large features never turn into unreviewable PRs.
Phased Plan
Similar to standard plan-mode features in Claude Code and Codex, but Phased Plan specifically chunks each plan into small feature groupings that are each independently testable by the client — not purely backend or purely frontend, but a slice a user can actually try. Built to solve the problem of reviewing 2,000-line AI-generated PRs, which the creator says is nearly impossible to review thoroughly and honestly.
What you get
- Automatic phase-based plan structuring, each phase independently client-testable, dramatically smaller reviewable PR chunks, pairs with Grill Me for full up-front clarity.
Customize your output
- Define how granular each phase should be and whether phases must always include a testable UI component.
Example output
A large AI UGC studio feature was broken into 8 testable phases instead of one giant implementation, each independently reviewable.
Best for
Developers and engineering leads who need to review AI-generated code without wading through thousands of lines in a single PR.
Source: Yorby Founder · https://www.youtube.com/watch?v=QFDku45b_EQ Category: Development / Planning · Priority: Standard
SKILL.md preview
---
name: phased-plan
description: Use when Forces any implementation plan to be broken into small, individually user-testable phases so large features never turn into unreviewable PRs.
---
# Phased Plan
Similar to standard plan-mode features in Claude Code and Codex, but Phased Plan specifically chunks each plan into small feature groupings that are each independently testable by the client — not purely backend or purely frontend, but a slice a user can actually try. Built to solve the problem of reviewing 2,000-line AI-generated PRs, which the creator says is nearly impossible to review thoroughly and honestly.
## What you get
- Automatic phase-based plan structuring, each phase independently client-testable, dramatically smaller reviewable PR chunks, pairs with G...