ワンクリックで
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 ページを確認してインストールできます。
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.
SOC 職業分類に基づく
| 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.