Skip to content

Orchestre v5 Prompt API Reference

Overview

Orchestre v5 provides 20 essential prompts through the MCP (Model Context Protocol) system. Each prompt is designed to handle specific aspects of software development with intelligent context awareness and adaptation.

Prompt Categories

Project Setup & Planning (3 prompts)

  • orchestre-create: Initialize new projects
  • orchestre-initialize: Add Orchestre to existing projects
  • orchestre-orchestrate: Analyze requirements and plan

Development & Execution (4 prompts)

  • orchestre-execute-task: Execute specific development tasks
  • orchestre-compose-saas-mvp: Rapid SaaS prototyping
  • orchestre-generate-implementation-tutorial: Comprehensive implementation tutorial generation
  • orchestre-task-update: Update task tracking files to reflect progress

Enterprise & Production (3 prompts)

  • orchestre-security-audit: Security vulnerability detection
  • orchestre-add-enterprise-feature: Add enterprise-grade features
  • orchestre-migrate-to-teams: Multi-tenancy migration

Knowledge Management (7 prompts)

  • orchestre-document-feature: Create feature documentation
  • orchestre-discover-context: Analyze project knowledge
  • orchestre-research: Research technical topics and best practices
  • orchestre-extract-patterns: Extract patterns from existing codebase
  • orchestre-status: Show comprehensive project status with insights
  • orchestre-update-memory: Update project contextual memory and documentation
  • orchestre-update-project-memory: Intelligently update project docs to current Orchestre state

Code Quality (1 prompt)

  • orchestre-review: Multi-LLM consensus code review

Additional Commands (2 prompts)

  • orchestre-setup-parallel: Set up parallel development workflows
  • orchestre-template (or orchestre-t): Execute template-specific commands

Detailed Prompt Reference

orchestre-create

Initialize a new project with intelligent template selection and setup.

Arguments:

NameTypeRequiredDescription
templatestringYesTemplate name (cloudflare-hono, makerkit-nextjs, react-native-expo) or repository URL
projectNamestringNoName of the project to create
targetPathstringNoPath where to create the project
editorstringYesTarget editor (claude, windsurf, cursor)

Example:

/orchestre-create makerkit-nextjs my-saas ./projects claude

Resources: None (context-free command)


orchestre-initialize

Add Orchestre to existing projects with full command suite.

Arguments:

NameTypeRequiredDescription
pathstringNoPath to the project (defaults to current directory)
editorstringYesTarget editor (claude, windsurf, cursor)

Example:

/orchestre-initialize . claude

Resources: None (context-free command)


orchestre-orchestrate

Analyze requirements and create adaptive implementation plan.

Arguments:

NameTypeRequiredDescription
requirementsstringYesRequirements file path or direct requirements text

Example:

/orchestre-orchestrate requirements.md

Included Resources:

  • orchestre://memory/project - Project context and history
  • orchestre://patterns/architecture - Discovered architectural patterns

orchestre-execute-task

Execute specific task with full context awareness and adaptation.

Arguments:

NameTypeRequiredDescription
taskstringYesDescription of the task to execute

Example:

/orchestre-execute-task "Add user authentication with OAuth providers"

Included Resources:

  • orchestre://memory/project - Project context
  • orchestre://context/recent - Recent development context
  • orchestre://patterns/implementation - Implementation patterns

orchestre-compose-saas-mvp

Rapid SaaS prototyping with production best practices.

Arguments:

NameTypeRequiredDescription
requirementsstringYesSaaS MVP requirements and features

Example:

/orchestre-compose-saas-mvp "Project management SaaS with kanban boards, team collaboration, and Stripe billing"

Included Resources:

  • orchestre://patterns/saas - SaaS best practices
  • orchestre://templates/saas-mvp - MVP templates

orchestre-generate-implementation-tutorial

Generate comprehensive implementation tutorial for any project type.

Arguments:

NameTypeRequiredDescription
descriptionstringYesProject description or folder path containing requirements

Example:

/orchestre-generate-implementation-tutorial "AI-powered code review platform"

Included Resources:

  • orchestre://patterns/project - Project patterns
  • orchestre://memory/project - Project memory
  • orchestre://templates/components - Component templates

orchestre-security-audit

Comprehensive security vulnerability detection and fixes.

Arguments:

NameTypeRequiredDescription
scopestringNoAudit scope (full, dependencies, code, infrastructure)

Example:

/orchestre-security-audit full

Included Resources:

  • orchestre://patterns/security - Security best practices
  • orchestre://memory/project - Project context

orchestre-add-enterprise-feature

Add enterprise-grade features like audit logs, SSO, RBAC.

Arguments:

NameTypeRequiredDescription
featurestringYesFeature type (audit-logs, sso, rbac, data-export, compliance)

Example:

/orchestre-add-enterprise-feature sso

Included Resources:

  • orchestre://patterns/enterprise - Enterprise patterns
  • orchestre://memory/features - Feature implementations

orchestre-migrate-to-teams

Convert single-tenant app to multi-tenant architecture.

Arguments:

NameTypeRequiredDescription
strategystringNoMigration strategy (shared-db, db-per-tenant, hybrid)

Example:

/orchestre-migrate-to-teams shared-db

Included Resources:

  • orchestre://patterns/multi-tenancy - Multi-tenancy patterns
  • orchestre://memory/architecture - Architecture decisions

orchestre-document-feature

Create comprehensive feature documentation.

Arguments:

NameTypeRequiredDescription
featurestringYesName of the feature to document
formatstringNoDocumentation format (technical, user, api)

Example:

/orchestre-document-feature "authentication-system" technical

Included Resources:

  • orchestre://memory/features - Feature history
  • orchestre://templates/documentation - Doc templates

orchestre-discover-context

