dev

Routes user inputs to Cortex workflows, including backlog triage and lifecycle/overnight/discovery delegation.

1|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/charleshall888/cortex-command --skill dev-charleshall888
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev
Source: https://github.com/charleshall888/cortex-command/tree/main/plugins/cortex-core/skills/dev
Command: npx skills add https://github.com/charleshall888/cortex-command --skill dev-charleshall888

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route user requests to the correct Cortex workflow by analyzing the input and routing to the appropriate skill or lifecycle.

Core Features & Use Cases

  • Central routing hub for development requests, triage, and delegation to /cortex-core:lifecycle, /cortex-overnight:overnight, or /cortex-core:discovery
  • Handles backlog triage when no explicit feature is named and coordinates with the cortex/backlog directory
  • Enforces project-root execution and ensures prerequisites exist before routing

Quick Start

Tell /cortex-core:dev your development request to route it to the correct Cortex workflow.

Frequently Asked Questions about dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route development requests to the correct Cortex workflow?

To route development requests to the correct Cortex workflow, analyze the input to delegate tasks to lifecycle, overnight, or discovery skills. It triages the backlog when no specific feature is named.

What happens to backlog items when no specific feature is requested?

When no specific feature is requested, backlog triage handles the items by coordinating with the cortex/backlog directory. This ensures unassigned development tasks are properly routed.

Do I need a populated cortex/backlog directory to run Cortex workflows?

Yes, you need a populated cortex/backlog directory to run Cortex workflows effectively. The routing process relies on this directory to triage requests when no explicit feature is named.

Can I execute Cortex routing from a subdirectory instead of the project root?

No, you cannot execute Cortex routing from a subdirectory because the system enforces project-root execution. This ensures all prerequisite paths and directories exist before routing requests.

What is the best way to triage a development backlog using Cortex?

The best way to triage a development backlog using Cortex is to submit a request without naming a specific feature. The routing hub automatically analyzes the input and delegates it to the appropriate workflow.

Why does Cortex workflow routing fail to find prerequisite directories?

Cortex workflow routing fails to find prerequisite directories if it is not executed from the project root. The system checks for a populated cortex/backlog directory before routing.