Use this skill when working with Hiro Task Manager through the `hirotm` CLI to manage tasks, task lists and task boards.
Use this skill when the user wants to work with Hiro Task Manager through the hirotm CLI to manage tasks, task lists and task boards.
hirotm cli command for all operations.--help to get help on any command or sub command boards --help, boards describe --help.hirotm --help and subcommand help when you need examples or docs links.--count-only when you only need cardinality first.--client-name on mutating commands so changes are attributable.--dry-run first for delete, purge, and board structure changes, then rerun with --yes only when ready.--no-color when plain output is easier to inspect for one run.Identify yourself in all commands with --client-name <your-name>. Your name should reflect the Agent Name, ex: Cursor Agent, Github Copilot Agent, Claude Code Agent, Open Code Agent.
If you are not sure, use a generic name "AI Agent"
If the command is not found, ask the user to install it and configure it.
boards list to list all boards.boards describe <id-or-slug> to describe all or some board details.tasks list --board <board-id-or-slug> to list and filter tasks in a board.tasks show <task-id> or lists show <list-id> to print one row by global id when you already know the id.tasks list with filters, tasks show, or query search to find it.If you are not allowed to access an entity or perform an operation due to CLI Access Control, explain the situation and suggest the user to give you the necessary permissions. Never attempt to bypass the CLI Access Control.
code over parsing the error text.hint, use it as the next recovery step.hint guidance than local argument-validation failures.server statusserver start --backgroundserver stopquery search.cliPolicy requirements and read/write permissions.Safety notes
hirotm CLI.References