원클릭으로
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.