원클릭으로
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.