One-click install
npx skills add https://github.com/hschne/pi-stuff --skill plan-hschne
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/hschne/pi-stuff/tree/main/skills/plan
Command: npx skills add https://github.com/hschne/pi-stuff --skill plan-hschne

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill eliminates the frustration of creating vague, unstructured implementation plans that lack clear steps, acceptance criteria, and scope, ensuring your project roadmaps are actionable and aligned with team requirements.

Core Features & Use Cases

  • Guided Scoping Workflow: Automatically runs a requirement-gathering interview to clarify project constraints, priorities, and out-of-scope work before drafting any plan.
  • Validated Plan Templates: Generates plans that follow a strict, standardized structure with numbered actionable steps, explicit file changes, and acceptance criteria for every task.
  • Use Case: If you are refactoring a user authentication module, this skill will first ask about your tech stack, deadlines, and deferred features, then generate a step-by-step plan saved directly to your project's ./plans/ folder.

Quick Start

Ask the AI to create a step-by-step implementation plan for adding password reset functionality to your web app, and it will generate a validated, scoped plan saved to your ./plans/ directory.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I create an actionable implementation plan for a software project?

To create an actionable implementation plan, use a guided workflow that runs a requirement-gathering interview to clarify constraints, then generates a structured roadmap with numbered steps, explicit file changes, and acceptance criteria.

What's the best way to scope work breakdown for a code refactoring task?

Scoping work breakdown for code refactoring requires defining out-of-scope work and priorities first. A validated plan template enforces this structure by mandating clear non-goals and acceptance criteria before generating step-by-step tasks.

How do I generate a step-by-step project roadmap with acceptance criteria?

Generating a step-by-step project roadmap with acceptance criteria involves applying a standardized template that validates each task has explicit file changes and verifiable outcomes, ensuring the plan is actionable rather than a vague draft.

Does implementation plan validation require specifying file changes and non-goals?

Implementation plan validation requires specifying file changes and non-goals. A mandatory validation checklist enforces that every scoped task includes explicit file modifications, acceptance criteria, and clear boundaries for deferred features.

Can I use a guided scoping workflow for feature development planning?

You can use a guided scoping workflow for feature development planning. It automatically prompts you for tech stack details, deadlines, and deferred features before drafting any plan, ensuring the output aligns with team requirements.

Where are generated software development plans saved?

Generated software development plans are saved directly to your project's local ./plans/ directory. This ensures your validated, scoped roadmaps are immediately accessible within your existing codebase structure.