math-model-selector

Route problems to mathematical frameworks using expert heuristics and a decision tree.

8|1|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/scooter-lacroix/Maestro --skill math-model-selector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: math-model-selector
Source: https://github.com/scooter-lacroix/Maestro/tree/main/maestro/skills/math/math/math-model-selector
Command: npx skills add https://github.com/scooter-lacroix/Maestro --skill math-model-selector

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users identify the most appropriate mathematical framework or model for their problem when they are unsure about the best approach.

Core Features & Use Cases

  • Guided Problem Analysis: Asks Polya-style questions to understand the nature of the problem (quantity, change, uncertainty, optimization, precision).
  • Framework Recommendation: Suggests a primary mathematical framework with a justification.
  • Starting Point Guidance: Provides key equations and initial approaches for the recommended framework.
  • Tool and Skill Suggestions: Recommends specific scripts or related Skills for further action.
  • Use Case: A researcher has a complex biological system they want to model but doesn't know if differential equations, statistical models, or agent-based simulations are most suitable. This Skill guides them to the correct modeling approach.

Quick Start

Use the math-model-selector skill to determine the best mathematical framework for modeling rumor spread.

Frequently Asked Questions about math-model-selector

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

FAQPage Schema
How do I choose the right mathematical framework for modeling a complex system?

To choose the right mathematical framework, evaluate problem characteristics such as quantity identification, change characterization, uncertainty, and optimization goals. Using a decision tree and expert heuristics routes your problem to appropriate models like ODEs, statistics, or optimization methods.

When should I use differential equations vs statistical models for my problem?

Choose between differential equations vs statistical models by assessing change characterization and uncertainty. Continuous deterministic change routes to ODEs, while high uncertainty and data-driven patterns direct framework selection toward statistical models.

What questions should I ask to identify the best mathematical model for my data?

To identify the best mathematical model, ask Polya-style questions about your problem: what quantities are involved, how they change, what uncertainty exists, what your optimization goals are, and what answer precision is required.

Can I get starting equations and tool suggestions after selecting a math framework?

Yes, you can get starting equations and tool suggestions after framework selection. Recommending a primary model like optimization methods includes providing key initial equations, starting approaches, and suggestions for specific scripts or related skills for further action.

Does this framework selection approach work for optimization problems?

Yes, this framework selection approach works for optimization problems by assessing your required answer precision and optimization goals. The decision tree analyzes these characteristics to recommend appropriate optimization methods and provide starting equations.