一键导入
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.