plan

Generate implementation plans by dissecting specifications into micro-tasks.

9|1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/Roxabi/roxabi-plugins --skill plan-roxabi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/Roxabi/roxabi-plugins/tree/main/plugins/dev-core/skills/plan
Command: npx skills add https://github.com/Roxabi/roxabi-plugins --skill plan-roxabi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of detailed implementation plans, breaking down complex tasks into manageable micro-tasks, assigning agents, and estimating effort.

Core Features & Use Cases

  • Automated Task Breakdown: Converts high-level requirements into specific, actionable micro-tasks.
  • Agent Assignment: Intelligently assigns tasks to appropriate development agents based on file paths and domains.
  • Use Case: When starting a new feature, describe the requirements, and this Skill will generate a complete plan including all necessary tasks, their dependencies, and the agents responsible for them.

Quick Start

Use the plan skill to break down the implementation for issue number 42.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I generate an implementation plan from software specifications?

The Skill handles various input formats including Breadboard affordances and Success Criteria. It ensures consistency between your provided specifications and the generated tasks throughout the planning process.

How are development agents assigned to micro-tasks during plan generation?

Development agents are assigned to micro-tasks intelligently based on file paths and domains. This ensures each generated task is matched to the most appropriate execution agent for accurate effort estimation.

What is the difference between S, F-lite, and F-full tiered planning?

S, F-lite, and F-full are tiered planning levels that dictate the depth of task breakdown and effort estimation. They allow you to scale implementation plan generation from lightweight overviews to comprehensive full-scale development roadmaps.

Does the implementation plan generator support reasoning audits and artifact generation?

Yes, the implementation plan generator supports optional reasoning audits to verify task consistency. It also features automatic artifact generation to document the planning output alongside your micro-tasks.

When should I not use automated task breakdown for software development?

You should avoid automated task breakdown when your input lacks clear specifications or Success Criteria. The tool requires structured requirements to effectively dissect tasks, assign agents, and estimate development effort.