Agent Skills
Pre-built and custom agent recipes. Orchestrate tools, workflows, memory, tasks, spaces, sub-agents and RAG in one skill.
Catalog
Pre-built and custom agent recipes. Orchestrate tools, workflows, memory, tasks, spaces, sub-agents and RAG in one skill.
Multi-entity audit (reputation + web presence)
User asks to audit / compare several NAMED real-world businesses or brands on their reputation, reviews, website, SEO (typically 2-6 entities + a city).
Audit + slides deck deliverable
User explicitly asks for a presentation / deck / slides on top of an audit or research. Chain research tools FIRST, then codedDocument with dependsOn.
Recipe generation (cooking recipe with web context)
User asks for a cooking recipe for a specific dish (e.g. "recette de quiche au poulet", "how to make pasta carbonara"). Chain search FIRST for web context, then recipe with dependsOn.
B2B prospection + outreach email draft
User wants to find prospects/leads AND draft / send a cold email. Prospect first, THEN email with dependsOn.
Full trip plan (guide + weather + flights + hotels + events + day-by-day)
User wants a trip / voyage / vacances with destination and/or dates: combine travel guide, local weather, flights, hotels, notable events, and at least one day plan. Prefer parallel waves; chain dayPlanner after travel when the guide anchors the city.
Personal daily briefing
User asks for a multi-domain briefing: weather + news + email inbox + calendar / agenda for today. Fire in parallel.
Product comparison with price widget
User wants to compare or find the best price for a named product. Combine web search for specs + priceCompare for prices.
Document Q&A with optional web complement
User attached one or more files and asks a question grounded in them. Read documents first, optionally complement with web.
Persist / update / forget a user fact
User explicitly asks the agent to remember, update, or forget a fact about them. Call the memory tool with the appropriate action.
Forget a topic (memory + indexed chats)
User explicitly asks to forget/remove all stored information about a named person, company, or topic from assistant memory.
Build a website for a named local business
User names a specific local business (gym, restaurant, shop) AND asks to code/build a website or landing page for them. Chain places + search first, then code with dependsOn so the site uses real POI data.
Find a local business + build them a website
User asks to find/identify a local business (restaurant, shop, agency) AND to code / build / create a website or landing page for them. Chain places + search first, then code with dependsOn so the generated site can cite real name, address, phone, photos.
Read upcoming Google Calendar events
User asks about their OWN calendar / meetings / next appointment / agenda / rdv. MUST use the calendar tool (Google Calendar MCP) — NEVER web search.
Create a Google Calendar event
User explicitly asks to CREATE a new calendar event / meeting / appointment / rdv with a specific time (and optionally title, attendees, location).
Read personal Gmail inbox
User asks to read / search / list their OWN emails. Use the gmail tool (Google Gmail MCP), not web search.
Read personal Google Drive
User asks to list / search their OWN Google Drive files. Use the drive tool (MCP).
Directions from the user current location
User asks for directions / itinerary / travel route / travel time / "combien de temps" / "how long" / distance to a destination WITHOUT naming an origin (or explicitly says "from my location / depuis ma position"). Use origin="CURRENT_LOCATION" and originFromDeviceGps=true when GPS is reliable so lat/lng are used; otherwise the sentinel still falls back to saved city/address.
Flights from user home city to a destination
User asks for flights to a destination without naming an origin. Use their saved city (context block USER_LOCATION) as origin.
Send a direct email with recipient and message
User explicitly asks to send an email now and provides a recipient email address plus the message/body. Use emailSend directly; do not use search and do not use gmail for sending.
Research a contact and send them an outreach email
User asks to find information / context AND send an email referencing that info in the same turn. Research first, email with dependsOn.
Build a multi-step automation workflow
User explicitly asks for a Flownux workflow / automation pipeline (workflowBuilder). Requires the word workflow or automation — NOT a one-shot PDF/document/slides request. Call workflowBuilder with the full goal verbatim — NEVER drop the goal.
Standalone game / snippet / demo (no external facts)
User asks for a self-contained code artefact (game copy, small utility, demo app) that does NOT need real-world facts. Call code directly, no search, no places.
Research + PDF / CSV downloadable report
User asks for a PDF or CSV export of researched information. Research first via search (and optionally document/urlImport), THEN fileGen with dependsOn so the export reads from the fetched context.
Branding kit + logo image + landing page
User asks to create a full brand identity (name + visual identity + website) in a single turn. Branding first (tone/palette/mood), then imageGen for the logo, finally code for the landing page — chained via dependsOn so each step reads the prior output.
Import URL(s) and digest / extract
User pastes one or more URLs and asks to read / summarize / extract from them. Call urlImport first (the document tool reads the imported content), optionally chain search for complementary context.
Recipe + local grocery stores
User asks for a recipe AND a place to buy the ingredients. Fire recipe + places (grocery) in parallel — no dependency.
Outing planner (events + weather + restaurants)
User asks what to do tonight / this weekend in a city. Fire events + weather + places (restaurants/bars) in parallel — all independent.
Market brief: stocks + crypto + financial news
User asks for a market / financial brief or portfolio update. Fire stock + crypto + news in parallel, no dependency.
Structured learning brief on a topic
User wants to learn / be taught about a topic in depth. Chain learn (structured outline) + search (authoritative references) in parallel; add slides if the user wants a deck.
Create a persistent workspace / space from a subject
User asks to create a Space / workspace / research dashboard on a topic. Research first (search), then spaceBuilder with dependsOn so the space seeds with the initial research.
Scheduled / recurring task
User asks to schedule a recurring reminder or automated task ("every Monday", "tous les matins", "chaque fin de mois"). Call taskBuilder with title + schedule — title IS REQUIRED.
Iterate on the last generated image
User refers back to the PREVIOUS image ("refais ça plus foncé", "édite mon image en lien", "version 2", "change la couleur du logo", "add a horse to the image"). Re-call imageGen with the DELTA only and set editReference="previous" so the tool reuses the last generated image as reference.
Edit an image attached in this turn
User uploaded an image in the current turn AND asks to modify / restyle / add or remove elements ("ajoute un cheval", "mets-le en noir et blanc", "remove the background"). Set editReference="attached" so the tool uses the uploaded image as base.
Revise the previous slides deck in place
User refines an EXISTING presentation already shown in this chat (add detail, fix a slide, more charts, include new topics on existing slides). The router must emit artifactRevision with mode patch or extend — do NOT regenerate a full new deck with widget slides.
Revise the previous code sandbox in place
User refines an EXISTING code sandbox/site already shown in this chat (change hero, colors, section, layout). Use artifactEdit or code with registry context — do NOT regenerate unrelated research.
Visual edit selected sandbox elements
User selected elements in the code sandbox visual editor and asks for targeted style/content changes. Route to artifactEdit/code with visual context.
Research then A4 PDF document (portrait pages)
User asks for a PDF or printable document (report, ebook, book, multi-page document) based on web research. Use codedDocument with format=document or report and aspectRatio=A4 — NOT 16:9 presentation.
Research then long document canvas (block PDF/DOCX)
User asks for a long PDF/book/ebook/report with fifty-plus pages or expanded depth. Use codedDocument (format report/ebook) — NOT legacy documentCanvas nor jsPDF fileGen.
Revise the previous PDF document in place
User refines an EXISTING PDF already generated in this chat (add section, fix paragraph, expand content). Emit artifactRevision — do NOT run fileGen or slides from scratch.
Query an external MCP integration (Notion, Slack, …)
User targets an enterprise integration exposed as an MCP server (Notion, Slack, Linear, Jira, Airtable, etc.). Use the mcp tool with targetPrefixes matching the server key/prefix (lowercase), a precise userIntent, and optional hint only when needed.
Read calendar events and email attendees
User asks to organize a meeting / rdv AND send an email to the interested parties / attendees / participants. Read calendar first to get attendees, then emailSend with dependsOn.
Read Gmail message and reply via emailSend
User asks to reply to / forward a specific email or respond to the sender. Read the Gmail message first to get from/fromEmail, then emailSend with dependsOn.
Read Drive file and email it
User asks to send a file / document from Google Drive via email. Read the Drive file first, then emailSend with dependsOn.
Analyze meeting request email and propose calendar slots
User has a meeting/scheduling request in email and wants availability checked or slots proposed, optionally followed by an email reply.
Chain multiple MCP tools in sequence
User requests a sequence of actions across multiple MCP integrations in one turn (e.g., calendar → email → Slack → Notion). Chain them sequentially using dependsOn in the order implied by the user.
API spec document to backend scaffold + export
User attached an API spec (OpenAPI, Swagger, Postman export) and wants runnable backend scaffold code plus an exportable artifact.
Reproduce / build from an image attachment
User attached an image (or provided an image URL) AND asks to code, create, build, or reproduce a site/page/component based on it. ALWAYS run document first to extract the full design spec, then code with dependsOn so the generated site faithfully mirrors the image.
Generate code from an attached document (PDF, text, etc.)
User attached a document (PDF, Word, text) and asks to generate/create code based on its content (CV, form, portfolio, etc.). Read the document first, then generate code with dependsOn.
Research a topic then build a website about it
User asks to create/build/code a website or landing page about a TOPIC that requires real-world facts (not a pure game/demo). Fetch facts first via search, then generate the site with dependsOn.
Research data then build an interactive dashboard
User asks to build a dashboard, analytics panel, or data visualization that needs external data (stats, crypto, market, health, etc.). Research first, then generate the React dashboard with dependsOn.
Research then build a web app or tool
User wants to build a web application, SaaS tool, or utility that requires real-world data or API knowledge. Research best practices / data first, then generate the app.
Generate brand identity then build a branded site
User asks to create a website or landing page for a brand/company/project AND wants branding (palette, tone) applied. Generate branding first, then code with dependsOn so the site uses the brand identity.
Brand identity then a focused landing page
User wants a branded landing page for a project/brand (palette + tone) without local POI research. Generate branding first, then code with dependsOn.
Fetch local POIs then build a dashboard or map
User wants a dashboard, map, or table of local businesses / POIs in a city, built as a code artefact. Fetch places first, then code with dependsOn.
Generate an image then integrate it into a code artefact
User asks to both generate an image (logo, illustration, hero visual) AND build a site/app that uses that image. Generate the image first, then code with dependsOn so the site embeds the generated visual.
Research data then build an interactive visualization
User asks for a data visualization, chart, graph, or infographic that requires real data. Research the data first, then build the visualization code.
Full website for a named business: research + branding + visuals + code
User asks to build a COMPLETE, professional website for a NAMED real-world local business (restaurant, shop, agency) WITH branding and generated images. Chain places + search + branding + imageGen + code in sequence.
Full website for a business + commercial proposal email
User asks to build a complete website for a named local business AND send it (or a commercial proposal) by email. Chain places + search + branding + imageGen + code + emailSend in sequence.
Research a company/topic, build a website, then email a proposal
User wants a website for a company or topic (no local places needed) AND wants to send a commercial proposal or the website link by email. Chain search + branding + code + emailSend.
Full brand kit (research + branding + logo image + site)
User wants a complete brand kit for a project or company: brand identity + logo/visuals + landing page. Chain search (optional) + branding + imageGen + code.
Deep web research with browser automation
User wants to deeply analyze a website (scrape all pages, extract data, interactive navigation). Chain browserAgent for interactive scraping, search for complementary context, document for summary.
E-commerce price scraping and comparison
User wants to scrape product prices from e-commerce sites (Amazon, etc.) and compare them. Chain browserAgent for scraping, priceCompare for comparison, fileGen for CSV export.
Summarize a YouTube video from URL
User pasted a YouTube watch URL and wants a summary or analysis of that specific video (not a channel/topic search).
YouTube video transcript from URL
User pasted a YouTube URL and explicitly wants the transcript, subtitles, or caption text.
Build app or code from YouTube tutorial URL
User pasted a YouTube URL and wants an app, site, or code implementation based on what is taught in the video.
Video research and summary with slides
User wants to research and summarize YouTube videos on a topic. Chain video for transcription/summary, search for complementary context, slides for presentation.
Music discovery and playlist creation
User wants to discover music similar to an artist/genre and create a playlist. Chain music for discovery, search for recommendations, fileGen for CSV export.
Sports results and news with translation
User wants live sports results, standings, or news about a team/league. Chain sports for results, news for updates, translate for localization.
Image search for slides presentation
User wants to find images for a topic and create a presentation. Chain imageSearch for visuals, slides for the presentation.
Document translation with file export
User wants to translate an attached document (PDF, doc, etc.) to another language. Chain document for reading, translate for translation, fileGen for export.
Academic deep research with deliverables
User wants academic research on a topic with multiple sources. Chain search (deep) for scholarly sources, document for analysis, fileGen for report, slides for presentation.
Competitive intelligence multi-source analysis
User wants to analyze competitors across multiple dimensions (web, locations, pricing). Chain search for overview, browserAgent for site analysis, places for locations, fileGen for report.
Market trend analysis across asset classes
User wants to analyze market trends across stocks, crypto, and news. Chain search for trends, news for context, stock/crypto for data, fileGen for report.
Structured course creation with deliverables
User wants to create a structured course on a topic. Chain learn for curriculum, search for best practices, slides for content, fileGen for syllabus.
Technical tutorial with videos and code
User wants a technical tutorial with video references and code examples. Chain learn for structure, video for references, code for examples, slides for summary.
Exam preparation with study materials
User wants to prepare for an exam. Chain learn for curriculum, search for past papers, document for analysis, fileGen for study guide.
Advanced travel itinerary with bookings
User wants a complete travel itinerary with flights, hotels, and activities. Chain travel for overview, flights for options, hotels for stays, routes for directions, calendar for schedule.
Travel budget planning and estimation
User wants to estimate travel costs. Chain travel for details, calculation for budget breakdown, fileGen for export.
Complete business plan with deliverables
User wants a complete business plan. Chain search for market research, branding for identity, fileGen for document, slides for pitch, code for financial model.
B2B prospection with outreach automation
User wants to find B2B prospects and send outreach emails. Chain prospection for leads, emailSend for outreach, calendar for follow-ups.
Financial projection and forecasting
User wants financial projections for a business. Chain search for benchmarks, calculation for projections, fileGen for report, slides for presentation.
Technical documentation generation
User wants to generate technical documentation. Chain search for best practices, learn for structure, code for examples, fileGen for documentation.
API integration guide with examples
User wants an API integration guide. Chain search for API docs, code for integration examples, fileGen for guide, slides for presentation.
Code review checklist generation
User wants a code review checklist. Chain search for best practices, code for examples, fileGen for checklist.
Debugging workflow and troubleshooting
User wants a debugging workflow guide. Chain search for debugging techniques, code for examples, calculation for metrics, fileGen for guide.
Calendar events to email digest
User wants to send calendar events via email. Chain calendar to fetch events, gmail to read context, emailSend to send digest.
Drive documents to slides presentation
User wants to create slides from Drive documents. Chain drive to fetch docs, search for context, slides for presentation.
Email to calendar event conversion
User wants to convert emails to calendar events. Chain gmail to read emails, calendar to create events, emailSend for confirmation.
Multi-MCP workflow (Calendar + Gmail + Drive)
User wants a workflow across multiple Google services. Chain calendar, gmail, drive for data, emailSend for notification.
Meeting request handler automation
User wants to automate meeting request handling. Chain gmail to find requests, calendar to check availability, emailSend to respond.
Social media post creation
User wants to create social media posts. Chain search for best practices, branding for tone, imageGen for visuals, fileGen for calendar.
Full social media campaign (8 tools)
User wants a complete social media campaign. Chain search + learn for strategy, branding + imageGen for content, code for landing page, emailSend for outreach, mcp for Slack announcement.
Social media analytics report
User wants a social media analytics report. Chain search for benchmarks, browserAgent to extract metrics, fileGen for data, slides for presentation.
Influencer identification and outreach
User wants to find influencers and reach out. Chain search for influencers, prospection for contact info, emailSend for outreach.
Content calendar creation
User wants a content calendar. Chain search for best practices, learn for strategy, fileGen for calendar data, calendar for events.
Social media crisis management
User wants to manage a social media crisis. Chain search for protocols, news for brand mentions, emailSend for team alert, mcp for Slack notification.
Portfolio analysis (6 tools)
User wants to analyze their investment portfolio. Chain stock + crypto for data, search for context, calculation for metrics, fileGen for report, slides for presentation.
Trading signals generation
User wants trading signals. Chain search for indicators, stock + crypto for data, news for context, fileGen for signals, emailSend for alerts.
Financial modeling
User wants to build a financial model. Chain search for best practices, calculation for model, fileGen for export, code for interactive calculator.
Portfolio risk assessment
User wants to assess portfolio risk. Chain search for strategies, stock + crypto for data, news for risk factors, fileGen for report, slides for presentation.
ETF analysis and comparison
User wants to analyze ETFs. Chain search for comparison, stock for ETF data, fileGen for analysis, slides for presentation.
Tax planning and optimization
User wants tax planning. Chain search for strategies, calculation for tax calculations, document for attached docs, fileGen for plan.
Dataset generation for ML
User wants to generate a dataset. Chain search for best practices, code for generation script, fileGen for CSV export.
ML model explanation and visualization
User wants to explain an ML model. Chain search for techniques, learn for theory, code for visualization, slides for presentation.
Data visualization dashboard
User wants a data visualization dashboard. Chain search for best practices, code for dashboard, imageGen for charts, slides for presentation.
Statistical analysis and reporting
User wants statistical analysis. Chain search for methods, calculation for analysis, fileGen for data, slides for presentation.
Data cleaning pipeline
User wants a data cleaning pipeline. Chain search for best practices, code for pipeline, fileGen for cleaned data.
SEO audit and recommendations
User wants an SEO audit. Chain search for best practices, browserAgent to analyze site, fileGen for report, slides for presentation.
Content marketing strategy
User wants a content marketing strategy. Chain search for trends, learn for frameworks, branding for tone, fileGen for plan, slides for presentation.
Ad campaign creation
User wants to create an ad campaign. Chain search for best practices, branding for creative, imageGen for visuals, code for landing page, fileGen for plan.
Email marketing sequence
User wants an email marketing sequence. Chain search for best practices, learn for frameworks, emailSend for sending, fileGen for sequence.
Competitor ad analysis
User wants to analyze competitor ads. Chain search for competitor info, browserAgent to scrape ads, fileGen for data, slides for presentation.
Legal contract review
User wants to review a legal contract. Chain search for legal standards, document to read contract, fileGen for summary, slides for presentation.
Compliance checklist generation
User wants a compliance checklist. Chain search for regulations, learn for frameworks, fileGen for checklist, slides for presentation.
Legal research and memo
User wants legal research. Chain search for case law, document for attached docs, fileGen for memo, slides for presentation.
Intellectual property monitoring
User wants to monitor IP. Chain search for IP info, news for mentions, emailSend for alerts, mcp for Slack notification.
Medical report summary
User wants to summarize a medical report. Chain search for medical context, document to read report, fileGen for summary, slides for presentation.
Clinical study analysis
User wants to analyze a clinical study. Chain search for context, document to read study, calculation for statistics, fileGen for analysis, slides for presentation.
Health literacy guide
User wants a health literacy guide. Chain search for health info, learn for frameworks, fileGen for guide, slides for presentation.
Personalized wellness plan
User wants a wellness plan. Chain search for wellness info, learn for frameworks, calculation for metrics, fileGen for plan, calendar for schedule.
Complete business launch (10 tools)
User wants a complete business launch with all deliverables. Chain search + learn for strategy, branding + imageGen for identity, code for site, slides for pitch, fileGen for docs, emailSend for outreach, calendar for schedule, mcp for team notification.
Comprehensive product research (9 tools)
User wants comprehensive product research. Chain search + browserAgent for market data, document for attached specs, calculation for metrics, fileGen for data, slides for presentation, code for calculator, imageGen for visuals, emailSend for distribution.
Full marketing campaign (9 tools)
User wants a full marketing campaign. Chain search + learn for strategy, branding + imageGen for creative, code for landing page, fileGen for plan, emailSend for outreach, calendar for schedule, mcp for team coordination.
Full technical implementation (8 tools)
User wants a complete technical implementation. Chain search + learn for best practices, code for implementation, document for specs, fileGen for docs, slides for presentation, calculation for metrics, emailSend for handoff.
Complete data science project (10 tools)
User wants a complete data science project. Chain search + learn for methods, code for pipeline, document for data, calculation for analysis, fileGen for export, slides for presentation, imageGen for charts, browserAgent for data sources, emailSend for distribution.
Notion workflow automation
User wants a Notion workflow. Chain search for best practices, mcp for Notion setup, fileGen for data export, emailSend for team notification.
Slack workflow automation
User wants a Slack workflow. Chain search for best practices, mcp for Slack setup, calendar for events, emailSend for team notification.
Linear workflow automation
User wants a Linear workflow. Chain search for best practices, mcp for Linear setup, fileGen for task export, emailSend for team notification.
Jira workflow automation
User wants a Jira workflow. Chain search for best practices, mcp for Jira setup, calendar for sprints, emailSend for team notification.
Airtable workflow automation
User wants an Airtable workflow. Chain search for best practices, mcp for Airtable setup, fileGen for data export, code for integration script.
Clone design from attached PDF/document for slides generation
User attached a PDF or document and wants to copy/clone its design/style for new slides or PDF. Chain document FIRST to extract brand style, then slides with dependsOn. Do NOT force aspectRatio or stylePreset — respect user-specified values.
Slides/document with explicit custom aspect ratio (non-A4)
User requests slides or a document with an explicit aspect ratio that is NOT A4 (e.g. "pdf en 16:9", "document format 1:1"). Use slides tool with format and aspectRatio from user input — do NOT force A4 or print presets.
Clone design from a website URL for slides generation
User provides a URL and wants to copy/clone its design/style for new slides. Chain branding tool to extract brand from URL, then slides with dependsOn. Respect explicit slideCount, aspectRatio, and format.
Memory-Aware Travel Time
User asks for travel time / duration / "combien de temps" to a destination — routes widget only, no web search needed. Memory resolves relational destinations (chez mes grands-parents, etc.).
Memory-Resolved Route
User asks for directions/route to a relational place (chez mes parents, to my grandparents, etc.) — memory resolves the address
Memory-Resolved Weather
User asks for weather at a relational place (chez ma mère, at my parents, etc.) — memory resolves the location
Memory-Resolved Flights
User asks for flights to a relational destination — memory resolves destination and fills origin from profile
Latest video from a YouTube channel by name
User asks for the latest/recent video from a specific YouTube channel by name (not a URL). Use the video tool with channelName and timeRange=latest.
Directions with weather at destination
User asks for directions AND weather at the destination ("météo sur la route", "weather for the trip"). Chain routes first, then weather at destination.
Weather for a calendar event
User asks about weather for a calendar event ("météo pour mon rdv", "weather for my meeting tomorrow"). Chain calendar read first, then weather at event location.
News digest sent by email
User wants a news digest sent by email. Chain news first, then emailSend with dependsOn.
Translate content and send by email
User wants to translate content and send it by email. Chain translate first, then emailSend.
Search in foreign language and translate results
User wants to search in a foreign language and translate results. Chain search first, then translate.
Generate an image and send by email
User wants to generate an image and send it by email. Chain imageGen first, then emailSend.
Day plan considering weather
User wants a day plan considering weather. Chain weather first, then dayPlanner with dependsOn.
Day plan synced to calendar
User wants a day plan synced to calendar. Chain dayPlanner first, then create calendar events.
Meal planning for a period
User wants meal planning for a period ("planifie mes repas", "meal plan for the week"). Chain recipe first, then create calendar events.
Recipe translated to another language
User wants a recipe translated to another language. Chain recipe first, then translate.
Find places nearby and check weather
User wants to find places nearby AND check the weather there. Chain places first, then weather at place location.
Find places near a stored memory location
User asks for places near a stored memory location ("restaurants près de chez ma mère", "pharmacy near my parents"). Chain memory first to resolve location, then places.
Add sports events to calendar
User wants to add sports events/games to their calendar. Chain sports first, then create calendar events.
Sports results sent by email
User wants sports results sent by email. Chain sports first, then emailSend.
Sports news and results combined
User wants sports news and results combined ("actu sport + résultats", "sports news and scores"). Chain sports and news.
Find concerts or music events for an artist
User wants to find concerts or music events for an artist/genre. Chain music first, then events.
Plan a trip to a music festival or concert
User wants to plan a trip to a music festival or concert. Chain music, events, then travel + hotels.
Music playlist sent by email
User wants a music playlist sent by email ("envoie-moi une playlist", "create playlist and email it").
Search for images and build a gallery
User wants to search for images and build a gallery/visualization. Chain imageSearch first, then code to build gallery.
Price comparison results sent by email
User wants price comparison results sent by email. Chain priceCompare first, then emailSend.
Price comparison exported to a file
User wants price comparison exported to a file. Chain priceCompare first, then fileGen.
Crypto profit/loss calculator
User wants to calculate crypto profits/losses. Chain crypto first, then calculation.
Stock data sent as an email alert
User wants stock data sent as an alert by email. Chain stock first, then emailSend.
Investment calculator with live stock data
User wants an investment calculator with live stock data. Chain stock, then calculation, then code for interactive calculator.
Crypto portfolio dashboard with live prices
User wants a crypto portfolio dashboard with live prices. Chain crypto first, then code to build dashboard.
Stock comparison presentation
User wants a stock comparison presentation ("compare ces actions en slides", "stock comparison presentation"). Chain stock first, then slides.
Financial news combined with stock/crypto data
User wants financial news combined with stock/crypto data ("digest financier", "financial news with prices"). Chain news, then stock and crypto in parallel.
Find meeting slots and email them
User wants to find meeting slots and email them. Chain calendar, then scheduleAssist, then emailSend.
Find a meeting slot and create the event
User wants to find a meeting slot and create the event. Chain calendar, scheduleAssist, then create event.
News report exported to a file
User wants a news report exported to a file. Chain news first, then fileGen.
News translated to another language
User wants news translated to another language. Chain news first, then translate.
Document summarized and sent by email
User wants a document summarized and sent by email. Chain document first, then emailSend.
Research a topic and save findings to memory
User wants to research a topic AND save findings to memory. Chain search first, then memory to persist key findings.
Create a new skill from a description
User wants to create a new skill/playbook from a description. Use the skillBuilder tool.
Summary of a specific Gmail thread
User wants a summary of a specific Gmail thread ("résume ce thread", "summarize this email conversation"). Chain gmail read first, then document for summary.
Weekly calendar overview with weather
User wants a weekly calendar overview with weather ("vue de ma semaine", "weekly overview with weather"). Chain calendar list, then weather.
Search Google Drive and create a document from results
User wants to search Google Drive and create a document from results. Chain drive first, then document.
Import a URL and translate its content
User wants to import a URL and translate its content. Chain urlImport first, then translate.
Import a URL and build something from its content
User wants to import a URL and build code from its content. Chain urlImport, document extraction, then code.
Scrape a website and email the results
User wants to scrape a website and email the results. Chain browserAgent first, then emailSend.
Scrape a website and export to a file
User wants to scrape a website and export to a file. Chain browserAgent first, then fileGen.
Scrape a website and build code from the data
User wants to scrape a website and build code from the data. Chain browserAgent first, then code.
Research a topic, generate an image, and email it
User wants to research a topic, generate an image, and email it. Chain search, imageGen, then emailSend.
Research, translate, and create slides
User wants to research, translate, and create slides ("recherche X, traduis et fais des slides"). Chain search, translate, then slides.
Ingest multiple sources and research a topic
User wants to ingest multiple sources (URLs + files + web) and research a topic. Chain sourceIngestion, search, then document.
Query MCP integration and do web research
User wants to query an MCP integration AND do web research. Chain mcp first, then search.
Export MCP integration data to a file
User wants to export MCP integration data to a file. Chain mcp first, then fileGen.
Create a presentation from MCP data
User wants to create a presentation from MCP data. Chain mcp first, then slides.
Complex multi-step MCP operation
User wants a complex multi-step MCP operation. Use the mcpAgent tool for multi-step automation.
Query MCP data and send it by email
User wants to query MCP data and send it by email ("envoie-moi mes tâches Linear par mail", "email me Notion pages"). Chain mcp first, then emailSend.
Sync MCP tasks to calendar
User wants to sync MCP tasks to calendar ("sync Linear tasks to calendar", "ajoute mes tâches Notion au calendrier"). Chain mcp first, then create calendar events.
Full marketing campaign: research + branding + images + email outreach
User wants a full marketing campaign: research + branding + images + email outreach. Chain search, branding, imageGen, then emailSend.
Complete travel plan with weather, events, and packing list
User wants a complete travel plan with weather, events, and a packing list. Chain travel, weather, events, then fileGen for packing list.
Research from multiple sources and produce a comprehensive report
User wants to research from multiple sources (URLs + files + web) and produce a comprehensive report. Chain urlImport, document, search, then documentCanvas.
Morning routine with weather, calendar and news
User wants a morning briefing combining weather, calendar events, and news headlines. Fire weather, calendar, and news in parallel — all independent.
Evening review and memory journal
User wants to do an evening review — what happened today, what to remember. Chain calendar for events, then memory to store reflections, then documentCanvas for a journal entry.
Habit tracker with memory and calculation
User wants to set up or track a habit (e.g. drink water, exercise, read daily). Use memory to store the habit and calculation to compute streaks or progress.
Personal budget tracker with calculation and memory
User wants to track their budget — income, expenses, savings. Use calculation for math and memory to persist categories and amounts.
Expense report with file and email
User wants to generate an expense report and optionally email it. Chain calculation for totals, fileGen for the report file, and emailSend to send it.
Time blocking planner with calendar and day planner
User wants to plan their day using time blocking — assign specific time slots to tasks. Chain calendar for existing events, then dayPlanner to create the time-blocked schedule.
Focus session with calendar and learning
User wants to plan a deep work / focus session — block calendar, pull learning material on the topic, and set up memory for notes.
Goal progress check with memory and calculation
User wants to check progress on a goal (e.g. read 12 books, save 5000, run 100km). Use memory to retrieve the goal and calculation to compute progress percentage.
Weekly review with calendar, memory and document
User wants a weekly review — what happened, what was accomplished, what to improve. Chain calendar for events, memory for stored notes, and documentCanvas for the review document.
Personal finance dashboard with stocks, crypto and code
User wants a personal finance dashboard showing stocks, crypto holdings, and budget overview. Chain stock, crypto, and calculation in parallel, then code to build an interactive dashboard.
Workout planner with calculation and memory
User wants a workout plan — exercises, sets, reps, rest periods. Use calculation for volume/intensity math and memory to store the routine.
Calorie tracker with recipe and calculation
User wants to track calories for meals — use recipe for nutritional info and calculation for daily totals. Memory stores the daily log.
Symptom checker with search and learning
User describes symptoms and wants to understand possible causes. Use search for medical information and learn for educational content. Always remind to consult a doctor.
Medication reminder with calendar and email
User wants to set up medication reminders — schedule calendar events and optionally send email reminders. Memory stores medication details.
Doctor appointment finder with places and calendar
User wants to find a doctor nearby and schedule an appointment. Chain places to find doctors, then calendar to book, and scheduleAssist for slot finding.
Mental health check-in with memory and learning
User wants to do a mental health check-in — mood tracking, stress management tips. Use memory to store mood and learn for wellness content.
Sleep optimizer with weather and calendar
User wants to optimize their sleep — check weather for comfort, calendar for wake-up time, and calculation for optimal bedtime.
Language learning practice with translate and memory
User wants to practice a foreign language — vocabulary, grammar, conversation. Use translate for corrections and memory to store new words.
Flashcard generator with learning and file export
User wants to generate flashcards for studying a topic. Use learn for content, then fileGen to export flashcards as a downloadable file.
Study schedule planner with calendar and learning
User wants to create a study schedule — block time for each subject, track progress. Chain calendar for time slots, learn for material, and memory for progress.
Homework helper with search and document
User needs help with homework — search for explanations, use learn for educational content, and documentCanvas to write the solution.
Book summary with search and document
User wants a summary of a book — search for key points, use memory to store takeaways, and documentCanvas for the summary document.
Podcast research with search and video
User wants to research podcasts on a topic — search for episodes, use video for related content, and memory to save recommendations.
Course comparison with search and price comparison
User wants to compare online courses on a topic — search for options, use learn for syllabus details, and priceCompare for cost comparison.
Skill assessment quiz generator
User wants to assess their knowledge on a topic — generate a quiz with questions. Use learn for content, calculation for scoring, and fileGen to export the quiz.
Property search with places and search
User wants to search for properties (apartments, houses) in a specific area. Chain places for local listings, search for broader results, and calculation for affordability.
Mortgage calculator with calculation and search
User wants to calculate mortgage payments — principal, interest, term. Use calculation for the math and search for current interest rates.
Property comparison with places and price comparison
User wants to compare multiple properties — price, location, features. Chain places for listings, priceCompare for cost analysis, and fileGen for a comparison table.
Neighborhood analysis with places, routes and weather
User wants to analyze a neighborhood — amenities, transport, weather, schools. Fire places, routes, and weather in parallel for the area.
Property ROI calculator with calculation and search
User wants to calculate ROI on a rental property — rental income, expenses, appreciation. Use calculation for ROI math, search for market data, and memory to save the analysis.
Property viewing scheduler with places, routes and calendar
User wants to schedule property viewings — find properties, plan the route between them, and book time slots. Chain places, routes, calendar, and scheduleAssist.
Savings goal tracker with calculation and memory
User wants to track progress toward a savings goal (e.g. save 10000 for vacation). Use calculation for progress and memory to persist the goal.
Bill reminder with calendar and email
User wants to set up bill payment reminders — create calendar events and send email notifications. Memory stores bill details.
Subscription tracker with memory and calculation
User wants to track their subscriptions — monthly costs, renewal dates. Use memory to store subscriptions and calculation for total monthly cost.
Retirement calculator with calculation and stocks
User wants to project retirement savings — current savings, expected returns, years to retirement. Use calculation for projections and stock for market data.
Tax document organizer with document and file
User wants to organize tax documents — categorize receipts, forms, deductions. Use document for scanning, memory for categorization, and fileGen for the organized output.
Expense splitter with calculation and email
User wants to split expenses among a group (e.g. trip, dinner). Use calculation for per-person amounts and emailSend to send each person their share.
Invoice generator with codedDocument and email
User wants to generate an invoice for freelance/contract work. Use calculation for line items and totals, codedDocument for the PDF invoice, and emailSend to send it.
Receipt organizer with document and memory
User wants to organize receipts — scan, categorize, and track for tax purposes. Use document for extraction, memory for categories, and fileGen for the organized output.
Currency converter with crypto and calculation
User wants to convert between currencies — fiat or crypto. Use crypto for crypto rates and calculation for fiat conversions. Search for live exchange rates.
Hotel review comparison with search and places
User wants to compare hotels based on reviews, price, and location. Chain hotels for availability, search for reviews, and places for nearby attractions.
Travel document checklist with memory and file
User wants a checklist of travel documents — passport, visa, insurance, tickets. Use memory to store the checklist and fileGen to export it. Translate for foreign destinations.
Visa requirements check with search and translate
User wants to check visa requirements for a destination country. Use search for official requirements and translate for foreign-language embassy pages.
Travel insurance comparison with search and price comparison
User wants to compare travel insurance plans. Use search for options and priceCompare for cost analysis.
Local transport guide with routes and places
User wants a guide to local transport at a destination — metro, bus, taxi, bike share. Chain routes for directions, places for stations, and search for schedules.
Travel journal with images and memory
User wants to create a travel journal — search for images of visited places, store memories, and write a journal in documentCanvas.
Group trip planner with travel, calendar and email
User wants to plan a group trip — coordinate dates, hotels, and activities. Chain travel for overview, hotels for stays, calendar for date coordination, and emailSend to share the plan.
Road trip with stops, weather and hotels
User wants to plan a road trip — route with stops, weather along the way, and hotels for overnight stays. Chain routes, places for stops, weather, and hotels.
Restaurant recommendation with places and price comparison
User wants restaurant recommendations — find nearby restaurants, check reviews, and compare prices. Chain places, search, and priceCompare.
Meal prep planner with recipe and file export
User wants a meal prep plan for the week — recipes, grocery list, and schedule. Chain recipe for meals, calculation for portions, and fileGen for the prep plan.
Dietary restriction recipe search with learn
User has dietary restrictions (vegan, gluten-free, keto, halal) and wants suitable recipes. Use recipe for options, search for specialized recipes, and learn for nutritional info.
Wine pairing with recipe and search
User wants wine pairing suggestions for a meal. Use recipe for the dish, search for wine pairing recommendations, and learn for wine education.
Cocktail recipe with image generation
User wants cocktail recipes — ingredients, instructions, and a visual. Chain recipe for the cocktail, search for variations, and imageGen for the finished drink image.
Gift recommendation with search and memory
User wants gift recommendations for someone — use memory for preferences, search for ideas, and priceCompare for budget options.
Price drop alert with search and email
User wants to monitor a product for price drops and get email alerts. Use search for current prices, memory to store the target price, and emailSend for alerts.
Shopping list generator with memory and places
User wants to generate a shopping list — groceries, household items. Use memory for recurring items, calculation for budget, and places for nearby stores.
Wishlist manager with images and memory
User wants to manage a wishlist — save items, search for them, and get images. Use memory to store items, search for products, and imageSearch for visuals.
Product spec comparison with file export
User wants to compare product specifications (e.g. phones, laptops). Use search for specs, priceCompare for pricing, and fileGen for a comparison table.
Blog post with research and image
User wants to write a blog post — research the topic, generate content, and create a featured image. Chain search, documentCanvas, and imageGen.
Newsletter with research and email
User wants to create and send a newsletter — research content, write the newsletter, and email it to subscribers. Chain search, documentCanvas, and emailSend.
Video script with research
User wants to write a video script — research the topic, write the script with cues. Chain search for research and documentCanvas for the script.
Podcast show notes from research
User wants to generate show notes for a podcast episode — research topics mentioned, summarize key points, and export as a file.
Press release with email
User wants to write and distribute a press release — research context, write the release, and email it to media contacts. Chain search, documentCanvas, and emailSend.
SEO content optimizer with search and learning
User wants to optimize content for SEO — keyword research, content suggestions, meta tags. Use search for keyword data, documentCanvas for content editing, and learn for SEO best practices.
Content repurposing across formats
User wants to repurpose content — turn a blog post into slides, a video script, or a social media post. Chain document for source content, translate/slides/imageGen for output formats.
Social media calendar with images
User wants to plan a social media content calendar — schedule posts, generate images, and organize by date. Chain calendar for scheduling, documentCanvas for content plan, and imageGen for visuals.
Meeting notes from document with email
User wants to summarize meeting notes from a document or transcript. Use document for extraction, memory to store action items, and emailSend to distribute.
Action items from document to calendar
User wants to extract action items from a document or meeting notes and add them to their calendar. Chain document for extraction, memory for storage, and calendar for task creation.
Sales pitch with slides
User wants to create a sales pitch — research the prospect, build a slide deck via codedDocument.
Customer feedback analysis with document and search
User wants to analyze customer feedback — surveys, reviews, support tickets. Use document for extraction, search for benchmarking, and memory to store insights.
SWOT analysis with slides
User wants a SWOT analysis (Strengths, Weaknesses, Opportunities, Threats) for a business or project. Chain search for market data then codedDocument for the deck.
Meeting agenda from calendar and memory
User wants to generate a meeting agenda — check calendar for upcoming meetings, pull relevant memory items, and create a structured agenda in documentCanvas.
Follow-up email sequence with memory
User wants to create a follow-up email sequence — multiple emails over time. Use memory for contact history, documentCanvas for email templates, and emailSend for sending.
Cold email template with research
User wants to write a cold outreach email — research the prospect, craft a personalized email. Chain search for prospect info, documentCanvas for the email, and emailSend to send.
Code documentation generator
User wants to generate documentation for code — README, API docs, inline comments. Use code for analysis, document for structure, and fileGen for the doc file.
Test case generator with learning
User wants to generate test cases for code — unit tests, integration tests. Use code for the implementation, learn for testing patterns, and fileGen for the test file.
Code refactor planner with search
User wants to plan a code refactoring — identify issues, search for patterns, and create a refactoring plan. Chain code for analysis, search for best practices, and document for the plan.
Database schema designer with code and file
User wants to design a database schema — tables, relationships, indexes. Use code for generation, document for structure, and fileGen for the SQL file.
Portfolio website from branding and images
User wants a personal portfolio website — showcase projects with images and branding. Chain imageSearch for project screenshots, branding for visual identity, and code for the website.
Resume website from document
User wants a resume/CV website — import their existing resume, search for design inspiration, and code the website. Chain document for extraction, imageSearch for visuals, and code for the site.
Interactive calculator app with code
User wants an interactive calculator app (e.g. tip calculator, BMI, loan calculator). Use calculation for the math logic and code to build the interactive UI.
Quiz app from learning content
User wants an interactive quiz app based on learning content. Use learn for quiz questions, code to build the app, and fileGen to export.
Email template generator with memory
User wants to create reusable email templates — welcome, follow-up, thank you, etc. Use documentCanvas for the template, memory to store it, and emailSend for testing.
Multi-language email with translate
User wants to send the same email in multiple languages. Use documentCanvas for the original, translate for each language version, and emailSend to send.
Email digest scheduler with search and calendar
User wants to schedule recurring email digests — collect news/content, compile into a digest, and send on a schedule. Chain search for content, calendar for scheduling, and emailSend.
Invitation email with calendar and places
User wants to send event invitations — create a calendar event, find a venue with places, and send invitation emails. Chain places, calendar, and emailSend.
Literature review with citations and file export
User wants a literature review on a research topic — search for papers, summarize findings, and export with citations. Chain search, document, and fileGen.
Fact checking with search and learning
User wants to fact-check a claim — search for sources, verify with learn, and store the result in memory. Chain search, learn, and memory.
Trend analysis with news and stocks
User wants to analyze trends in a market or topic — search for news, check stock performance, and identify patterns. Chain search, news, and stock in parallel.
Survey creator with file export
User wants to create a survey — design questions, structure the form, and export. Use search for survey best practices, calculation for response analysis, and fileGen for the survey form.
Citation finder for research
User wants to find proper citations for a research paper or article. Use search for sources, document for reference formatting, and learn for citation styles.
Movie recommendation with search and video
User wants movie recommendations — search for movies by genre/mood, check reviews, and find trailers. Chain search, video for trailers, and learn for film analysis.
TV show tracker with calendar and memory
User wants to track TV shows — when new episodes air, what to watch next. Use search for show info, calendar for air dates, and memory for watch history.
Book recommendation with memory
User wants book recommendations based on their reading history. Use memory for preferences, search for book suggestions, and learn for author info.
Game recommendation with search and video
User wants video game recommendations — search for games by genre, watch gameplay videos, and learn about game mechanics.
Podcast discovery with search and music
User wants to discover new podcasts on a topic. Use search for recommendations, video for previews, and music for related audio content.
Event ticket finder with events and price comparison
User wants to find and compare event tickets — concerts, sports, theater. Chain events for listings, search for ticket vendors, and priceCompare for best prices.
Hobby finder with events and learning
User wants to find a new hobby — discover activities nearby, learn about them, and find events. Chain search for ideas, events for local activities, and learn for getting started.
Air quality check with weather and search
User wants to check air quality — AQI, pollen, pollution levels. Chain weather for conditions, search for AQI data, and places for monitoring stations.
UV index alert with weather and email
User wants UV index information and alerts for sun protection. Use weather for conditions, search for UV data, and emailSend for alerts.
Gardening planner with weather and memory
User wants a gardening plan — what to plant, when, based on weather and season. Use weather for conditions, search for planting guides, memory for garden state, and calendar for scheduling.
Storm alert with weather, email and calendar
User wants storm/severe weather alerts — check weather, send email notifications, and create calendar reminders. Chain weather, emailSend, and calendar.
Privacy policy generator with search and file
User wants to generate a privacy policy for their app or website. Use search for legal requirements, document for structure, and fileGen for the policy document.
Terms of service generator with search and file
User wants to generate terms of service / terms and conditions for their app or website. Use search for legal templates, document for structure, and fileGen for the document.
NDA generator with file and email
User wants to generate a Non-Disclosure Agreement (NDA). Use search for legal templates, document for structure, fileGen for the NDA file, and emailSend to send it.
Job description writer with search
User wants to write a job description — research similar roles, write the description, and prepare for posting. Chain search for market research and documentCanvas for the job description.
Interview question generator with search and learning
User wants to generate interview questions for a role — technical, behavioral, and culture-fit. Use search for common questions, learn for role-specific topics, and document for the question list.
Onboarding checklist with memory and calendar
User wants to create an onboarding checklist for a new employee or team member. Use memory for company processes, document for the checklist, and calendar for scheduled activities.
Team availability with calendar and email
User wants to check team availability for a meeting — query calendars, find common slots, and send availability emails. Chain calendar, scheduleAssist, and emailSend.
Salary benchmark with file export
User wants to benchmark salaries for a role — research market rates, compare by location/experience, and export a report. Chain search, calculation, and fileGen.
Daily standup with calendar, gmail and memory
User wants a daily standup summary — what happened yesterday, what is planned today, and any blockers. Chain calendar for events, gmail for updates, and memory for notes.
Weekly report with email
User wants an automated weekly report — collect progress, search for context, and email the report. Chain search, document, emailSend, and calendar.
Monthly review with memory and document
User wants a monthly review — accomplishments, metrics, goals progress. Chain memory for stored data, calendar for events, and documentCanvas for the review document.
Annual recap with slides
User wants an annual recap — year highlights, accomplishments, memories. Chain memory for stored data, search for context, documentCanvas for the narrative, and slides for the presentation.
Browser agent form filling with email
User wants the browser agent to fill out a form on a website — registration, application, contact form. Chain browserAgent for the form, and emailSend for confirmation.
Browser agent price monitoring with search and email
User wants the browser agent to monitor prices on a specific website and alert on drops. Chain browserAgent for scraping, search for comparison, and emailSend for alerts.
Browser agent job application with document and email
User wants the browser agent to apply for jobs on their behalf — fill applications on job sites. Chain document for resume data, browserAgent for the application, and emailSend for confirmation.
Browser agent booking with calendar and email
User wants the browser agent to book something online — hotel, restaurant, appointment. Chain browserAgent for the booking, calendar for scheduling, and emailSend for confirmation.
Standalone document generation (no research needed)
User asks to create a document (devis, facture, CV, lettre, contrat, bon de commande, certificat, attestation, formulaire, etc.) using information already in the conversation. No web search needed — use codedDocument directly.
Research then generate document (PDF/DOCX/HTML)
User asks for a document that requires web research first (report, ebook, guide, manuel, cahier des charges, business plan, dossier de presse, etc.). Search gathers facts, then codedDocument generates the document citing the research.
Research then generate slides presentation
User asks for a slide deck / presentation that requires web research first. Search gathers facts, then codedDocument generates HTML 16:9 slides citing the research.
Standalone slides generation (no research needed)
User asks for a slide deck / presentation using information already in the conversation or about a topic the assistant already knows. No web search needed.
Research then generate ebook / book
User asks for an ebook, book, or long-form publication that requires web research. Search gathers facts and structure, then codedDocument generates the full document.
Research then generate spreadsheet (XLSX/CSV)
User asks for a spreadsheet or CSV export that requires web research. Search gathers data, then codedDocument generates the XLSX/CSV file.
Standalone spreadsheet generation (no research needed)
User asks for a spreadsheet, budget, tracker, or data table using information already in the conversation. No web search needed.
Research then generate technical report
User asks for a technical report, specification, or engineering document requiring web research. Search gathers technical data, then codedDocument generates the structured report.
Research then generate marketing document
User asks for a marketing plan, business proposal, brochure, press kit, or brand document requiring web research. Search gathers market data, then codedDocument generates the document.
Research then generate legal document
User asks for a legal document (contract, agreement, statutes, regulations) that may need web research for legal references or templates. Search gathers legal context, then codedDocument generates the document.
Standalone legal document (no research needed)
User asks for a simple legal document (quittance, attestation, certificat, contrat simple) using information already provided. No web search needed.
Research then generate academic document
User asks for an academic document (mémoire, thesis, dissertation, research paper, literature review) requiring deep web research. Search gathers academic sources, then codedDocument generates the structured document with citations.
Research then generate HTML document
User asks for an HTML document, web page content, or interactive document requiring web research. Search gathers content, then codedDocument generates the HTML file.
Standalone HTML document (no research needed)
User asks for an HTML document, newsletter, or web content using information already in the conversation. No web search needed.
Research then generate financial report
User asks for a financial report, balance sheet, or financial analysis requiring web research. Search gathers financial data, then codedDocument generates the structured report.
Research then generate guide / manual
User asks for a guide, manual, tutorial, or how-to document requiring web research. Search gathers best practices, then codedDocument generates the structured guide.
Standalone invoice or quote (no research needed)
User asks to create an invoice (facture), quote (devis), or commercial document using details already in the conversation. No web search needed — codedDocument generates the document directly.
Standalone CV or cover letter (no research needed)
User asks to create a CV, resume, cover letter, or job application document using personal information already in the conversation. No web search needed.
Research then generate business plan
User asks for a business plan, business model canvas, or strategic plan requiring web research. Search gathers market data and competitors, then codedDocument generates the structured business plan.
Research then generate course / educational document
User asks for a course document, lesson plan, educational material, or training support requiring web research. Search gathers educational content, then codedDocument generates the structured course material.
Standalone event document (no research needed)
User asks to create an event document (invitation, programme, flyer, menu, schedule) using details already in the conversation. No web search needed.
Revise the previous coded document in place
User refines an EXISTING document already generated in this chat (add section, fix paragraph, change formatting, expand content). Emit artifactRevision — do NOT run codedDocument from scratch.
Research then generate case study
User asks for a case study / étude de cas / client success story as a document.
Standalone SOP / procedure document
User asks for an SOP, procédure, mode opératoire, or operating procedure document.
Meeting minutes / procès-verbal
User asks to create meeting minutes, compte-rendu de réunion, or procès-verbal.
Payslip / bulletin de paie
User asks to create a payslip, bulletin de paie, or salary slip document.
Purchase order / bon de commande
User asks for a purchase order, bon de commande, or delivery note document.
Research then press kit / dossier de presse
User asks for a press kit, dossier de presse, or media kit document.
Catalogue / brochure / product sheet
User asks for a catalogue, brochure, fiche produit, or product sheet PDF.
Certificate / attestation
User asks for a certificate, attestation, certificat de travail, or diploma-style document.
Research then technical manual
User asks for a technical manual, manuel technique, user guide, or documentation technique.
Checklist document (PDF)
User asks for a printable checklist document (compliance, travel, onboarding, audit checklist) as PDF via codedDocument.