一键导入
idea-feasibility
Use before coding to decide whether a problem idea is judgeable, implementable, and verifiable.
菜单
Use before coding to decide whether a problem idea is judgeable, implementable, and verifiable.
Define and enforce project-wide quality standards for agent and skill documents. Use when creating, reviewing, or refactoring files under agents/ and skills/ to keep structure, terminology, and output contracts consistent.
Validate statement samples and sample files for competitive programming problems. Ensures the expected outputs in problem statements match the actual solution output.
Audit std/brute assumptions with MCP evidence, including worst/average complexity risk and stress readiness.
Audit statement, tutorial, and samples for consistency and publication readiness before packaging.
Build multi-profile stress tests from brute complexity and constraints, then execute with traceable evidence.
Verify final tests with hard quality gates: integrity, consistency, validator, limit semantics, and wrong-solution kill.
| name | idea-feasibility |
| description | Use before coding to decide whether a problem idea is judgeable, implementable, and verifiable. |
| disable-model-invocation | false |
Used for pre-implementation idea review. The goal is to detect high-risk issues early—such as non-judgeable tasks, unverifiable requirements, or missing constraints—so you avoid rework in the coding phase.
sol/brute/generator/validator.n_max, value ranges, number of groups, and total scale (e.g., sum_n) clearly defined?decision: go / no_goblocking_issues: list of blocking issues that must be fixedrequired_clarifications: key questions to confirm with the user (max 3, prioritized)next_actions: minimal action checklist before implementationReturn decision=no_go if any of the following is true: