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:
| Name | Type | Required | Description |
|---|---|---|---|
| template | string | Yes | Template name (cloudflare-hono, makerkit-nextjs, react-native-expo) or repository URL |
| projectName | string | No | Name of the project to create |
| targetPath | string | No | Path where to create the project |
| editor | string | Yes | Target editor (claude, windsurf, cursor) |
Example:
/orchestre-create makerkit-nextjs my-saas ./projects claudeResources: None (context-free command)
orchestre-initialize
Add Orchestre to existing projects with full command suite.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
| path | string | No | Path to the project (defaults to current directory) |
| editor | string | Yes | Target editor (claude, windsurf, cursor) |
Example:
/orchestre-initialize . claudeResources: None (context-free command)
orchestre-orchestrate
Analyze requirements and create adaptive implementation plan.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
| requirements | string | Yes | Requirements file path or direct requirements text |
Example:
/orchestre-orchestrate requirements.mdIncluded Resources:
orchestre://memory/project- Project context and historyorchestre://patterns/architecture- Discovered architectural patterns
orchestre-execute-task
Execute specific task with full context awareness and adaptation.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
| task | string | Yes | Description of the task to execute |
Example:
/orchestre-execute-task "Add user authentication with OAuth providers"Included Resources:
orchestre://memory/project- Project contextorchestre://context/recent- Recent development contextorchestre://patterns/implementation- Implementation patterns
orchestre-compose-saas-mvp
Rapid SaaS prototyping with production best practices.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
| requirements | string | Yes | SaaS 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 practicesorchestre://templates/saas-mvp- MVP templates
orchestre-generate-implementation-tutorial
Generate comprehensive implementation tutorial for any project type.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
| description | string | Yes | Project description or folder path containing requirements |
Example:
/orchestre-generate-implementation-tutorial "AI-powered code review platform"Included Resources:
orchestre://patterns/project- Project patternsorchestre://memory/project- Project memoryorchestre://templates/components- Component templates
orchestre-security-audit
Comprehensive security vulnerability detection and fixes.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
| scope | string | No | Audit scope (full, dependencies, code, infrastructure) |
Example:
/orchestre-security-audit fullIncluded Resources:
orchestre://patterns/security- Security best practicesorchestre://memory/project- Project context
orchestre-add-enterprise-feature
Add enterprise-grade features like audit logs, SSO, RBAC.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
| feature | string | Yes | Feature type (audit-logs, sso, rbac, data-export, compliance) |
Example:
/orchestre-add-enterprise-feature ssoIncluded Resources:
orchestre://patterns/enterprise- Enterprise patternsorchestre://memory/features- Feature implementations
orchestre-migrate-to-teams
Convert single-tenant app to multi-tenant architecture.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
| strategy | string | No | Migration strategy (shared-db, db-per-tenant, hybrid) |
Example:
/orchestre-migrate-to-teams shared-dbIncluded Resources:
orchestre://patterns/multi-tenancy- Multi-tenancy patternsorchestre://memory/architecture- Architecture decisions
orchestre-document-feature
Create comprehensive feature documentation.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
| feature | string | Yes | Name of the feature to document |
| format | string | No | Documentation format (technical, user, api) |
Example:
/orchestre-document-feature "authentication-system" technicalIncluded Resources:
orchestre://memory/features- Feature historyorchestre://templates/documentation- Doc templates
orchestre-discover-context
Analyze and synthesize existing project knowledge.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
| focus | string | No | Focus area (architecture, patterns, decisions, all) |
Example:
/orchestre-discover-context architectureIncluded Resources:
orchestre://memory/project- Project memoryorchestre://patterns/discovered- Discovered patterns
orchestre-review
Perform intelligent code review using multi-LLM consensus.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
| files | string | No | Files/patterns to review (recent changes if empty) |
Example:
/orchestre-review src/*.js
/orchestre-review .
/orchestre-review main...HEADIncluded Resources:
orchestre://memory/reviews- Previous review resultsorchestre://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:
| Name | Type | Required | Description |
|---|---|---|---|
| topic | string | Yes | Topic to research |
Example:
/orchestre-research authentication best practices
/orchestre-research React Server Components
/orchestre-research GraphQL vs RESTIncluded Resources:
orchestre://patterns- Existing patterns for contextorchestre://memory/knowledge- Previous research results
Uses Tool: research - AI-powered research and analysis
orchestre-extract-patterns
Extract reusable patterns from existing codebase.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
| focus | string | No | Specific area to focus on (searches all if empty) |
Example:
/orchestre-extract-patterns authentication
/orchestre-extract-patterns
/orchestre-extract-patterns API designIncluded Resources:
orchestre://patterns/discovered- Previously discovered patternsorchestre://memory/architecture- Architecture decisions
orchestre-status
Show comprehensive project status with insights.
Arguments: None - This command analyzes the current project state
Example:
/orchestre-statusIncluded Resources:
orchestre://project/CLAUDE.md- Project memoryorchestre://memory/sessions- Recent session history
orchestre-update-memory
Update project contextual memory and documentation.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
| context | string | No | What aspect or timeframe to focus on |
Example:
/orchestre-update-memory "authentication feature"
/orchestre-update-memory "recent changes"
/orchestre-update-memoryIncluded Resources:
orchestre://project/CLAUDE.md- Project memoryorchestre://memory/patterns- Discovered patterns
orchestre-task-update
Update task tracking files to reflect progress.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
| taskDescription | string | Yes | Description or identifier of the task |
| command | string | No | The 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:
| Name | Type | Required | Description |
|---|---|---|---|
| tasks | string | Yes | Comma-separated list of parallel tasks |
Example:
/orchestre-setup-parallel frontend,backend,database
/orchestre-setup-parallel auth-system,payment-integrationIncluded Resources:
orchestre://memory/project- Project structure and setup
orchestre-template (or orchestre-t)
Execute template-specific commands for your project template.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
| command | string | Yes | Template command to execute |
| arguments | string | No | Arguments for the command |
Example:
/orchestre-template add-feature billing
/orchestre-t setup-stripe monthly-subscription
/orchestre-template add-api-route /api/usersIncluded 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 memoryorchestre://memory/features- Feature implementationsorchestre://memory/architecture- Architecture decisionsorchestre://memory/sessions/{id}- Session-specific memoryorchestre://memory/patterns/{id}- Discovered patternsorchestre://memory/reviews/{id}- Code review resultsorchestre://memory/knowledge/{id}- Knowledge base entries
Pattern Resources
orchestre://patterns/architecture- Architectural patternsorchestre://patterns/implementation- Implementation patternsorchestre://patterns/saas- SaaS-specific patternsorchestre://patterns/security- Security patternsorchestre://patterns/enterprise- Enterprise patternsorchestre://patterns/multi-tenancy- Multi-tenancy patternsorchestre://patterns/discovered- Project-specific patterns
Template Resources
orchestre://templates/saas-mvp- SaaS MVP templatesorchestre://templates/saas-components- SaaS component libraryorchestre://templates/documentation- Documentation templatesorchestre://templates/{template-name}- Template-specific resources
Context Resources
orchestre://context/recent- Recent development contextorchestre://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
- Use Context: Prompts automatically include relevant resources
- Be Specific: Provide detailed requirements for better results
- Check Memory: Review generated memory files for accuracy
- Iterate: Prompts adapt based on project evolution
- Combine Prompts: Chain prompts for complex workflows
