Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub jsvitolo/cortex-plugins --plugin cortexHow this command is triggered — by the user, by Claude, or both
Slash command
/cortex:createThe summary Claude sees in its command listing — used to decide when to auto-load this command
Create a new Cortex task. ## Usage ## Arguments - `title`: Task title (required) - `-t, --type`: Task type (feature, bug, chore) - default: feature - `-p, --priority`: Priority 1-5 (1 is highest) - default: 3 - `-d, --description`: Task description ## Task IDs Tasks are assigned sequential IDs like CX-1, CX-2, etc. After creating a task, show the task ID and suggest: - `cx start CX-N` to begin working - `cx show CX-N` to see details - `cx ui` to open the kanban board
/createCreates a new beads issue interactively or via title, type (bug/feature/task/epic/chore/decision), and priority args. Uses beads MCP create tool, shows ID/details, offers linking.
/createLaunches Socratic workflow designer subagent to create orchestration workflows from natural language descriptions using interactive questioning. Accepts optional initial description argument.
/createCreates a new scaffold template in .scaffold/<name> with scaffold.yaml config, Go template files for project or template scaffolds, and validates via lint and dry-run generation.
/createGenerates a HANDOFF.md file with project goal, completed tasks, failed approaches, key decisions, current state via git, and step-by-step resume instructions for any AI coding agent.
/createCreates a workspace directory with git worktrees for multi-repository development. Parses description for GitHub PRs, JIRA keys, and repos; sets up feature branches or PR checkouts.
/createCreates a new NotebookLM notebook via CLI with given title and optional sources (URLs, files, YouTube, PDFs, etc.). Reports notebook ID and added sources.
Share bugs, ideas, or general feedback.
Create a new Cortex task.
cx add "Task title"
cx add "Fix login bug" -t bug -p 1
cx add "Add dark mode" -t feature -p 2 -d "Support system theme"
title: Task title (required)-t, --type: Task type (feature, bug, chore) - default: feature-p, --priority: Priority 1-5 (1 is highest) - default: 3-d, --description: Task descriptionTasks are assigned sequential IDs like CX-1, CX-2, etc.
After creating a task, show the task ID and suggest:
cx start CX-N to begin workingcx show CX-N to see detailscx ui to open the kanban board