一键导入
subagent-driven-development
Small multi-agent workflow for GoudEngine tasks
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Small multi-agent workflow for GoudEngine tasks
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Pick the fastest build/verify command for the change at hand, from cargo check to the full verify gate
Run and troubleshoot the SDK code generation pipeline (./codegen.sh) and the generated-artifact drift gate
How versioning and releases work via release-please, version.txt, and the version pins across the workspace
Build and debug the WASM browser target and the TypeScript web SDK, including the wasm-pack path and the debugger WebSocket relay
Dependency flow audit and layer validation for GoudEngine's 5-layer hierarchy
Discover and list available skills in the repository
| name | subagent-driven-development |
| description | Small multi-agent workflow for GoudEngine tasks |
| context | fork |
| user-invocable | true |
Use this skill when a task is large enough that one dedicated implementation agent and one review pass will improve the result.
root -> engine-lead|integration-lead -> reviewer
Add security-auditor only for FFI, unsafe, pointer, or ownership-boundary changes.
Do not use it for trivial one-file fixes.
/gh-issue is the exception: it owns the stricter issue-run workflow, specialized review gates, PR follow-through, and cleanup.