一键导入
autodesign-qa
Private Stage 08 semantic visual QA subskill. Persists QA and max-two-refinement gate records.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Private Stage 08 semantic visual QA subskill. Persists QA and max-two-refinement gate records.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Private Stage 11 SkillOpt subskill. Generates deterministic hardening reports and review-only patch proposals after eval E2E PASS.
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.
| name | autodesign-qa |
| description | Private Stage 08 semantic visual QA subskill. Persists QA and max-two-refinement gate records. |
This private payload subskill is not public. Enter it only through autodesign-start or a later orchestrator after running deterministic readiness checks.
visual.reference-set after approved selected visual referencespencil.wireframe-set at autodesign/outputs/pencil/wireframes/wireframe-metadata.jsonpencil.canvas-exports at autodesign/outputs/pencil/canvas-exports.jsondesign-system.tokens at autodesign/outputs/design-system/tokens.jsondesign-system.contracts at autodesign/outputs/design-system/contracts.jsonprototype.package at autodesign/outputs/prototype/prototype-metadata.jsonprototype.canvas-exports at autodesign/outputs/prototype/canvas-exports.jsonprototype.visual-qa-report at autodesign/outputs/prototype/visual-qa-report.jsonprototype.refinement-log at autodesign/outputs/prototype/refinement-log.jsonscripts/can-run-subskill.mjs --workspace <workspace> --subskill qa must pass.visual.reference-selection must be approved and contain selected records.prototype.package must already be generated.batch_design and export_nodes.--refinement-attempt must be an integer from 0 to 2.Plan first:
node autodesign-start/assets/payload/scripts/generate-pencil-prototype.mjs --workspace <workspace> --action qa --refinement-attempt 0 --qa-status pass --plan
Apply only with explicit approval:
node autodesign-start/assets/payload/scripts/generate-pencil-prototype.mjs --workspace <workspace> --action qa --refinement-attempt 0 --qa-status pass --apply --approve-prototype-qa --actor <actor> --at <timestamp>
QA is semantic metadata QA over selected references, Pencil records, DS tokens/contracts, and prototype records. It does not inspect or invent Pencil canvas content and does not generate frontend handoff files. If the live Pencil MCP handoff evidence is missing, QA blocks instead of approving Stage 08.