skills-planner

Plan AI agent workflows by analyzing requirements and generating system prompts.

1.1k|99|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/dp-archive/archive --skill skills-planner-dp-archive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-planner
Source: https://github.com/dp-archive/archive/tree/main/seed_skills/skills-planner
Command: npx skills add https://github.com/dp-archive/archive --skill skills-planner-dp-archive

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you design AI agent workflows by identifying the necessary skills, planning new ones, and composing a system prompt, streamlining the process of building custom AI solutions.

Core Features & Use Cases

  • Requirement Analysis: Breaks down user needs into actionable capabilities.
  • Skill Gap Identification: Determines which existing skills fit and which new skills are required.
  • New Skill Design: Provides a template for defining new skills with clear requirements.
  • Agent Composition: Generates a system prompt to orchestrate the selected skills.
  • Use Case: You want to build an agent that can analyze financial reports. This skill will help you identify if you need a PDF reader, a data analyzer, and a report generator, and guide you in defining them if they don't exist.

Quick Start

Use the skills-planner to design an agent that can summarize research papers by analyzing the requirements and suggesting necessary skills.

Frequently Asked Questions about skills-planner

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

FAQPage Schema
How do I design an AI agent workflow for complex tasks?

To design an AI agent workflow, you analyze user requirements, evaluate available skills, identify capability gaps, design new skills, and generate a system prompt to orchestrate the composed agent for complex tasks.

How do I identify missing capabilities when building AI agents?

Identify missing capabilities by breaking down user needs into actionable requirements and matching them against existing skill sets, which highlights skill gaps that require designing new skills from a provided template.

What is the best way to compose a system prompt for multiple AI skills?

The best way to compose a system prompt for multiple AI skills is to use agent composition, which evaluates available capabilities and orchestrates selected skills into a unified prompt for efficient agent design.

Do I need existing skills to start planning an AI workflow?

You do not need existing skills to start planning an AI workflow. The planner evaluates whatever skills are available and automatically designs new skills with clear requirements when necessary gaps are identified.

When should I use requirement analysis for AI agent design?

Use requirement analysis for AI agent design when building custom solutions for complex tasks, such as creating an agent that needs to read PDFs, analyze data, and generate reports, ensuring efficient skill utilization.