dev-plan

Generates structured technical implementation plans with phased Implementation Units from requirements documents.

16|1|Updated May 5, 2026
One-click install
npx skills add https://github.com/AIBiz-Automatyzacje/workspace-template-mobile --skill dev-plan-aibiz-automatyzacje
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: dev-plan
Source: https://github.com/AIBiz-Automatyzacje/workspace-template-mobile/tree/main/.claude/skills/dev-plan
Command: npx skills add https://github.com/AIBiz-Automatyzacje/workspace-template-mobile --skill dev-plan-aibiz-automatyzacje

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a feature idea or requirements document into an actionable, reviewable technical plan is error-prone: plans often miss file paths, test scenarios, dependencies, or design context, forcing implementers to improvise. This Skill produces a durable implementation plan that serves as the single source of truth for downstream task slicing and autonomous execution. ## Core Features & Use Cases - Requirements-driven planning: Locates and reuses upstream requirements docs (per-feature brainstorms, project-wide PRDs, or inline request requirements) with traceability back to the source. - Research-backed decisions: Runs parallel research agents over the codebase, institutional knowledge, and optionally external best practices before structuring the plan. - Phased Implementation Units: Breaks work into atomic units grouped into numbered phases with dependencies, exact file paths, delegate subagents, skills, and typed test scenarios ([Unit], [E2E], [Manual]). - Design context for UI work: Integrates Figma MCP fetching (design context, variables, screenshots) into a per-feature SPEC.md and checks for a project DESIGN.md token source. - Use Case: After brainstorming a new profile screen feature, run the planner to produce a dated plan file in docs/plans/ with phases for data layer, UI screens, and E2E tests, ready for the autopilot workflow to execute. ## Quick Start Ask the assistant to create a technical implementation plan for your feature, optionally pointing to an existing requirements document in docs/brainstorms/.

Frequently Asked Questions about dev-plan

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

FAQPage Schema
How do I create a technical implementation plan from a requirements document?▼

Invoke the planner with a feature description or let it auto-discover requirements docs in docs/brainstorms/. It reads the source document, runs codebase and knowledge research, then writes a dated plan file in docs/plans/ with phased Implementation Units.

What is an Implementation Unit in a technical plan?▼

An Implementation Unit is one meaningful, atomically committable change with a goal, requirements trace, dependencies, exact file paths, a delegate subagent, approach notes, and typed test scenarios. Units are grouped into numbered phases that execute and review independently.

Does the planner work without a requirements document?▼

Yes. If no source document exists, it runs a short planning bootstrap to establish problem framing, scope, and success criteria. For ambiguous product questions it recommends running a brainstorm step first rather than guessing.

Can the planner use Figma designs for UI features?▼

Yes. For UI-touching features it collects Figma URLs per screen, fetches design context, variables, and screenshots via Figma MCP tools, and writes a SPEC.md with measurements and token mappings under docs/plans/.

Does the planning skill write or test code?▼

No. It deliberately separates planning from execution: it records decisions, file paths, and test scenarios but never implements code, runs tests, or probes runtime behavior. Execution is delegated to downstream autopilot workflows.