원클릭으로
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: