mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-09 14:28:01 -05:00
Update pattern_descriptions.json
This commit is contained in:
@@ -1693,58 +1693,87 @@
|
||||
},
|
||||
{
|
||||
"patternName": "extract_wisdom_short",
|
||||
"description": "[Description pending]",
|
||||
"tags": []
|
||||
"description": "Extract condensed insightful ideas and recommendations focusing on life wisdom.",
|
||||
"tags": [
|
||||
"EXTRACT",
|
||||
"WISDOM",
|
||||
"SELF"
|
||||
]
|
||||
},
|
||||
{
|
||||
"patternName": "analyze_bill",
|
||||
"description": "[Description pending]",
|
||||
"tags": []
|
||||
"description": "Analyze a legislative bill and implications.",
|
||||
"tags": [
|
||||
"ANALYSIS",
|
||||
"BILL"
|
||||
]
|
||||
},
|
||||
{
|
||||
"patternName": "analyze_bill_short",
|
||||
"description": "[Description pending]",
|
||||
"tags": []
|
||||
"description": "Consended - Analyze a legislative bill and implications.",
|
||||
"tags": [
|
||||
"ANALYSIS",
|
||||
"BILL"
|
||||
]
|
||||
},
|
||||
{
|
||||
"patternName": "create_coding_feature",
|
||||
"description": "[Description pending]",
|
||||
"tags": []
|
||||
"tags": [
|
||||
"DEVELOPMENT"
|
||||
]
|
||||
},
|
||||
{
|
||||
"patternName": "create_excalidraw_visualization",
|
||||
"description": "[Description pending]",
|
||||
"tags": []
|
||||
"description": "Create visualizations using Excalidraw.",
|
||||
"tags": [
|
||||
"VISUALIZATION"
|
||||
]
|
||||
},
|
||||
{
|
||||
"patternName": "create_flash_cards",
|
||||
"description": "[Description pending]",
|
||||
"tags": []
|
||||
"description": "Generate flashcards for key concepts and definitions.",
|
||||
"tags": [
|
||||
"LEARNING"
|
||||
]
|
||||
},
|
||||
{
|
||||
"patternName": "create_loe_document",
|
||||
"description": "[Description pending]",
|
||||
"tags": []
|
||||
"description": "Create detailed Level of Effort (LOE) estimation documents.",
|
||||
"tags": [
|
||||
"DEVELOPMENT",
|
||||
"BUSINESS"
|
||||
]
|
||||
},
|
||||
{
|
||||
"patternName": "extract_domains",
|
||||
"description": "[Description pending]",
|
||||
"tags": []
|
||||
"description": "Extract key content and source.",
|
||||
"tags": [
|
||||
"EXTRACT",
|
||||
"ANALYSIS"
|
||||
]
|
||||
},
|
||||
{
|
||||
"patternName": "extract_main_activities",
|
||||
"description": "[Description pending]",
|
||||
"tags": []
|
||||
"description": "Extract and list main events from transcripts.",
|
||||
"tags": [
|
||||
"EXTRACT",
|
||||
"ANALYSIS"
|
||||
]
|
||||
},
|
||||
{
|
||||
"patternName": "find_female_life_partner",
|
||||
"description": "[Description pending]",
|
||||
"tags": []
|
||||
"description": "Clarify and summarize partner criteria in direct language.",
|
||||
"tags": [
|
||||
"SELF"
|
||||
]
|
||||
},
|
||||
{
|
||||
"patternName": "youtube_summary",
|
||||
"description": "[Description pending]",
|
||||
"tags": []
|
||||
"description": "Summarize YouTube videos with key points and timestamps.",
|
||||
"tags": [
|
||||
"SUMMARIZE"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user