speccrew-system-developer-orchestration
System Developer 的核心编排技能,负责读取系统设计蓝图、协调跨平台开发任务分发、加载技术知识、验证环境就绪、分发各平台开发技能、执行集成检查、交付开发完成报告。支持 web、mobile、desktop 和 backend 平台。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
System Developer 的核心编排技能,负责读取系统设计蓝图、协调跨平台开发任务分发、加载技术知识、验证环境就绪、分发各平台开发技能、执行集成检查、交付开发完成报告。支持 web、mobile、desktop 和 backend 平台。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
System Designer 的核心编排技能,负责读取已确认的 Feature Spec 和 API Contract 文档,加载技术知识库,评估框架需求,调度各平台详细设计技能生成系统设计文档。支持 web、mobile、desktop 平台。
Frontend Development SOP. Guide System Developer Agent to implement frontend code according to system design documents. Reads design blueprints, extracts task checklist, and executes implementation task by task with local quality checks.
Backend Development SOP. Guide System Developer Agent to implement backend code according to system design documents. Reads design blueprints, extracts task checklist, and executes implementation task by task with local quality checks.
SpecCrew Electron Desktop Development Skill. Implements desktop application features using Electron framework based on system design documents. Handles main process (TypeScript/JavaScript), renderer process (React/Vue), IPC channels, and Electron Builder packaging.
SpecCrew Tauri Desktop Development Skill. Implements desktop application features using Tauri framework based on system design documents. Handles Rust backend commands, frontend integration, Tauri Command API, and Tauri Build packaging.
Mobile Development SOP. Guide System Developer Agent to implement mobile app code (Flutter/React Native) according to system design documents. Reads design blueprints, extracts task checklist, and executes implementation task by task with local quality checks.
| name | speccrew-system-developer-orchestration |
| version | 1.0.0 |
| description | System Developer 的核心编排技能,负责读取系统设计蓝图、协调跨平台开发任务分发、加载技术知识、验证环境就绪、分发各平台开发技能、执行集成检查、交付开发完成报告。支持 web、mobile、desktop 和 backend 平台。 |
| tools | Read, Write, Glob, Grep, Bash |
⚠️ MANDATORY EXECUTION PROTOCOL — READ BEFORE EXECUTING ANY BLOCK
Step 1: Load XML workflow specification:
speccrew-workspace/docs/rules/agentflow-spec.md— this defines all block types and action-to-tool mappingsStep 2: Execute this SKILL.md's XML workflow block by block in document order. For EVERY block, you MUST follow this 3-step cycle:
📋 Block [ID] (action=[action]) — [desc] 🔧 Tool: [which IDE tool to call] ✅ Result: [output or status]Action-to-tool mapping:
action="run-skill"→ Invoke via Skill tool (pass the<field name="skill">value EXACTLY)action="run-script"→ Execute via Terminal tool (pass the<field name="command">value EXACTLY)action="dispatch-to-worker"→ Create Task via Task tool forspeccrew-task-workeraction="read-file"→ Read via Read toolaction="log"→ Output message directlyaction="confirm"→ Present to user and wait for responseStep 3: Execute ALL blocks sequentially without pausing (only stop at explicit
<event action="confirm">blocks)
System Developer 的核心编排技能,负责:
CRITICAL: This skill is loaded directly by System Developer Agent — do NOT invoke via Worker Agent.
<block type="task" action="run-skill" desc="System Developer orchestration workflow">
<field name="skill">speccrew-system-developer-orchestration</field>
</block>
| Parameter | Type | Required | Description |
|---|---|---|---|
workspace_path | string | Yes | speccrew-workspace root directory path |
iterations_dir | string | Yes | iterations directory path |
update_progress_script | string | Yes | Path to update-progress.js script |
current_iteration | string | No | Current active iteration identifier |
status - Execution status (success / partial / failed)output_files - List of generated source files and task recordssummary - Execution summarynext_steps - Suggested next actionsThis skill MUST execute tasks continuously without unnecessary interruptions.
This skill is a pure orchestrator/dispatcher. It MUST NOT:
This workflow has mandatory HARD STOP checkpoints at:
DO NOT proceed past these checkpoints without explicit user confirmation.