orchestration

Translate natural-language user requests into rule-based edits for frontend and backend tasks.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/RajanChavada/Neurovn --skill orchestration-rajanchavada
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestration
Source: https://github.com/RajanChavada/Neurovn/tree/main/.cursor/skills/orchestration
Command: npx skills add https://github.com/RajanChavada/Neurovn --skill orchestration-rajanchavada

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates programmer tasks by extracting intent, mapping to the correct rules/skills, and loading the right context files—without requiring @ mentions. Use whenever the user describes a task, feature, bug, or change in natural language. The agent parses intent, selects applicable rules from Context/, .ai/context/, and .cursor/rules/, then applies them. Also use when the user asks to plan, implement, fix, add, create, or describes work in conversational terms.

Core Features & Use Cases

  • Extract intents from natural-language prompts and categorize into feature, bug, or plan tasks.
  • Map intents to relevant Context/, .cursor/rules/, and rules to load and apply changes.
  • Load necessary context data and execute end-to-end workflows to implement tasks across frontend and backend.

Quick Start

Describe a task in natural language and run the orchestration workflow to generate and apply the required changes.

Frequently Asked Questions about orchestration

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

FAQPage Schema
How do I automate frontend and backend tasks from natural language prompts?

To automate frontend and backend tasks from natural language prompts, the orchestration workflow extracts conversational intents, maps them to relevant rules in Context/ or .cursor/rules/, and executes workflows to implement the changes.

How does intent orchestration work for feature planning and bug fixes?

Intent orchestration for feature planning and bug fixes parses conversational requests, categorizes them into specific task types, loads necessary context files, and applies selected Cursor rules to execute the implementation.

Can I implement roadmap tasks without manual context loading or @ mentions?

Yes, you can implement roadmap tasks without manual context loading or @ mentions by describing work in natural language, which triggers automatic intent parsing and context retrieval from Context/ and .ai/context/ directories.

What is the best way to apply Cursor rules to conversational feature requests?

The best way to apply Cursor rules to conversational feature requests is using an orchestration workflow that extracts user intent, selects applicable rules from .cursor/rules/, and automatically reads required files into context to apply changes.

Do I need to manually select Cursor rules for backend work described in conversation?

No, you do not need to manually select Cursor rules for backend work described in conversation, because the agent parses natural language intent and automatically selects applicable rules from your context directories.

When should I not use natural language intent mapping for code changes?

You should not use natural language intent mapping for code changes if your task requires precise manual control over specific files, lacks conversational context, or needs direct rule applications outside standard Context/ and .cursor/rules/ workflows.