一键导入
send-message
Send a message to the orchestrator. Use for blockers, progress updates, requesting review, or communicating status during autonomous execution.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Send a message to the orchestrator. Use for blockers, progress updates, requesting review, or communicating status during autonomous execution.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Check for orchestrator messages.
Create a task specification (SPEC.md) through interactive requirements elicitation. Use when helping users define what they want to build before autonomous execution begins.
Access session history to continue work, see what happened, or search past sessions. Use this instead of relying on memory - the raw data is always more accurate.
Mark success criteria as complete in SPEC.md. Use when a criterion has been verified and should be checked off.
| name | send-message |
| description | Send a message to the orchestrator. Use for blockers, progress updates, requesting review, or communicating status during autonomous execution. |
nancy msg <type> "<message>"
Types: blocker, progress, review-request
Examples:
nancy msg blocker "Cannot proceed: missing API credentials"
nancy msg progress "Completed database migration"
nancy msg review-request "Feature complete, ready for verification"