Commands
Create reusable prompts for repeatable work.
Commands turn common prompts into named actions. Create files under .nextos/commands/ for review prompts, release checks, document generation, or test plans. Use frontmatter for description, agent, model, or subtask behavior, and $ARGUMENTS when the command accepts input. Good commands have predictable output and do not silently perform destructive actions.