What problem does it solve? Large feature or bug requests are too big to plan and implement in one pass, and manually chaining decomposition, plan review, code application, and code review across many slices is error-prone. This skill runs the entire pipeline in a single invocation with an automatic handoff between the planning and apply phases. ## Core Features & Use Cases - Plan-then-apply orchestration: Decomposes an oversized change into OpenSpec slices via plan-multiple, plan-reviews each slice, then applies and code-reviews them in dependency order without a second user invocation. - Dual convergence gates: A plan-convergence gate blocks the apply phase unless every slice's plan review converged, and an apply-convergence gate halts the run on any failed apply or review. - Auto re-cut on budget exceeded: Optionally re-cuts slices whose plan review halted on the artifact budget, with per-lineage depth and total-growth recursion caps. - Use Case: Hand a one-line oversized feature request to /ptp:full and receive implemented, dual-reviewed code across all decomposed slices, with Codex as an independent second reviewer when configured. ## Quick Start Run /ptp:full with a description of your oversized change or an existing OpenSpec change id to plan, review, and implement it end to end.