skills-planner

Plan AI agent composition by analyzing requirements against existing skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the complex process of designing AI agents by intelligently planning which existing skills to use and identifying requirements for new ones, ensuring efficient and effective agent composition.

Core Features & Use Cases

  • Skill Gap Analysis: Identifies missing capabilities required for a user's task.
  • Agent Orchestration: Designs a system prompt to effectively coordinate selected skills.
  • Use Case: You want to build an agent to analyze financial reports. This skill will help you determine if you need a new "financial-analyzer" skill or if existing ones like "pdf-reader" and "data-processor" are sufficient, then draft the agent's instructions.

Quick Start

Use the skills-planner to design an agent that can analyze customer support tickets, categorizing them and drafting responses, given the existing skills web-search, email-sender, and sentiment-analyzer.

Frequently Asked Questions about skills-planner

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

FAQPage Schema
How do I plan AI agent composition using existing skills?

Agent orchestration generates a comprehensive system prompt that coordinates selected skills, defining how they interact to execute complex tasks like analyzing customer support tickets or financial reports.

How do I identify missing skills for an AI development workflow?

No, this Skill has no dependencies and operates at an intermediate implementation depth, meaning it handles the planning logic internally without requiring external components or modules to function.

What is the best way to design a system prompt for a multi-skill agent?

The best way to design a system prompt for a multi-skill agent is to use a skill composition planner that maps task requirements to specific skills and drafts instructions detailing their coordination.

When do I need to create a new skill versus reusing existing ones for agent design?

You need to create a new skill when skill gap analysis shows existing capabilities are insufficient for the user's task, otherwise you can orchestrate existing skills to compose the agent.