npx claudepluginhub jsvitolo/cortex-plugins --plugin cortex/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 subagent to create orchestration workflows interactively from natural language descriptions. Accepts optional initial description. Deprecated.
/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.
/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.
/createAnalyzes project state (git, Node.js, Python, Rust, Go) and creates 9 baseline Markdown context files in .claude/context/ for structure, tech, progress, vision, and more.
/createCreates a new NotebookLM notebook via CLI with given title and optional sources (URLs, files, YouTube, PDFs, etc.). Reports notebook ID and added sources.
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