一键导入
autodesign-skillopt
Private Stage 11 SkillOpt subskill. Generates deterministic hardening reports and review-only patch proposals after eval E2E PASS.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Private Stage 11 SkillOpt subskill. Generates deterministic hardening reports and review-only patch proposals after eval E2E PASS.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Start Autodesign setup from the eatsteak/autodesign skill package. Use when the user asks to initialize, start, install-check, bootstrap, validate state, inspect the artifact graph, check subskill readiness, record gates, compute dirty artifacts, generate canonical artifacts, run visual reference gates, run Pencil/DS/prototype/QA metadata records, generate frontend handoff docs, generate reconcile reports, or generate SkillOpt hardening reports.
Private Stage 09 handoff subskill. Generates frontend handoff documentation as JSON and Markdown only, after Stage 08 prototype and QA gates pass.
Private Stage 09 reconcile subskill. Generates advisory dirty-propagation reports from artifact graph preserve/may-change policies after handoff docs exist.
Private Stage 08 design-system subskill. Generates DS tokens and component contracts from primitives, selected references, and Pencil wireframes.
Private Stage 08 primitives subskill. Generates deterministic primitive inventory from selected visual references and canonical brand direction.
Private Stage 08 prototype subskill. Persists prototype metadata and real canvas export path records without generating frontend handoff.
| name | autodesign-skillopt |
| description | Private Stage 11 SkillOpt subskill. Generates deterministic hardening reports and review-only patch proposals after eval E2E PASS. |
This private payload subskill is not public. Enter it only through autodesign-start or a later orchestrator after running the deterministic readiness check.
log.eval-report at autodesign/logs/eval-report.jsonThe eval report must have e2e.status: "PASS" and schema-validated golden case comparisons for skill prompt/version outputs.
log.skillopt-report at autodesign/logs/skillopt-report.jsonlog.skillopt-patch-proposals at autodesign/logs/skillopt-patch-proposals.jsonThese artifacts record accepted/rejected edit decisions and review-only patch proposals. They do not apply upstream edits.
scripts/can-run-subskill.mjs --workspace <workspace> --subskill skillopt must pass.autodesign/logs/eval-report.json must validate and report E2E PASS.Plan without writing:
node autodesign-start/assets/payload/scripts/generate-skillopt.mjs --workspace <workspace> --plan
Apply only with explicit approval:
node autodesign-start/assets/payload/scripts/generate-skillopt.mjs --workspace <workspace> --apply --approve-skillopt-hardening --actor <actor> --at <timestamp>
log.eval-report is missing at its graph path.e2e.status is not PASS.autodesign-start/SKILL.md or a private subskill SKILL.md.autodesign/logs/skillopt-report.json, autodesign/logs/skillopt-patch-proposals.json, and manifest/graph state metadata.