원클릭으로
assign
Assign agents and skills to plan tasks. Use after /plan to create a dispatch schedule. Triggers: assign, dispatch, route, map tasks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Assign agents and skills to plan tasks. Use after /plan to create a dispatch schedule. Triggers: assign, dispatch, route, map tasks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Audit and update documentation coverage for NanoVec components. Use to check which modules have docs, update component docs, or generate coverage reports. Triggers: docs coverage, document, audit docs, update docs.
Execute an approved dispatch plan task by task. Use after /assign to implement the planned work. Triggers: execute, run plan, implement, go.
Decompose a feature into tasks with domain agent assignments. Use when starting a new feature, phase, or multi-step implementation. Triggers: plan, decompose, break down, feature planning.
Reconfigure the development approach for NanoVec. Use to switch between TDD-First, YAGNI/KISS, Iterative+Timeboxing, Shape Up, or Trunk-Based development. Triggers: change approach, switch methodology, setup approach.
| name | assign |
| description | Assign agents and skills to plan tasks. Use after /plan to create a dispatch schedule. Triggers: assign, dispatch, route, map tasks. |
Read the plan. Load the most recent plan from docs/plans/ or accept a plan reference from the developer.
Validate agent assignments. For each task in the plan, verify:
Assign skills. For each task, determine if a skill should be invoked:
/check/bench/asm/audit/docsCreate dispatch schedule. Write to docs/plans/<feature-slug>-dispatch.md:
# Dispatch: <Feature Name>
## Schedule
| Order | Task | Agent | Skill | Status |
|-------|------|-------|-------|--------|
| 1 | <title> | core | - | pending |
| 2 | <title> | testing | /check | pending |
| 3 | <title> | simd | - | pending |
| 4 | <title> | testing | /bench | pending |
| 5 | <title> | docs | /docs | pending |
Identify risks. Flag any tasks that:
Present for approval. Show the dispatch schedule and wait for developer confirmation.