Skip to content

unvoidf/cursor-conductor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Cursor Conductor

Ported from: [gemini-cli-extensions/conductor]


πŸš€ What is Cursor Conductor?

Cursor Conductor brings the power of Context-Driven Development to Cursor IDE's Agent CLI. It's a direct port of the Gemini CLI Conductor extension β€” adapted specifically for Cursor.

✨ Measure twice, code once. ✨

Instead of just writing code, Conductor makes your AI agent a proactive project manager that follows a strict protocol: Context β†’ Spec β†’ Plan β†’ Implement.


⚑ Quick Setup

1️⃣ Clone & Copy

# Clone this repository
git clone https://github.com/unvoidf/cursor-conductor.git

# Copy the .cursor folder to your project root
cp -r cursor-conductor/.cursor/ /path/to/your/project/

2️⃣ Restart Cursor

Important: If Cursor is running while you copy the .cursor folder, restart Cursor completely. This ensures the new skills and hooks are loaded properly.


πŸ’¬ Commands at a Glance

Command Purpose
/conductor-setup πŸ—οΈ Initialize project context (product, tech stack, workflow)
/conductor-new-track πŸ“ Create new feature/bug with interactive spec & plan
/conductor-implement βš™οΈ Auto-execute tasks from plan (autonomous mode)
/conductor-status πŸ“Š View project progress overview
/conductor-review πŸ” Review work against guidelines
/conductor-revert ↩️ Smart Git revert (tracks, phases, tasks)

πŸ“ Project Structure

After running /conductor-setup, your project will include:

your-project/
β”œβ”€β”€ .cursor/                    # <-- You add this from this repo
β”‚   β”œβ”€β”€ skills/                 # Conductor command skills
β”‚   β”œβ”€β”€ hooks/                  # Automation scripts (Python)
β”‚   └── hooks.json              # Hook configuration
β”œβ”€β”€ conductor/                  # <-- Created by setup
β”‚   β”œβ”€β”€ product.md
β”‚   β”œβ”€β”€ product-guidelines.md
β”‚   β”œβ”€β”€ tech-stack.md
β”‚   β”œβ”€β”€ workflow.md
β”‚   β”œβ”€β”€ code_styleguides/
β”‚   β”œβ”€β”€ tracks.md               # Track registry
β”‚   └── tracks/
β”‚       └── <track_id>/
β”‚           β”œβ”€β”€ spec.md
β”‚           β”œβ”€β”€ plan.md
β”‚           └── metadata.json
└── ... your source code

πŸ”§ Requirements

  • Cursor IDE with Agent CLI support
  • Python 3.8+ (for hook scripts)
  • Git (for version control integration)

Made with ❀️ for the Cursor community. Ported from the awesome work by the Gemini CLI extensions team.

About

Context-Driven Development framework for Cursor IDE & Cli. Ported from the Gemini CLI Conductor plugin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages