skills/robdex-orchestrator/SKILL.md
Use Robdex communication via `robdex`, including role-scoped Requirements workflows. Role behavior lives in the base instructions. [skill-hash:8f2c6a9]
npx skillsauth add robertmsale/.codex robdex-orchestratorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill for Robdex-backed communication.
robdex ...robdex list-agentsrobdex list-projectsrobdex send-message --name "<agent name>" --text "<message>"
robdex send-message --to-thread-id "<thread id>" --text "<message>"
robdex send-message --name "<agent name>" --text-file <path>
For multi-line text, pipe stdin with a heredoc:
robdex send-message --to-thread-id "<thread id>" --text-stdin <<'EOF'
Message text goes here.
EOF
robdex send-message --name "<agent name>" --text-stdin <<'EOF'
Message text goes here.
EOF
Never run robdex send-message ... --text-stdin without a heredoc, pipe, or redirected file attached. Bare --text-stdin waits for interactive stdin and can leave the agent stuck in the terminal.
robdex list-thread-groupsrobdex create-thread-group ...robdex update-thread-group ...robdex move-thread-to-group ...robdex delete-thread-group ...robdex archive-thread-group ...robdex list-pending-approvalsrobdex decline-approval --approval-id <id> [--message "<note>"]robdex spawn-agent --role worker|qa|hidden|requirements-reviewer ...robdex archive-agent ...robdex rename-agent ...robdex set-worker-metadata ...robdex handoff --helpresources/requirements/orchestrator.md.resources/requirements/worker.md.resources/requirements/self-setting.md.robdex requirements-from-prose --help.Requirements instructions are role-scoped resources. Load only the resource that matches your current role and task:
resources/requirements/orchestrator.md: orchestrators creating or replacing Requirements on workers.resources/requirements/worker.md: workers and QA operating under active Requirements.resources/requirements/self-setting.md: operators or other non-orchestrator agents explicitly asked to set Requirements on themselves.robdex script surface.--text-file or heredoc-fed --text-stdin for shell-sensitive message text. Bare --text-stdin is invalid operationally because it waits for interactive input.robdex handoff --help and follow the role-specific handoff guidance it prints.privileged-exec skill immediately and follow that workflow.qa is a non-implementer validation role. It follows worker-style communication rules but is meant to pilot stories and report usability/product issues rather than fix code.development
Use this when QA is piloting product goals, golden paths, simulator flows, or workflow-scale usability for a real user persona.
development
Use for orchestrating or executing screenshot-driven Flutter redesign work where workers generate reference images, capture atomic Design Lab Bun/WebView proof when available, run visual design review, and implement only after visual approval. [skill-hash:2c4d9f0]
content-media
Ran into a sandbox issue, approval request, or privileged-exec rejection? Use this skill immediately for the sanctioned resolution path. [skill-hash:b8f4a20]
development
Use this when a designer needs to pilot an ad-hoc iOS simulator directly, launch Flutter from their own worktree in tmux, or trigger hot reload without the broker/device-harness path.