devflow-plan

Convert design specs into implementation plans with checklists and code snippets.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/abdias98/DevFlow --skill devflow-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devflow-plan
Source: https://github.com/abdias98/DevFlow/tree/main/.agents/skills/devflow-planner
Command: npx skills add https://github.com/abdias98/DevFlow --skill devflow-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reads a design spec and breaks it down into atomic implementation tasks with checkboxes, file maps, complete code snippets, and pre-written commit messages. For UI features, generates an HTML wireframe mockup before writing the plan. Produces a plan document in docs/devflow/plans/. USE WHEN: create implementation plan, break down tasks, task planning, devflow plan phase, create checklist from spec.

Core Features & Use Cases

  • Converts a design spec into a structured task breakdown with dependencies and milestones.
  • Produces a plan document and optional UI wireframe mockups to guide Implementers.
  • Automates creation of ready-to-paste commit messages and per-task checkpoints for traceability and review.

Quick Start

Provide a design spec path or describe the feature to plan, and let the Planner generate a complete plan and mockups in docs/devflow/plans.

Frequently Asked Questions about devflow-plan

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

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

To generate UI wireframe mockups from a design spec, describe the UI feature you need to plan. The system automatically produces an HTML wireframe mockup to guide implementers before generating the detailed task breakdown and file maps.

How do I create ready-to-paste commit messages for implementation tasks?

To create ready-to-paste commit messages for implementation tasks, process your design spec through the planner. It automatically generates per-task checkpoints and pre-written commit messages alongside the structured task breakdown for traceability and review.

Can I generate a TDD-driven implementation plan from a feature specification?

To generate UI wireframe mockups from a design spec, describe the UI feature you need to plan. The system automatically produces an HTML wireframe mockup to guide implementers before generating the detailed task breakdown and file maps.

What is the best way to break down architecture alignment into atomic tasks?

The best way to break down architecture alignment into atomic tasks is to input your design spec. The system creates a structured task breakdown with dependencies, milestones, and complete code snippets, outputting a comprehensive plan document.

Do I need a specific tech stack to create a devflow plan from a spec?

You do not need a specific tech stack to create a devflow plan from a spec. The planner applies to feature planning and TDD-driven implementation across common tech stacks, generating file maps and code snippets without requiring specific dependencies.