一键导入
autodesign-prototype
Private Stage 08 prototype subskill. Persists prototype metadata and real canvas export path records without generating frontend handoff.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Private Stage 08 prototype subskill. Persists prototype metadata and real canvas export path records without generating frontend handoff.
用 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-prototype |
| description | Private Stage 08 prototype subskill. Persists prototype metadata and real canvas export path records without generating frontend handoff. |
This private payload subskill is not public. Enter it only through autodesign-start or a later orchestrator after running deterministic readiness checks.
canonical.screen-model at autodesign/outputs/canonical/screen-model.jsoncanonical.interaction-model at autodesign/outputs/canonical/interaction-model.jsoncanonical.screen-state-matrix at autodesign/outputs/canonical/screen-state-matrix.jsonvisual.reference-set after approved selected visual referencespencil.live-check at autodesign/outputs/pencil/live-check.jsonpencil.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.jsonscripts/can-run-subskill.mjs --workspace <workspace> --subskill prototype must pass.visual.reference-selection must be approved and contain selected records.manifest.disabledBehaviors.prototypeGeneration must be false.batch_design against the Autodesign-owned virtual .pen filePath, create prototype frames, run export_nodes, and write a --pencil-evidence-path JSON record..pen filePath must be under autodesign/outputs/pencil/.batchDesign.createdNodeIds, exportNodes.nodeIds, frame bindings, and every prototype canvas export path must exist and match the evidence hashes.Plan first:
node autodesign-start/assets/payload/scripts/generate-pencil-prototype.mjs --workspace <workspace> --action prototype --pencil-evidence-path <path> --canvas-export-path <path> --plan
Apply only with explicit approval:
node autodesign-start/assets/payload/scripts/generate-pencil-prototype.mjs --workspace <workspace> --action prototype --pencil-evidence-path <path> --canvas-export-path <path> --apply --approve-prototype-generation --actor <actor> --at <timestamp>
The script records prototype metadata and export paths only. It does not generate frontend code, handoff files, or fake Pencil output. Stage 08 is NOT READY until the live Pencil agent action is completed and evidence cross-checks the virtual Pencil filePath plus export file bytes.