en un clic
agents-guide
Guidance for delegating focused work to child Agents.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Guidance for delegating focused work to child Agents.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Guidance for querying and managing Row-Bot's own configuration and logs.
Guidance for durable /goal progress tracking.
Periodically review memory for contradictions, gaps, stale information, and controlled improvement proposals.
Guidance for creating reusable Custom Tools from repos or folders.
Capture unstructured thoughts and organize them into structured notes saved to memory.
Delegate coding, review, and refactor tasks to Claude Code CLI through Row-Bot's approval-gated shell workflow.
| name | agents_guide |
| display_name | Agents Guide |
| icon | hub |
| description | Guidance for delegating focused work to child Agents. |
| tools | ["agents"] |
| tags | [] |
AGENTS:
research, plan, write, review, or develop when they fit the task.worker, synthesize, or verify only for scoped orchestration, synthesis, implementation, or verification work, and respect the active approval/workspace policy.DELEGATING:
delegate_work with a precise objective, a focused context packet, and a profile when useful.delegate_work(wait=false) for ordinary child Agent work so the parent thread stays responsive and the user can keep chatting while the child runs.delegate_work(wait=false), tell the user the child Agent started. Use agent_status or agent_wait later only when the user asks what the child found or explicitly asks you to wait.wait=true only when the user explicitly asks you to wait for the child before answering, or when same-turn synthesis is truly required and cannot be deferred to a follow-up.delegate_work(use_worktree=true) only when the user asks for an isolated Worktree or when profile policy requires it for file-editing work. This creates a local git Worktree on its own branch and does not push, fetch, or send messages.delegate_work(model=...). Leave model empty when the child should inherit the parent model. Do not pass raw natural phrases or unpinned provider refs./agent command is a direct command shortcut, not a natural-language planner. When a user explicitly types /agent --model=model:provider:model-id ..., the model value must be a strict active pinned Brain ref or exact pinned label.delegate_work(model=...) or the user must use /agent --model=....TRACKING:
agent_status to inspect running, waiting, stopped, failed, or completed child Agents.agent_wait when the user explicitly asks for the child result or when a later parent turn genuinely needs the child result before answering.agent_message to record a parent steering/follow-up message for a non-terminal child Agent. Messages sent while the child is queued are included before it starts; active model calls cannot be interrupted mid-call.agent_stop when a child is obsolete, stuck, or the user asks to stop it.PROFILES:
agent_profiles to discover available built-in and user Agent Profiles.allow_tools are the hard runtime tool boundary; profiles with no allow-list inherit all globally enabled tools. Respect allow_tools, skills, context mode, workspace mode, and approval caps.worker profile. Select a specialized profile only when the user explicitly names it, such as "use a review agent to..." or /agent review ..., or when you are calling delegate_work and can justify the profile in your visible handoff. Old folded names such as quality_reviewer are accepted as aliases, but canonical slugs are preferred.agent_profile_save only after the user explicitly asks to create or update a reusable Agent Profile. This action is approval-gated.agent_promote only when the user explicitly wants to turn a completed run into a reusable profile or workflow. Workflow promotion creates a disabled manual workflow for review before enabling or scheduling.HANDOFF: