bzd-model-assumption-checker

Reviews mathematical modeling paper assumptions against the competition problem statement.

Updated Aug 26, 2026
One-click install
npx skills add https://github.com/Yjj0333/skills-manager-backup --skill bzd-model-assumption-checker-yjj0333
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bzd-model-assumption-checker
Source: https://github.com/Yjj0333/skills-manager-backup/tree/main/bzd-model-assumption-checker
Command: npx skills add https://github.com/Yjj0333/skills-manager-backup --skill bzd-model-assumption-checker-yjj0333

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Mathematical modeling competition papers often contain assumptions that are circular, unsupported, overly strong, or disconnected from the actual problem statement. This Skill diagnoses each assumption in a paper's model-assumption section against the complete competition problem, identifying necessity, evidence basis, compatibility, and downstream usability. ## Core Features & Use Cases - Per-Assumption Diagnosis: Classifies each assumption by source (given by problem, reasonably inferred, model-required, or unknown) and rates its reasonableness, necessity, and evidence requirements. - Problem Coverage Check: Verifies that assumptions cover all conditions and core factors explicitly stated in the competition problem, and flags missing candidate assumptions. - Strong Assumption Auditing: Detects unsupported claims about normality, independence, stationarity, linearity, or perfect rationality, and specifies how to verify or downgrade them. - Use Case: A student preparing a mathematical modeling contest paper submits the full problem statement and their assumptions section, then receives a structured report with severity-rated issues, revision priorities, and a mapping of each assumption to where it must be reflected in the model body. ## Quick Start Use the bzd-model-assumption-checker to review my model assumptions section against the attached competition problem statement and list issues with revision suggestions.

Frequently Asked Questions about bzd-model-assumption-checker

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

FAQPage Schema
How do I check if my mathematical modeling assumptions are reasonable?▼

Provide the complete competition problem statement and your assumptions section. The review classifies each assumption by source, checks necessity and evidence basis, and flags circular reasoning, unsupported strong claims, or assumptions that remove core problem factors.

What makes a good model assumption in a modeling competition paper?▼

A good assumption states its content, basis, and modeling purpose. It should be relevant to the problem, necessary for the model, consistent with the problem statement and data, appropriately simplified, and traceable to variables, formulas, constraints, or limitations later in the paper.

Can I review assumptions without providing the full paper body?▼

Yes. Only the complete problem statement and the assumptions section are required. Checks that depend on later chapters, such as whether assumptions are used in the model, are marked as unverifiable rather than judged as errors.

Does the checker rewrite my assumptions section automatically?▼

No. It diagnoses problems and gives modification suggestions first. A revised draft is only produced when you explicitly ask for one, keeping the review separate from rewriting.

What are common mistakes in modeling competition assumptions?▼

Common issues include circular reasoning like assuming the model is accurate, absolute data claims such as no missing values, unsupported distribution or independence assumptions, and listing data preprocessing steps like interpolation or standardization as assumptions.