一键导入
orchestration
Core orchestration skill for assigning work and managing workers
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Core orchestration skill for assigning work and managing workers
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Core coding skill for the FORGE builder agent
Planning skill for the FORGE builder agent
Evaluation criteria for the SENTINEL reviewer agent
Review skill for the SENTINEL reviewer agent
Create generative, code-based art and visualizations using P5.JS and algorithmic principles.
Visual philosophy and design principles for creating impactful visual content.
| name | orchestration |
| description | Core orchestration skill for assigning work and managing workers |
Read KEY_WORKER_SLOTS from shared store. Look for workers with status Idle.
T-CI-) must be assigned before any other work if ci_readiness is missing or ci_must_go_first is true. Without CI, VESSEL stalls on every PR.Consider:
Update worker slot:
{
"id": "forge-1",
"status": {
"Assigned": {
"ticket_id": "T-42",
"issue_url": "https://github.com/org/repo/issues/42"
}
}
}
Log assignment to event stream for observability.
Workers may request approval for commands like:
rm -rf (file deletion)git push --force (force push)npm publish (package publishing)Set worker status from Suspended back to Assigned.
Set worker status to Idle with rejection reason.