drive-generate-plan

Generate an execution plan with milestones, tasks, and test coverage from a project specification.

419|15|Updated Oct 31, 2025
One-click install
npx skills add https://github.com/prisma/prisma-next --skill drive-generate-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drive-generate-plan
Source: https://github.com/prisma/prisma-next/tree/main/.agents/skills/drive-generate-plan
Command: npx skills add https://github.com/prisma/prisma-next --skill drive-generate-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill transforms a project specification into a detailed, actionable execution plan, complete with milestones, tasks, and test coverage, streamlining project management and development.

Core Features & Use Cases

  • Automated Plan Generation: Creates structured project plans from user-provided specifications.
  • Milestone & Task Decomposition: Breaks down large projects into manageable milestones and specific, executable tasks.
  • Acceptance Criteria Mapping: Ensures all acceptance criteria from the spec are covered by corresponding test tasks.
  • Optional Linear Project Creation: Can create a corresponding project in Linear for enhanced tracking.
  • Use Case: You have a detailed spec for a new user authentication feature. Use this Skill to generate a project plan with milestones like 'Backend API Development', 'Frontend Integration', and 'Testing', including tasks for each and ensuring all acceptance criteria are tested.

Quick Start

Use the drive-generate-plan skill to create a project plan from the spec file located at projects/my-new-feature/spec.md.

Frequently Asked Questions about drive-generate-plan

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

FAQPage Schema
How do I turn a project specification into an actionable execution plan?

To turn a project specification into an actionable execution plan, provide a spec file to generate a comprehensive breakdown of milestones, tasks, and test coverage for all acceptance criteria. This streamlines project management by structuring project execution and ensuring all requirements are addressed.

How do I generate milestones and tasks from a feature spec?

You can generate milestones and tasks from a feature spec through automated plan generation, which decomposes large projects into manageable milestones and specific, executable tasks. This ensures structured project planning and complete coverage of all specified acceptance criteria.

Can I automatically create a Linear project from a generated execution plan?

Yes, you can automatically create a Linear project from a generated execution plan. The plan generation process supports optional creation of a Linear project, directly mapping the generated milestones and issues for enhanced project tracking.

Does project plan generation ensure test coverage for acceptance criteria?

Yes, project plan generation ensures test coverage for acceptance criteria by explicitly mapping each criterion from the specification to corresponding test tasks. This guarantees that all requirements defined in the spec are validated during execution.

What is the best way to structure project execution for a new software feature?

The best way to structure project execution for a new software feature is to generate a detailed plan from your spec, creating milestones like Backend API Development, Frontend Integration, and Testing, with specific tasks ensuring all acceptance criteria are tested.

Do I need a detailed spec file to generate a project plan?

Yes, you need a detailed spec file to generate a project plan, as the process transforms project specifications into actionable milestones and tasks. Providing a comprehensive spec ensures all acceptance criteria are properly decomposed and covered by test tasks.