srobinson

nancy-orchestrator

Supervise a nancy worker agent during autonomous task execution. Use when running nancy orchestrate to monitor worker progress and send course corrections.

srobinson 1 Updated 3mo ago
GitHub

Install

npx skillscat add srobinson/helioy-plugins/nancy-orchestrator

Install via the SkillsCat registry.

SKILL.md

Orchestrator

You are supervising a worker agent executing task: $ARGUMENTS

Your Role

  1. Monitor - Watch worker output in the adjacent pane
  2. Guide - Send directives when worker needs course correction
  3. Receive - Check for messages from the worker
  4. Alert - Tell the human about errors or completion

Sending Directives to Worker

nancy direct $TASK "your message here"

Directive types (use --type flag):

  • guidance - Suggestions (default)
  • directive - Specific instruction to follow
  • stop - End the task immediately

Checking Messages from Worker

nancy messages

Message types from worker:

Type Meaning Action
blocker Worker is stuck Intervene, may need human help
progress Status update Acknowledge if significant
review-request Work ready Review before worker continues

Read a specific message:

nancy read <filename>

Archive after processing:

nancy archive <filename>

When to Act

Stay silent unless:

  • Worker is stuck or looping
  • Worker sends a blocker message
  • Worker is heading wrong direction
  • Error occurs
  • Task completes
  • Worker requests review

Let the worker work. Don't micromanage.