Plugin marketplace for Director -- orchestration for vibe coders
npx claudepluginhub noahrasheta/directorOpinionated orchestration for vibe coders
Spec-driven orchestration for vibe coders and solo entrepreneurs.
Director is a Claude Code plugin for solo builders who use AI to build software. It guides the entire process -- from capturing your vision, to researching your domain, to planning your build, to verifying it works. You think about what to build; Director handles the how.
Requires Claude Code v1.0.33 or later.
In Claude Code, run these two commands:
/plugin marketplace add noahrasheta/director
/plugin install director@director-marketplace
Then run /director:onboard to get started.
Director follows a three-part loop:
Each task gets a fresh AI workspace loaded with just the context it needs -- including codebase conventions, architecture patterns, and domain research. This keeps things fast, accurate, and focused.
Director doesn't just plan blindly. During onboarding, it builds deep understanding of your project:
/director:refresh to update it.All of this context flows into Blueprint, Build, Brainstorm, Pivot, and Inspect -- so every agent makes context-informed decisions.
| Command | What it does |
|---|---|
/director:onboard | Set up a new project or map an existing one. Director maps your codebase, asks you a few questions, optionally researches your domain, then creates a plan. |
/director:blueprint | Create, view, or update your gameplan. Use this to add new goals, rearrange steps, or see the big picture. |
Examples:
/director:onboard
/director:blueprint "add payment processing"
| Command | What it does |
|---|---|
/director:build | Work on the next ready task. Director picks what to do next, loads relevant codebase context, and gets to work. |
/director:quick "..." | Make a fast change without full planning. Good for small tweaks that don't need a whole task. |
Examples:
/director:build
/director:quick "change the button color to blue"
| Command | What it does |
|---|---|
/director:inspect | Verify that what was built actually matches the goal. Director checks outcomes, not just task completion, using your project's conventions. |
Example:
/director:inspect
| Command | What it does |
|---|---|
/director:status | See where you are -- current goal, progress, and what's next. |
/director:resume | Pick up where you left off after a break. Director restores your context. |
/director:refresh | Re-scan your codebase and optionally re-run domain research without full re-onboarding. Shows what changed since the last scan. |
/director:brainstorm | Think out loud with full project context, including research and codebase knowledge. |
/director:pivot | Handle a change in direction. When requirements shift, Director helps you adjust the plan without starting over. |
/director:idea "..." | Capture an idea for later. It gets saved so nothing is lost, even if now is not the right time. |
/director:ideas | Review your saved ideas. Pick one to build, add to the gameplan, or discard. |
/director:undo | Go back to before the last task. Reverts the most recent change Director made. |
/director:help | Show all available commands with examples and your current project status. |
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.