Analyze and synthesize existing project knowledge.

Arguments:

NameTypeRequiredDescription
focusstringNoFocus area (architecture, patterns, decisions, all)

Example:

/orchestre-discover-context architecture

Included Resources:

  • orchestre://memory/project - Project memory
  • orchestre://patterns/discovered - Discovered patterns

orchestre-review

Perform intelligent code review using multi-LLM consensus.

Arguments:

NameTypeRequiredDescription
filesstringNoFiles/patterns to review (recent changes if empty)

Example:

/orchestre-review src/*.js
/orchestre-review .
/orchestre-review main...HEAD

Included Resources:

  • orchestre://memory/reviews - Previous review results
  • orchestre://patterns/code-quality - Code quality patterns

Uses Tool: multi_llm_review - Coordinates multiple AI models for consensus


orchestre-research

Research technical topics and best practices using AI analysis.

Arguments:

NameTypeRequiredDescription
topicstringYesTopic to research

Example:

/orchestre-research authentication best practices
/orchestre-research React Server Components
/orchestre-research GraphQL vs REST

Included Resources:

  • orchestre://patterns - Existing patterns for context
  • orchestre://memory/knowledge - Previous research results

Uses Tool: research - AI-powered research and analysis


orchestre-extract-patterns

Extract reusable patterns from existing codebase.

Arguments:

NameTypeRequiredDescription
focusstringNoSpecific area to focus on (searches all if empty)

Example:

/orchestre-extract-patterns authentication
/orchestre-extract-patterns
/orchestre-extract-patterns API design

Included Resources:

  • orchestre://patterns/discovered - Previously discovered patterns
  • orchestre://memory/architecture - Architecture decisions

orchestre-status

Show comprehensive project status with insights.

Arguments: None - This command analyzes the current project state

Example:

/orchestre-status

Included Resources:

  • orchestre://project/CLAUDE.md - Project memory
  • orchestre://memory/sessions - Recent session history

orchestre-update-memory

Update project contextual memory and documentation.

Arguments:

NameTypeRequiredDescription
contextstringNoWhat aspect or timeframe to focus on

Example:

/orchestre-update-memory "authentication feature"
/orchestre-update-memory "recent changes"
/orchestre-update-memory

Included Resources:

  • orchestre://project/CLAUDE.md - Project memory
  • orchestre://memory/patterns - Discovered patterns

orchestre-task-update

Update task tracking files to reflect progress.

Arguments:

NameTypeRequiredDescription
taskDescriptionstringYesDescription or identifier of the task
commandstringNoThe command name if known

Example:

/orchestre-task-update "Add user authentication" execute-task
/orchestre-task-update "Security vulnerability scan completed"

Included Resources:

  • orchestre://memory/tasks - Task tracking files

orchestre-setup-parallel

Set up parallel development workflows using Git worktrees.

Arguments:

NameTypeRequiredDescription
tasksstringYesComma-separated list of parallel tasks

Example:

/orchestre-setup-parallel frontend,backend,database
/orchestre-setup-parallel auth-system,payment-integration

Included Resources:

  • orchestre://memory/project - Project structure and setup

orchestre-template (or orchestre-t)

Execute template-specific commands for your project template.

Arguments:

NameTypeRequiredDescription
commandstringYesTemplate command to execute
argumentsstringNoArguments for the command

Example:

/orchestre-template add-feature billing
/orchestre-t setup-stripe monthly-subscription
/orchestre-template add-api-route /api/users

Included Resources:

  • orchestre://templates/{template-name} - Template-specific resources
  • .orchestre/template-prompts/ - Available template commands
  • .orchestre/patterns/ - Template-specific patterns

Note: Use /orchestre-template or the shorthand /orchestre-t to access 50 template-specific commands tailored to your project's template (MakerKit, Cloudflare, React Native).


Resource URI Patterns

Orchestre provides contextual resources through standardized URIs:

Memory Resources

  • orchestre://memory/project - Project-wide memory
  • orchestre://memory/features - Feature implementations
  • orchestre://memory/architecture - Architecture decisions
  • orchestre://memory/sessions/{id} - Session-specific memory
  • orchestre://memory/patterns/{id} - Discovered patterns
  • orchestre://memory/reviews/{id} - Code review results
  • orchestre://memory/knowledge/{id} - Knowledge base entries

Pattern Resources

  • orchestre://patterns/architecture - Architectural patterns
  • orchestre://patterns/implementation - Implementation patterns
  • orchestre://patterns/saas - SaaS-specific patterns
  • orchestre://patterns/security - Security patterns
  • orchestre://patterns/enterprise - Enterprise patterns
  • orchestre://patterns/multi-tenancy - Multi-tenancy patterns
  • orchestre://patterns/discovered - Project-specific patterns

Template Resources

  • orchestre://templates/saas-mvp - SaaS MVP templates
  • orchestre://templates/saas-components - SaaS component library
  • orchestre://templates/documentation - Documentation templates
  • orchestre://templates/{template-name} - Template-specific resources

Context Resources

  • orchestre://context/recent - Recent development context
  • orchestre://context/current - Current working context

Response Format

All prompts return structured responses with:

  • Implementation steps
  • Code examples
  • File updates
  • Memory updates
  • Next steps

Error Handling

Prompts handle errors gracefully with:

  • Clear error messages
  • Recovery suggestions
  • Fallback options
  • Context preservation

Best Practices

  1. Use Context: Prompts automatically include relevant resources
  2. Be Specific: Provide detailed requirements for better results
  3. Check Memory: Review generated memory files for accuracy
  4. Iterate: Prompts adapt based on project evolution
  5. Combine Prompts: Chain prompts for complex workflows

Built with ❤️ for the AI Coding community, by Praney Behl