plan

Generate a phase-based implementation plan from a design artifact.

581|102|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/juicesharp/rpiv-mono --skill plan-juicesharp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/juicesharp/rpiv-mono/tree/main/packages/rpiv-pi/skills/plan
Command: npx skills add https://github.com/juicesharp/rpiv-mono --skill plan-juicesharp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Planning complex software work from design artifacts by turning designs into a structured, phase-based plan that guides implementation.

Core Features & Use Cases

  • Decomposes a design artifact into independent, implementable phases with clear scope and ownership.
  • Generates a skeleton plan with phase names, file changes, and success criteria, ready for review and execution.
  • Provides support for worktree-level planning, parallelizable phases, and automated verification steps.

Quick Start

Provide the path to a design artifact when prompted and I will generate a phased implementation plan.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I turn a software architecture design into an actionable implementation plan?

To turn a software architecture design into an implementation plan, you provide the design artifact path to generate a structured, phased skeleton. This decomposes the architecture into independent, parallelizable phases with clear file changes and success criteria.

What is phased planning for software worktree tasks?

Phased planning for worktree tasks is the process of decomposing a design artifact into independent, testable implementation stages. It generates a structured plan with phase names, file changes, and verification steps to guide parallelizable worktree execution.

How do I create parallelizable implementation phases from a design artifact?

You create parallelizable implementation phases by applying a phased planning process to design artifacts containing Architecture and Ordering Constraints. This generates a plan skeleton populated with independent phases, specific changes, and verification steps.

Do I need specific frontmatter in my design artifact to generate a phased plan?

Yes, generating a phased plan requires access to design artifact frontmatter, specifically the name and description. It also needs the design's Architectural details to populate the plan skeleton with phases, changes, and verification steps.

How does verification work when planning implementation phases from architecture designs?

Verification works by automatically generating success criteria and verification steps within each phase of the plan skeleton. This ensures that every independent, parallelizable implementation stage derived from the architecture design is testable.