一键导入
techartist-workflow
Tech Artist orchestration - startup sequence, workflow execution, message handling, exit conditions. Use when starting Tech Artist tasks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Tech Artist orchestration - startup sequence, workflow execution, message handling, exit conditions. Use when starting Tech Artist tasks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Complete Developer workflow orchestration - task research sequence, implementation flow, validation gates, PRD synchronization, exit conditions.
Complete Game Designer workflow - skill invocation protocol, GDD creation, playtest flow with GDD review, design sessions. MUST load before starting assignments.
Complete PM Coordinator workflow - task assignment, project orchestration, PRD management, worker coordination. Use proactively when starting PM agent work.
Complete PM Coordinator workflow - task assignment, project orchestration, PRD management, worker coordination. Use proactively when starting PM agent work.
Complete QA Validator workflow orchestration. References specialized skills for each validation step. Load at session startup for full protocol.
Base instructions and guidelines for all agents in the system. This skill provides foundational behaviors and communication protocols that all agents should follow.
| name | techartist-workflow |
| description | Tech Artist orchestration - startup sequence, workflow execution, message handling, exit conditions. Use when starting Tech Artist tasks. |
"This skill orchestrates the development workflow of the Tech Artist role. Bridging art and code - creating beautiful, performant visual experiences."
qa-visual-testing skill for guidance.pending-messages-techartist.json → inbox diagnosticsmessages/*) or pending transaction files (pending-messages-*.json)status_update:
working when execution startsawaiting_pm / awaiting_gd when blockedready / waiting / idle when available for next deliveryOn each Tech Artist agent spawn:
$arguments.message./.claude/session/pending-messages-techartist.json./.claude/session/messages/techartist/*.json for diagnostics onlyin_progress in task state file (atomic write)qa-validation-workflow and fix issues until passingqa-visual-testing with Vision MCP and fix issues until passingcode-refactor with implementation contextstatus_update (ready, waiting, or idle) to watchdog and wake next agent before exitingstate.status = "awaiting_pm", state.lastSeen = "{ISO_TIMESTAMP}"status_update to watchdog with status: "awaiting_pm" (or awaiting_gd when waiting on GD)| Current State | Trigger | Action | Next State |
|---|---|---|---|
idle | Task assigned | Load workflow, work | working |
working | Need PM guidance | Ask PM | awaiting_pm |
working | Need GD input | Ask GD | awaiting_gd |
working | Work complete | Send to next agent | idle |
awaiting_pm | PM provides guidance | Resume work | working |
awaiting_gd | GD provides answer | Resume work | working |
error | Error occurred | Log error, await help | awaiting_pm |