← ClaudeAtlas

task-assignlisted

Assign a scheduler task with ETA, workflow, reviewer routing, and existing or automatic context attachment.
devgirishattri/agent-plugins · ★ 0 · AI & Automation · score 72
Install: claude install-skill devgirishattri/agent-plugins
# Task Assign Resolve the absolute plugin root from this selected skill's installed source path: it is the directory two levels above this `SKILL.md`. Substitute that absolute path literally for `<PLUGIN_ROOT>` below; never infer it from the working directory or hardcode a marketplace cache version. `SESSION_SCHEDULER_HOME` (and `SESSION_CONTEXT_HOME` when using `--context`) must already be present in this pane's environment, inherited when the agent process started (the pane/session launcher sets them — never export or derive them here). Run exactly one Bash segment (flags must come before the prompt text), with no `export` beforehand, no `env` or variable-assignment prefix, and no other command chained, piped, redirected, or substituted around it: ```bash bash "<PLUGIN_ROOT>/scripts/task-assign.sh" "<pane-name>" "<task-id>" [--eta MINUTES] [--stage NAME] [--context NAME|auto] [--reviewer PANE] [--workflow ID] [--force] "<prompt>" ``` If the script reports either variable is not set — or the inherited values differ from the shared homes the panes were launched with — stop and request a pane relaunch with the correct environment instead of deriving another ledger or context store. ## Transport contract `task-assign` performs nested session-chat/tmux dispatch before it writes the assignment transition. In Codex, request scoped escalation/approval for the exact installed helper on the first attempt whenever it may dispatch. Invoke that helper as one literal Bash segment w