Stats
Actions
Tags
How this command is triggered — by the user, by Claude, or both
Slash command
/odoo-erp:COMMANDtask/The summary Claude sees in its command listing — used to decide when to auto-load this command
# /task Command When the user runs `/task`: - If they provide a search term, use `search_tasks` to find matching tasks. - If they say "create" (e.g., `/task create`), walk them through: 1. Ask for the project (look up with `search_projects`) 2. Ask for task name and description 3. Ask for assignee, deadline, priority (optional) 4. Create with `create_task` - If no argument, show recent tasks across all projects.
When the user runs /task:
search_tasks to find matching tasks./task create), walk them through:
search_projects)create_tasknpx claudepluginhub implefy/odoo-mcp --plugin odoo-erp/COMMANDSurfaces hidden assumptions about project context—technology choices, coding standards, preferences—for user validation and adjustment. Supports --list, --check, and --graph flags.
/COMMANDRuns diagnostics on multiple saved site profiles sequentially via /diagnose, producing per-site status lines and a health-grade-sorted comparison matrix.