meta-plan

Route planning requests to specialized planners and sequence dependent tasks.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/zivtech/joyus-desktop --skill meta-plan-zivtech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-plan
Source: https://github.com/zivtech/joyus-desktop/tree/main/.claude/skills/meta-plan
Command: npx skills add https://github.com/zivtech/joyus-desktop --skill meta-plan-zivtech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the ambiguity of choosing the right planning tool for complex, multi-domain requests by automatically analyzing the user's intent and routing it to the most appropriate specialized planners.

Core Features & Use Cases

  • Intelligent Routing: Analyzes natural language requests to match them against a registry of specialized planners.
  • Multi-Planner Sequencing: Automatically chains multiple planners in the correct dependency order (e.g., content model before search).
  • Use Case: When a user asks to build a Drupal site with faceted search, the skill automatically invokes the content-model-planner followed by the search-discovery-planner, ensuring architectural consistency.

Quick Start

Invoke the meta-plan skill with a natural language description of the project you need to plan.

Frequently Asked Questions about meta-plan

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

FAQPage Schema
How do I automate planning and routing for complex multi-domain architecture requests?

Automated planning and routing for complex multi-domain architecture requests is achieved by analyzing natural language intent and matching it against a registry of specialized planners to orchestrate the correct workflow.

What is intelligent auto-routing for project orchestration and how does it work?

Intelligent auto-routing for project orchestration works by analyzing user planning requests, identifying the most relevant specialized planner skills from a registry, and sequencing them in the correct dependency order.

How do I sequence dependent planners for a Drupal site architecture with faceted search?

Sequencing dependent planners for a Drupal site architecture with faceted search is handled automatically by chaining specialized planners in dependency order, such as invoking the content-model-planner before the search-discovery-planner.

Can I manage concurrent execution limits when orchestrating multiple specialized planners?

Managing concurrent execution limits is supported natively, as the orchestration process automatically sequences dependent planners and coordinates concurrent execution to maintain architectural consistency across multi-domain tasks.

Does this orchestration approach require pre-configured specialized planners to function?

This orchestration approach requires a registry of specialized planners to function, as it analyzes user intent and routes requests by invoking the most relevant specialized planner skills available in that registry.