원클릭으로
crow-pet-orchestrator
Route crow.pet tasks into records, policy, adapters, subagents, evaluation, and memory.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Route crow.pet tasks into records, policy, adapters, subagents, evaluation, and memory.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when a task may need multiple agents, persistent role agents, cross-harness coordination, or generated subagents.
Classify action risk and return Silent, Notify, Ask, or Block decisions before sensitive, external, or state-changing work.
Convert corrections, approvals, failures, and task patterns into memory, examples, rubrics, and policy proposals.
Turn approved SPEC.MD files or workflow definitions into markdown work items for harness or agent builders, then track verification and handoff state.
Delegate bounded coding tasks to Codex-compatible harnesses for implementation, tests, and structured handoffs.
Choose the execution architecture for new or changing skills before implementation: inline, thin references, deterministic scripts, composed pipeline, compiled workflow, or manual side-effect workflow.
| name | crow-pet-orchestrator |
| description | Route crow.pet tasks into records, policy, adapters, subagents, evaluation, and memory. |
Use this skill as the main crow.pet control plane.
templates/task-record.md.policies/risk-matrix.md.policies/approval-policy.md.crow-pet-policy-gate.crow-pet-spec-writer.crow-pet-work-queue.crow-pet-agent-assembly.crow-pet-skill-architect.workflows/subagent-launch.md.Load templates/task-record.md when creating a task record.
Load policies/risk-matrix.md and policies/approval-policy.md before policy decisions.
Load ../crow-pet-policy-gate/SKILL.md when a task can read sensitive context, write files, call tools, publish, spend money, change external systems, or mutate crow.pet behavior.
Load ../crow-pet-spec-writer/SKILL.md when the user wants something built and the output contract, constraints, acceptance criteria, or builder surface need to be made explicit.
Load ../crow-pet-work-queue/SKILL.md when an approved SPEC.MD or workflow definition should become builder-ready queued work.
Load ../crow-pet-agent-assembly/SKILL.md when the task needs multiple agents, generated agents, cross-harness critique, or a persistent agent-profile decision.
Load ../crow-pet-skill-architect/SKILL.md when the task creates, changes, composes, compiles, or hardens a skill, adapter-backed workflow, repeated procedure, or multi-stage agent pattern.
Load workflows/subagent-launch.md only when delegation is needed.
Load ../../adapters/patterns/capability-broker.md only when a skill or role brief declares semantic capabilities such as web_research, browser_control, deploy_inspect, repo_read, repo_search, file_discovery, json_query, visual_understanding, or external_write.
Load ../../adapters/patterns/tool-capability-profile.md and ../../templates/tool-capability-profile.md only when a requested tool capability is repeated, ambiguous, permission-sensitive, or shared across runtimes.
Load ../../adapters/patterns/bus.md, ../../adapters/memory/ledger.md, and ../../adapters/patterns/loop.md only when agent communication, event search, or curated learning affects the task.
Load templates/context-capsule.md only when memory affects execution.
Load contract.md and rubric.md only for acceptance or evaluation.
routes_to: crow-pet-spec-writer, crow-pet-work-queue, crow-pet-agent-assembly, crow-pet-skill-architect, crow-pet-codex-delegate, crow-pet-claude-desktop-delegate, crow-pet-cicd, crow-pet-marketing, crow-pet-image, crow-pet-self-improvement, crow-pet-crow-voice, crow-pet-policy-gate.uses_adapter: channel, memory, pattern, harness, and tool adapters selected by task, including Capability Broker, Tool Capability Profiles, Bus, Ledger, and Loop when needed.loads_context: context capsule only when task-relevant memory is needed.evaluates_with: contract.md, rubric.md.