Category Details and Representative Templates
10 major industry categories plus several cross-industry themes, with representative templates in each category and practical guidance on when to use them.
This page introduces the template library in detail by industry category. A few representative templates from each category are selected to explain what can be done. When choosing templates, you can compare them to find the ones that are closest to your business.
The structure of each category is the same: one sentence positioning → represents a list of templates (with one or two sentences of its typical scenarios) → "special instructions" for this category (whether there are pre-dependencies, common pitfalls).
① Application/App Operation
For daily operations of iOS / Android / App Store. Covers App package review, certificate monitoring, ASA/ASO optimization, subscription health, etc.
Representative Template
apple-search-ads-campaign— Complete ASA advertising: keyword discovery, bidding strategy, performance analysis, and weekly report generation.aso-optimization-workflow— App Store optimization: keyword mining, top 10 competitive product title/screenshot analysis, improvement suggestions.dingyue-certificate-expiry-monitor— Scan all provisioning profiles and certificates regularly, and send reminders via Telegram 30 days before expiration.dingyue-app-submission-pipeline— The whole process of package delivery: Build → TestFlight upload → App Store Review submission → Status monitoring.dingyue-subscription-health-monitor— Subscription renewal health tracking: subscriber churn, winback, price check-up.
Special instructions: Apple-related templates require the App Store Connect API Key (p8 file + KeyID + IssuerID). Just configure the apple_appstoreconnect credentials in the Credential Center.
② Advertising/Marketing
For the Growth/Marketing team. From specific channels (Google / Facebook / ASA) to content marketing, brand management, SEO.
Representative Template
google-ads-campaign— Google Ads campaign creation, keyword planning, bid strategies, Quality Score optimization.facebook-ads-optimizer— Facebook Ads creative multi-version A/B, audience expansion, ROAS optimization.content-marketing-seo— SEO article production: keyword research → outline → body → metadata → publishing.brand-crisis-pr— Brand crisis PR: event classification, official statement draft, omni-channel distribution list.brand-voice-style-guide-builder— Brand voice guide generation: extracting voice guidelines from 10 sample paragraphs.
Special instructions: Advertising templates will really cost money - be sure to dry-run several times before going online, and add manual_approval before actually writing to the advertising platform.
③ Software Engineering
For R&D/DevOps. Code review, CI/CD, PRD review, architecture design.
Representative Template
code-review— Multi-role review PR: readability/security/performance/test coverage. One Agent for each of the four dimensions, and the scores are summarized.ci-cd-pipeline— Pipeline generation: infer stages from repo structure (lint → test → build → deploy).prd-review-refinement— PRD multiple rounds of review: Product/Engineering/QA three Agent group_chat until consensus is reached.service-architecture-design— Service architecture design: interface design/data model/capacity estimation/failure modes.ios-feature-module-developer— iOS functional module: According to Clean Architecture + MVVM, three layers of Domain / Data / Presentation are produced.
Special instructions: This type of template often consumes a lot of tokens (the output code takes up a lot of space). It is recommended that BYOK be equipped with a Key with sufficient credit.
④ Content Creation
For content creators/new media. Short videos, podcasts, email newsletters, courses, e-books.
Representative Template
content-creator-short-video— Short video script: hook / main text / turning / call to action, multiple versions iteration to achieve the expected viewing completion rate.content-creator-podcast— An entire podcast episode is produced: topic research → outline → conversation script → show notes.content-creator-newsletter— Weekly newsletter: RSS aggregation → topic filtering → structured writing → Markdown rendering.content-creator-online-course— Online course design: course outline → slide for each section → exercises → answers.content-creator-ebook— E-book: outline → parallel generation of chapters → whole book review → EPUB export.
⑤ Data Analysis
Data/business analysis oriented. A/B testing, competitive product intelligence, KPI attribution, business weekly reports.
Representative Template
ab-test-design-analyzer— A/B testing: Experimental design → Sample size estimation → Result analysis → Statistical significance → Decision suggestions.competitive-intelligence-report— Competitive product weekly report: grab the web page / Twitter / press conference → SWOT → gap analysis.data-analysis— General data analysis: Enter CSV → Explore → Statistics → Visualize → Discover.dingyue-weekly-business-review— Braidrun internal use: ASA + income + subscriptions are aggregated into weekly meeting reports.
⑥ Compliance/Approval
For legal/compliance/process management. Contract review, policy analysis, approval life cycle.
Representative Template
business-contract-review— Contract review: clause classification/risk labeling/change suggestions/final approval.compliance-policy-reviewer— Policy Compliance Gaps: Existing policy vs target standards (GDPR/SOC 2/ISO 27001), list of gaps + recommendations for transformation.approval-lifecycle-state-machine— Universal approval life cycle: DRAFT → REVIEW → APPROVED / REJECTED, with multiple rounds of review and rollback.
Special instructions: Compliance templates have manual_approval inserted into key nodes by default - manual review cannot be skipped.
⑦ Finance/Bank/Insurance
For the financial industry. Loan approval, risk control, insurance underwriting, payment reconciliation.
Representative Template
banking-loan-application-processor— Loan application processing: data collection → KYC → credit assessment → risk control approval → loan disbursement.insurance-underwriting— Insurance underwriting: application information analysis → risk assessment → premium calculation → denial/underwriting decision.fintech-payment-reconciliation— Payment reconciliation: multi-source data comparison → discovery of differences → explanation of exceptions → manual review.fintech-kyc-verification— KYC identity verification: document OCR → face comparison → anti-fraud → compliance report.
Special instructions: The financial template involves compliance boundaries. It is recommended to review it with the compliance team before implementing it.
⑧ Medical / Health
For the medical industry. Clinical decision aid, medical record analysis, drug interaction, health monitoring.
Representative Template
healthcare-clinical-decision-support— Clinical Decision Aid: Symptoms → Possible diagnosis → Test recommendations → Must ultimately be reviewed by a physician.healthcare-medical-records-analyzer— Medical record analysis: unstructured medical records → structured field extraction → risk warning.healthcare-drug-interaction-checker— Drug Interaction Check: Current Medication List → Conflict Detection → Alternative Suggestions.
Special instructions: All medical templates follow the "auxiliary, not substitute" principle, and the final decision must be made by a licensed physician.
⑨ Education/Training
For educational institutions/corporate training. Course design, question bank, Q&A, study plan.
Representative Template
education-curriculum-designer— Course outline: Learning objectives → unit split → content of each section → assessment method.education-personalized-learning-plan— Personalized learning plan: Assess current situation → Set goals → Weekly tasks → Progress tracking.education-exam-question-generator— Exam question generation: Generate a variety of question types based on the syllabus/difficulty distribution, with reference answers.
⑩Vertical Industries
End-to-end processes tailored to specific industries. These templates integrate industry-specific data sources, terminology, and process nodes.
Industries Covered
- Agriculture — Crop growth monitoring, pest and disease identification, irrigation planning.
- car — Dealer lead management, maintenance work order distribution, and used car valuation.
- Aviation — Flight operation monitoring, delay analysis, and intelligent check-in allocation.
- Hotel / Travel — Customer feedback aggregation, dynamic pricing, and activity recommendations.
- energy — Load forecasting, equipment inspection, and work order processing.
- Logistics/Supply Chain — Order fulfillment path, exception warning, and inventory optimization.
- E-commerce/cross-border — Shelf automation, customer service work orders, negative review processing, and foreign trade communication.
- HR/Human Resources — JD generation, resume screening, interview assessment, Onboarding.
Cross-Industry Themes
In addition to industry classification, there are also a number of general templates divided by "topics", which are worth mentioning separately:
- Dify migration — A batch of templates prefixed with dify-* correspond to Dify’s native typical processes to help you migrate smoothly. See the migration guide for details.
- high level paradigm — workflow-generator (let a workflow generate another workflow), approval-lifecycle-state-machine, etc. demonstrate complex patterns.
- customer service — customer-support-ticket-automation, intelligent diversion of customer service tickets, etc.
- event driven — event-driven-* series templates, matching Webhook trigger scenarios.
Can't find the template you want?
Two fallback paths:
- Use AI assistant to generate one on demand —— Describe your business scenario, and the assistant will give you a first draft by referring to the closest templates.
- Submit your needs in the "Request New Templates" form - we continue to expand the template library, adding about 5-10 new templates every month, and your feedback will be prioritized.
Next
- Instantiate a Workflow from a Template — How to do each step specifically
- Directly open the template library to browse — Filter / search / preview within products