Start working on a task - creates branch, enters worktree and moves to progress
From cortexnpx claudepluginhub jsvitolo/cortex-plugins --plugin cortexThis skill is limited to using the following tools:
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Start working on a Cortex task using MCP tools.
Task ID: $ARGUMENTS
First, get the task details:
mcp__cortex__task(action="get", id="$ARGUMENTS")
If task not found, inform the user.
Use the Cortex MCP tool to create a feature branch:
mcp__cortex__git(action="branch", task_id="$ARGUMENTS")
This single command will:
feat/cx-N-task-slug (or fix/ for bugs)mcp__cortex__task(action="update", id="$ARGUMENTS", status="progress")
Use Claude Code's native EnterWorktree tool to create and enter an isolated worktree:
EnterWorktree(name="cx-N-slug-of-title")
Where name is the task ID + slugified title in lowercase (e.g., cx-266-migrate-worktrees).
This creates .claude/worktrees/<name>/ and switches the current session into the isolated worktree.
Show:
IMPORTANT:
.claude/worktrees/<name>/ automatically