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.
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
| Step | Type | Description |
|---|---|---|
| 1 · Gather & Understand | prompt | Extracts key facts, claims, data points, and context from the input. |
| 2 · Critical Analysis | prompt | Analyses themes, arguments, evidence, and gaps based on step 1’s output ({{prev_output}}). |
| 3 · Write Structured Report | prompt | Produces a complete report: Executive Summary → Key Findings → Detailed Analysis → Recommendations → Conclusion. |
{{input}}, {{prev_output}}
Code Review Pipeline
| Step | Type | Description |
|---|---|---|
| 1 · Code Analysis | prompt | Reviews structure, patterns, and obvious bugs in {{input}}. |
| 2 · Security Audit | prompt | Checks for OWASP issues, injection risks, auth problems — ratings: HIGH / MEDIUM / LOW. |
| 3 · Performance Review | prompt | Identifies N+1 queries, memory leaks, and algorithmic inefficiencies. |
| 4 · Consolidated Summary | transform | Aggregates all findings into a prioritised, self-contained code review report. |
{{input}}, {{prev_output}}
Document Deep Dive
| Step | Type | Description |
|---|---|---|
| 1 · Extract Key Information | prompt | Pulls main thesis, key data points, claims, notable quotes, and authors from {{document}}. |
| 2 · Classify Document Type | condition | Determines whether the document is primarily technical/scientific, routing accordingly. |
| 3 · Synthesize Insights | prompt | Provides deep insights that directly answer the user’s question with evidence from the document. |
{{document}}, {{input}}, {{prev_output}}
Duplicating a built-in workflow
- Press ⌘3 to open Workflows.
- Click a built-in workflow card.
- Click ⋮ → Duplicate.
- Give the duplicate a new name.
- Edit any step to customise the pipeline.
Edit this page — Open a pull
request