From autocode
Audit std/brute assumptions with MCP evidence, including worst/average complexity risk and stress readiness.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autocode:solution-complexity-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Used in the post-implementation audit stage after std/brute are available. You must provide structured evidence; verbal claims are not sufficient.
Used in the post-implementation audit stage after std/brute are available. You must provide structured evidence; verbal claims are not sufficient.
Call tools in this order and record the results:
solution_analyze: estimate std time/space complexity and record worst/average risks.solution_audit_std: verify whether claimed_complexity conflicts with estimated complexity and constraints.solution_audit_brute: confirm brute is suitable as a stress oracle and derive n_max and trials.high_tle_risk or obvious boundary flaws.n_max and total scale).stress_profiles recommendations are produced.decision: go / no_gofindings: structured issue list (including severity)recommended_stress_params: recommended stress parametersgo: no unresolved critical findings, high_tle_risk is false or low, and stress parameters are explicit and executable.no_go: any unresolved critical finding, or brute is not a trustworthy stress oracle.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.