一键导入
developer-workflow
Complete Developer workflow orchestration - task research sequence, implementation flow, validation gates, PRD synchronization, exit conditions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Complete Developer workflow orchestration - task research sequence, implementation flow, validation gates, PRD synchronization, exit conditions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.
Tech Artist orchestration - startup sequence, workflow execution, message handling, exit conditions. Use when starting Tech Artist tasks.
| name | developer-workflow |
| description | Complete Developer workflow orchestration - task research sequence, implementation flow, validation gates, PRD synchronization, exit conditions. |
"This skill orchestrates the development workflow sequence. For detailed implementation guidance."
qa-validation-workflow skill for guidance.
pending-messages-developer.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 Developer agent spawn:
$arguments.message for Claude CLI, or initial prompt for OpenCode CLI)./.claude/session/pending-messages-developer.json./.claude/session/messages/developer/*.json for diagnostics onlyqa-validation-workflow skill and fix any issues until passingcode-refactor subagent parallel task with the implemented context, to ensure code quality and maintainabilitystatus_update (ready, waiting, or idle) to watchdog and wake up the next agent before exitingIF BLOCKED
state.status = "awaiting_pm", state.lastSeen = "{ISO_TIMESTAMP}"status_update to watchdog with status: "awaiting_pm"| 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 |