analyze-complexity

Analyze task complexity to recommend meta-prompting strategies.

58|9|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/HermeticOrmus/claude-code-game-development --skill analyze-complexity
Or copy as Structured Prompt for Agentā–¼
Please help me install this Agent Skill.
Skill: analyze-complexity
Source: https://github.com/HermeticOrmus/claude-code-game-development/tree/main/tools/meta-prompting-framework/skills/analyze-complexity
Command: npx skills add https://github.com/HermeticOrmus/claude-code-game-development --skill analyze-complexity

SYSTEM DOCUMENTATION & REQUIREMENTS

šŸ’” This Skill requires meta_prompting_engine, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill analyzes the complexity of tasks to recommend the best meta-prompting strategy for optimal outcomes.

Core Features & Use Cases

  • Complexity Assessment: Evaluate tasks on a 0.0-1.0 scale using word count, ambiguity, dependencies, and domain specificity.
  • Strategy Recommendation: Returns a structured assessment with recommended strategy for handling the task.
  • Use Case: For a complex task like "Design a distributed cache system," this Skill assesses complexity and recommends an approach based on the results.

Quick Start

Annotate a task to determine the optimal meta-prompting strategy using /analyze-complexity "Your task description here."

Frequently Asked Questions about analyze-complexity

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

FAQPage Schema
How do I determine the best meta-prompting strategy for a complex system design task?ā–¼

Task complexity analysis evaluates word count, ambiguity, dependencies, and domain specificity to generate a 0.0-1.0 complexity score. This structured assessment routes your prompt to the most effective meta-prompting strategy for optimal outcomes.

What factors are used to evaluate task complexity for algorithm selection?ā–¼

Task complexity for algorithm selection is evaluated using four primary factors: word count, ambiguity level, dependency depth, and domain specificity. These metrics combine to form a structured assessment that recommends the optimal handling approach.

When should I use autonomous evolution versus direct execution for prompt routing?ā–¼

Direct execution suits low-complexity tasks with minimal ambiguity and dependencies, while autonomous evolution and multi-approach synthesis are recommended for high complexity scores involving deep domain specificity and intricate dependencies.

Can I assess the complexity of a distributed cache system design task before choosing a meta-prompting approach?ā–¼

Yes, you can assess a distributed cache system design task by analyzing its word count, ambiguity, dependencies, and domain specificity. This returns a complexity score and a recommended meta-prompting strategy for the task.

Do I need the meta-prompting engine to run task complexity analysis?ā–¼

Yes, the task complexity analysis requires the meta-prompting engine to process task descriptions and route them to appropriate approaches like direct execution, multi-approach synthesis, or autonomous evolution based on the complexity score.