Command
Check on a running or completed agent session. $ARGUMENTS = task ID or run ID. Analyzes logs for health, progress, issues, and blockers.
Task management system for coding AI agents. Pure convention — markdown specs + skills, zero runtime dependencies.
Command
Check on a running or completed agent session. $ARGUMENTS = task ID or run ID. Analyzes logs for health, progress, issues, and blockers.
Command
Create an agent spec. $ARGUMENTS is the agent name or role description. Use when user says "create an agent", "add agent X", or "new agent for Y".
Command
Create an alert artifact. $ARGUMENTS is the alert description. Use when user says "create an alert", "add a reminder", "set up a notification", or "schedule an alert".
Command
File a well-structured bug task from a description. $ARGUMENTS is the bug description. Use when user says "file a bug", "this is broken", "X is stale", or reports a defect.
Command
Create a planning note artifact. $ARGUMENTS is the note topic or title. Use when user says "create a note", "add a note about X", or "capture planning notes for Y".
Command
Create a research artifact. $ARGUMENTS is the research topic or question. Use when user says "research X", "investigate Y", or "look into Z".
Command
Create a spec artifact. $ARGUMENTS is the spec topic or design question. Use when user says "create a spec", "write a spec for X", or "design Y".
Command
Mark a task as done. $ARGUMENTS = task name. Use when user says "done task", "complete task", "mark done", or wants to finish a task.
Command
Mark a task as failed with a mandatory reason. $ARGUMENTS = task-name reason... Use when an agent cannot complete a task (max turns exhausted, blocked, missing permissions).
Command
Initialize or update an Open Station project. Runs CLI init for structural setup, then uses LLM understanding to merge upstream template changes into customized agent files without losing local customizations.
Command
List backlog tasks. Shortcut for /openstation.list status:backlog. Use when user asks "what's in the backlog", "pending tasks", or "untriaged tasks".
Command
List all tasks with status, agent, and dates. Supports filters via $ARGUMENTS (e.g., status:ready, agent:researcher). Use when user asks "what tasks exist", "show tasks", "task status", or wants a status overview.
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.