一键导入
idea-feasibility
Use before coding to decide whether a problem idea is judgeable, implementable, and verifiable.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use before coding to decide whether a problem idea is judgeable, implementable, and verifiable.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when creating competitive programming problems with AutoCode MCP tools. Enforces the plugin workflow for problem statements, std/brute solutions, validators, generators, stress tests, final data verification, and Polygon packaging.
Validate statement samples and sample files for competitive programming problems. Ensures the expected outputs in problem statements match the actual solution output.
Verify final tests with hard quality gates: integrity, consistency, validator, limit semantics, and wrong-solution kill.
Turn deterministic problem_audit difficulty signals into a CF-style rating with reasons and confidence.
Audit statement, tutorial, and samples for consistency and publication readiness before packaging.
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.
| 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: