plan

Convert approved designs into detailed implementation plans with file mappings and verification steps.

15|1|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/duronext/jig --skill plan-duronext
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/duronext/jig/tree/main/core/skills/plan
Command: npx skills add https://github.com/duronext/jig --skill plan-duronext

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turn approved designs into actionable implementation plans that engineers can follow, even with zero codebase context.

Core Features & Use Cases

  • Bite-sized, test-driven task breakdowns
  • Exact file path mappings and verification steps
  • Parallelizable plan execution guidance for teams

Quick Start

Generate a complete implementation plan from an approved design, with bite-sized, test-driven tasks and exact file paths.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I turn an approved design doc into an actionable implementation plan?

Implementation plans are generated by transforming an approved design doc into bite-sized, test-driven tasks with exact file path mappings and verification steps. Engineers can execute the decomposed tasks without prior codebase context.

How does test-driven task breakdown work for project planning?

Test-driven task breakdown structures implementation work into small, verifiable units using a plan template. It maps exact file paths and defines task-level criteria so engineers can verify each step against expected test outcomes.

Do I need a brainstormed design before creating an implementation plan?

Yes, a brainstormed design doc is required as input. The planning process decomposes an approved design into tasks, file structure mappings, and verification steps, meaning a structured design must exist beforehand.

What's the best way to break down software requirements into tasks for a team?

Software requirements are broken down using a plan template that creates bite-sized, test-driven tasks with exact file mappings and parallelizable execution guidance. This allows team members to execute implementation work concurrently.

Can I generate parallelizable plan execution guidance for multi-step work?

Yes, the generated implementation plan includes parallelizable execution guidance for multi-step work. It structures tasks, file mappings, and verification criteria so teams can distribute and execute the work concurrently.