Install
openclaw skills install @mturac/tirosman-demoDrive the TirOSMAN autonomous multi-agent demo (5 projects × 150 tasks, Jira-like lifecycle, QA approval) from any MCP-aware client.
openclaw skills install @mturac/tirosman-demoMulti-agent demo powered by the real NVIDIA adapter (meta/llama-3.1-405b-instruct).
Five concurrent projects × 30 tasks each × agent roles (pm, dev, frontend, qa, ceo),
stored in Postgres with RLS, ticked through a Jira-like lifecycle:
backlog → analysis → in_progress → code_review → qa → done.
demo_estimate first — returns projected tokens + cost, zero DB writes. Use it to confirm intent.demo_start(company_id, auto_run=True) — creates tasks AND kicks off the batch executor. Pass auto_run=False if you want a confirm step before burning tokens.demo_run(company_id, projects?) — resume execution when auto_run=False, after QA approvals, or after an interruption. Idempotent.demo_status(company_id) until all tasks are done/failed/qa.qa, use demo_qa_approve or demo_qa_reject, then demo_run again to push it through.demo_board(company_id, project?) for the visual column layout.demo_reset(company_id) wipes everything the demo created.demo_start only creates the rows. The batch executor runs inside TirOSMAN via FastAPI BackgroundTasks, triggered by POST /api/companies/{id}/demo-mode. If you called demo_start directly over MCP, the UI "advance" button or the HTTP endpoint has to drive execution.$TIROSMAN_DEMO_WEBHOOK_URL if set. Downstream webhook plugins (n8n, Zapier, Slack) see every transition in real time.demo_start returns started=false with an explanation.company_id → tools surface a 404 from the HTTP layer.TIROSMAN_MCP_API_KEY is set server-side → 401.