Skip to content

Commit 222a0f6

Browse files
committed
feat: add flavor displayTag to all AI templates
- 13 AI templates now show 'AI · Think' or 'AI' on cards - Combined with 15 agent templates showing 'AI · Agent' - All 28 AI tab templates display content flavor
1 parent 6b27193 commit 222a0f6

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

CHANGELOG-ai-flavor-tags.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# AI Flavor Tags — displayTag for all AI tab templates
2+
3+
- Added `displayTag` to all 13 templates in `ai.js`
4+
- Tags: "AI · Think" (10 templates), "AI" (3 templates)
5+
- Combined with 15 agent templates that already show "AI · Agent"
6+
- All 28 AI tab templates now show their content flavor on cards
7+
8+
## Files Changed
9+
10+
| File | Type |
11+
|------|------|
12+
| `js/templates/ai.js` | Added displayTag to 13 templates |

js/templates/ai.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ window.__MDV_TEMPLATES_AI = [
55
{
66
name: 'AI Business Proposal',
77
category: 'ai',
8+
displayTag: 'AI · Think',
89
icon: 'bi-briefcase',
910
description: 'Generate a persuasive business proposal — fill in client & project details, AI does the rest',
1011
variables: [
@@ -94,6 +95,7 @@ gantt
9495
{
9596
name: 'AI Research Paper',
9697
category: 'ai',
98+
displayTag: 'AI · Think',
9799
icon: 'bi-mortarboard',
98100
description: 'Academic research paper — outline your thesis, AI fills abstract, lit review, methodology & analysis',
99101
content: `# [Research Paper Title]
@@ -177,6 +179,7 @@ Present findings objectively without interpretation.}}
177179
{
178180
name: 'AI Product PRD',
179181
category: 'ai',
182+
displayTag: 'AI · Think',
180183
icon: 'bi-kanban',
181184
description: 'Product Requirements Document — define vision, AI generates user stories, specs & success metrics',
182185
content: `# Product Requirements Document (PRD)
@@ -266,6 +269,7 @@ flowchart TD
266269
{
267270
name: 'AI Marketing Copy',
268271
category: 'ai',
272+
displayTag: 'AI',
269273
icon: 'bi-megaphone',
270274
description: 'Landing pages, ad copy & email campaigns — describe brand/audience, AI writes compelling copy',
271275
content: `# Marketing Copy — [Product / Campaign Name]
@@ -356,6 +360,7 @@ Vary the angle: one benefit-focused, one problem-focused, one social-proof-focus
356360
{
357361
name: 'AI Lesson Plan',
358362
category: 'ai',
363+
displayTag: 'AI · Think',
359364
icon: 'bi-journal-bookmark',
360365
description: 'Teaching & training — specify subject/grade level, AI generates objectives, activities & assessments',
361366
content: `# Lesson Plan — [Topic Title]
@@ -461,6 +466,7 @@ Provide specific, actionable strategies for each group.}}
461466
{
462467
name: 'AI Technical RFC',
463468
category: 'ai',
469+
displayTag: 'AI · Think',
464470
icon: 'bi-gear-wide-connected',
465471
description: 'Engineering design doc / RFC — describe the problem, AI generates alternatives, architecture & plan',
466472
content: `# RFC: [Feature / System Name]
@@ -601,6 +607,7 @@ Format as a table with before/after estimates.}}
601607
{
602608
name: 'AI Cover Letter',
603609
category: 'ai',
610+
displayTag: 'AI',
604611
icon: 'bi-envelope-paper-heart',
605612
description: 'Job applications — paste the job description and your background, AI writes a personalized letter',
606613
variables: [
@@ -662,6 +669,7 @@ Format as numbered sections.}}
662669
{
663670
name: 'AI SWOT Analysis',
664671
category: 'ai',
672+
displayTag: 'AI · Think',
665673
icon: 'bi-grid-3x3-gap',
666674
description: 'Strategic planning — describe your company/product, AI generates comprehensive SWOT analysis',
667675
variables: [
@@ -761,6 +769,7 @@ Organize from highest to lowest priority.}}
761769
{
762770
name: 'AI Content Calendar',
763771
category: 'ai',
772+
displayTag: 'AI',
764773
icon: 'bi-calendar3',
765774
description: 'Social media & content marketing — describe your brand, AI generates a monthly content calendar',
766775
content: `# Content Calendar — [Brand / Project Name]
@@ -856,6 +865,7 @@ Format as a table with columns: Date, Event, Content Opportunity, Platform.}}
856865
{
857866
name: 'AI Stock Research Report',
858867
category: 'ai',
868+
displayTag: 'AI · Think',
859869
icon: 'bi-graph-up-arrow',
860870
description: 'Equity research — enter a company name/ticker, AI generates a full stock analysis report',
861871
content: `# Stock Research Report — [Company Name] ([TICKER])
@@ -984,6 +994,7 @@ Be balanced and objective.}}
984994
{
985995
name: 'AI Financial Statement Analysis',
986996
category: 'ai',
997+
displayTag: 'AI · Think',
987998
icon: 'bi-file-earmark-spreadsheet',
988999
description: 'Deep-dive into financials — enter company name, AI analyzes income statement, balance sheet & cash flow',
9891000
content: `# Financial Statement Analysis — [Company Name]
@@ -1105,6 +1116,7 @@ Format as a checklist with status (⚠️ Concern / ✅ Healthy / 🔍 Monitor).
11051116
{
11061117
name: 'AI Investment Thesis',
11071118
category: 'ai',
1119+
displayTag: 'AI · Think',
11081120
icon: 'bi-piggy-bank',
11091121
description: 'Build a bull/bear case — enter a stock, AI generates a structured investment thesis with catalysts & risks',
11101122
content: `# Investment Thesis — [Company Name] ([TICKER])
@@ -1218,6 +1230,7 @@ Format as a table with columns: KPI, Current, Bull Signal, Bear Signal.}}
12181230
{
12191231
name: 'AI Portfolio Review',
12201232
category: 'ai',
1233+
displayTag: 'AI · Think',
12211234
icon: 'bi-pie-chart',
12221235
description: 'Portfolio analysis — list your holdings, AI generates allocation analysis, risk assessment & rebalancing plan',
12231236
content: `# Portfolio Review & Analysis

0 commit comments

Comments
 (0)