From autocode
Evaluates problem ideas for judgeability, implementability, and verifiability before coding. Provides go/no-go decisions with blocking issues and clarifications.
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 sztu-acm/autocodeChallenges users to validate an idea's premise before building it. Activates on build requests, catching unsupported assumptions and premature execution.
Evaluates unconventional ideas by stress-testing them honestly: core insights, objections, success paths, precedents, and validation steps. For 'wtf why not' or crazy pitches.
Leads Socratic discussions to clarify ideas, challenge assumptions, and surface blind spots before implementation. Activates on '/discuss' or phrases like 'discuss this'.