project-plan

Generate implementation plans from specifications with vertical slicing.

2|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/Integralist/agent-skills --skill project-plan-integralist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-plan
Source: https://github.com/Integralist/agent-skills/tree/main/.agents/skills/project-plan
Command: npx skills add https://github.com/Integralist/agent-skills --skill project-plan-integralist

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of project plans, ensuring a comprehensive and actionable guide for implementation, saving time and reducing errors.

Core Features & Use Cases

  • Automated Plan Creation: Generates implementation plans directly from specifications.
  • Spec Linking: Ensures a spec exists, linking the plan to the specification for clarity.
  • Vertical Slicing: Decomposes the project into manageable slices, improving parallel execution and tracking.
  • Use Case: When a project is discussed in a conversation and needs to be documented, or a new project is to be planned.

Quick Start

Use the project-plan skill to generate a plan for the new project 'XYZ', based on the existing spec 'docs/specifications/xyz-spec.md'.

Frequently Asked Questions about project-plan

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

FAQPage Schema
How do I automate project plan creation from an existing specification?

Automated project plan creation generates an actionable implementation guide directly from your specification document. It links the plan to the spec and decomposes the project into manageable vertical slices for parallel execution and tracking.

What is vertical slicing in project planning and how does it help implementation?

Vertical slicing in project planning decomposes a specification into manageable, parallel execution slices. This decomposition improves tracking and ensures implementation guides remain actionable and comprehensive throughout the development lifecycle.

Do I need an existing specification document to generate an implementation guide?

Yes, generating an implementation guide requires an existing specification to link the plan against. The automation ensures the resulting project plan comprehensively references the spec for clarity and reduces documentation errors.

Can I execute scripts to apply language-specific conventions when generating a project plan?

Yes, project plan automation supports executing scripts to apply language-specific conventions. This script execution capability ensures generated implementation guides match your technical stack's formatting and structural requirements.

What is the best way to document a new project discussed in a conversation?

Automating project plan creation from specifications is the best way to document a new project. It ensures comprehensive, actionable documentation by automatically linking specs and decomposing work into vertical slices for clear tracking.