Skip to main content
Workflows are fully functional and ready to use. Since built-in skills are indicative, feel free to tune them as needed while we continuously roll out new built-in skills, configuration options, and quality improvements.
MIRA ships with three built-in workflows. They are read-only and run on either reasoning engine. You can duplicate any built-in workflow to use it as a custom template.

Research Report Pipeline

Gathers context, critically analyses it, then produces a structured report.

Code Review Pipeline

Code analysis, security audit, performance review, and a consolidated summary.

Document Deep Dive

Extracts key information, classifies the document type, and synthesises insights.

Research Report Pipeline

StepTypeDescription
1 · Gather & UnderstandpromptExtracts key facts, claims, data points, and context from the input.
2 · Critical AnalysispromptAnalyses themes, arguments, evidence, and gaps based on step 1’s output ({{prev_output}}).
3 · Write Structured ReportpromptProduces a complete report: Executive Summary → Key Findings → Detailed Analysis → Recommendations → Conclusion.
Template variables used: {{input}}, {{prev_output}}

Code Review Pipeline

StepTypeDescription
1 · Code AnalysispromptReviews structure, patterns, and obvious bugs in {{input}}.
2 · Security AuditpromptChecks for OWASP issues, injection risks, auth problems — ratings: HIGH / MEDIUM / LOW.
3 · Performance ReviewpromptIdentifies N+1 queries, memory leaks, and algorithmic inefficiencies.
4 · Consolidated SummarytransformAggregates all findings into a prioritised, self-contained code review report.
Template variables used: {{input}}, {{prev_output}}

Document Deep Dive

StepTypeDescription
1 · Extract Key InformationpromptPulls main thesis, key data points, claims, notable quotes, and authors from {{document}}.
2 · Classify Document TypeconditionDetermines whether the document is primarily technical/scientific, routing accordingly.
3 · Synthesize InsightspromptProvides deep insights that directly answer the user’s question with evidence from the document.
Template variables used: {{document}}, {{input}}, {{prev_output}}
Document Deep Dive requires at least one document to be uploaded and enabled in the session before running.

Duplicating a built-in workflow

  1. Press ⌘3 to open Workflows.
  2. Click a built-in workflow card.
  3. Click ⋮ → Duplicate.
  4. Give the duplicate a new name.
  5. Edit any step to customise the pipeline.
Edit this page — Open a pull request