Command
Append a progress entry to a task. $ARGUMENTS = . Use when user says "log progress", "record progress", or wants to add a timestamped work entry.
Command
Append a progress entry to a task. $ARGUMENTS = . Use when user says "log progress", "record progress", or wants to add a timestamped work entry.
Command
Promote a task from backlog to ready. $ARGUMENTS = task-name [agent: ]. Use when user says "ready task", "promote task", "make ready", or wants to activate a backlog task.
Command
Reject a task and mark it rejected. $ARGUMENTS = task-name [reason...]. Use when user says "reject task", "fail task", "send back", "descope", or wants to reject work.
Command
Run a task in detached mode. $ARGUMENTS = task ID or name [options]. Use when user says "run task", "execute task", "launch task", or wants to start an agent on a task.
Command
Show full details of a single task. $ARGUMENTS = task name. Use when user says "show task", "view task", "task details", or wants to inspect a specific task.
Command
Suspend an in-progress task back to ready or backlog. $ARGUMENTS = [ready|backlog] ["reason"]. Use when user says "suspend task", "pause task", "park task", or wants to move an in-progress task backward.
Command
Update task metadata fields (not status). $ARGUMENTS = field:value [...]. Use when user says "update task", "assign agent", "change owner", or wants to modify task metadata.
Command
Verify a task in review status. $ARGUMENTS = task name. Use when user says "verify task", "check task", "review task", or wants to verify work before marking done.
Skill Claude CodeCodex
Drive a DAG of Open Station tasks to done — plan waves from dependencies, dispatch with sane defaults, watch via tmux, retry, advance on verification, and escalate blockers. Use deliberately when asked to "run the epic", "drive these tasks", "orchestrate the milestones", or to advance a multi-task plan.
Agent
TABLE WITHOUT ID link(file.path, name) AS "Agent", description AS "Description", model AS "Model" FROM "artifacts/agents" WHERE kind = "agent" SORT name ASC.
Instructions file CodexOpenCode
AGENTS.md instructions for leonprou/openstation-legacy, covering open station, vault structure, how docs connect, task structure and spec format.
Instructions file
Claude Code instructions for leonprou/openstation-legacy, covering open station, vault structure, how docs connect, task structure and spec format.