dev-planner

Generate a phased development plan from a Product-Spec.md file.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/iJosueeh/nexora-web --skill dev-planner-ijosueeh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-planner
Source: https://github.com/iJosueeh/nexora-web/tree/main/.opencode/skills/dev-planner
Command: npx skills add https://github.com/iJosueeh/nexora-web --skill dev-planner-ijosueeh

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of planning development phases from a Product-Spec.md file, ensuring a structured and efficient development process.

Core Features & Use Cases

  • Development Phase Planning: Automatically generates a phased development plan based on the Product-Spec.md file.
  • Spec Change Updates: Updates existing development plans when the Product-Spec.md file changes.
  • Task Breakdown: Provides a detailed breakdown of tasks for each phase, including dependencies and deliverables.
  • Tech Stack Alignment: Ensures the development plan aligns with the specified technology stack.
  • Use Case: For a software development project, use this Skill to create a comprehensive development plan based on the Product-Spec.md file, ensuring all features are planned and prioritized correctly.

Quick Start

Generate a development plan for the 'Product-Spec.md' file by running the command: /dev-planner

Frequently Asked Questions about dev-planner

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

FAQPage Schema
How do I generate a phased development plan from a product spec?

To generate a phased development plan from a product spec, you need a Product-Spec.md file. The dev-planner Skill analyzes feature dependencies and technical direction to output a structured DEV-PLAN.md file.

What is tech stack alignment in development phase planning?

Tech stack alignment in development phase planning ensures that the generated task breakdown and deliverables match the technologies specified in your Product-Spec.md, validating technical direction before implementation begins.

Can I update an existing development plan when my Product-Spec.md changes?

Yes, you can update an existing development plan when your Product-Spec.md changes. The Skill processes spec change updates to revise task breakdowns and phase dependencies without starting from scratch.

How do I break down software features into tasks with dependencies?

To break down software features into tasks with dependencies, the Skill analyzes your Product-Spec.md to map feature dependencies and deliverables, automatically structuring them into a phased DEV-PLAN.md.

Does dev-planner work without external dependencies?

Yes, dev-planner works without external dependencies. It uses built-in scripts and references to analyze your Product-Spec.md and output a DEV-PLAN.md file without requiring additional packages.

When should I not use automated development phase planning?

You should not use automated development phase planning if your project lacks a structured Product-Spec.md file. The Skill requires an existing spec with defined features and a technical direction to perform dependency analysis.