From autocode
Use before coding to decide whether a problem idea is judgeable, implementable, and verifiable.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autocode:idea-feasibilityThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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:
npx claudepluginhub summeronetwo/autocodeCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.