diff --git a/Pattern_Descriptions/pattern_descriptions.json b/Pattern_Descriptions/pattern_descriptions.json index 40e77a16..4195b9cb 100644 --- a/Pattern_Descriptions/pattern_descriptions.json +++ b/Pattern_Descriptions/pattern_descriptions.json @@ -3,1777 +3,1102 @@ { "patternName": "agility_story", "description": "Generate agile user stories and acceptance criteria following agile formats.", - "tags": [ - "DEVELOPMENT" - ] + "tags": ["DEVELOPMENT"] }, { "patternName": "ai", "description": "Provide concise, insightful answers in brief bullets focused on core concepts.", - "tags": [ - "AI", - "ANALYSIS" - ] + "tags": ["AI", "ANALYSIS"] }, { "patternName": "analyze_answers", "description": "Evaluate student responses providing detailed feedback adapted to levels.", - "tags": [ - "ANALYSIS", - "LEARNING" - ] + "tags": ["ANALYSIS", "LEARNING"] }, { "patternName": "analyze_candidates", "description": "Compare candidate positions, policy differences and backgrounds.", - "tags": [ - "ANALYSIS", - "RESEARCH" - ] + "tags": ["ANALYSIS", "RESEARCH"] }, { "patternName": "analyze_cfp_submission", "description": "Evaluate conference submissions for content, speaker qualifications and educational value.", - "tags": [ - "ANALYSIS", - "REVIEW" - ] + "tags": ["ANALYSIS", "REVIEW"] }, { "patternName": "analyze_comments", "description": "Analyze user comments for sentiment, extract praise/criticism, and summarize reception.", - "tags": [ - "ANALYSIS", - "EXTRACT" - ] + "tags": ["ANALYSIS", "EXTRACT"] }, { "patternName": "analyze_email_headers", "description": "Analyze email authentication headers to assess security and provide recommendations.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "analyze_prose_json", "description": "Evaluate writing and provide JSON output rating novelty, clarity, effectiveness.", - "tags": [ - "ANALYSIS", - "WRITING", - "DEVELOPMENT" - ] + "tags": ["ANALYSIS", "WRITING", "DEVELOPMENT"] }, { "patternName": "analyze_prose_pinker", "description": "Analyze writing style using Pinker's principles to improve clarity and effectiveness.", - "tags": [ - "ANALYSIS", - "WRITING" - ] + "tags": ["ANALYSIS", "WRITING"] }, { "patternName": "ask_uncle_duke", "description": "Expert software dev. guidance focusing on Java, Spring, frontend, and best practices.", - "tags": [ - "DEVELOPMENT", - "LEARNING" - ] + "tags": ["DEVELOPMENT", "LEARNING"] }, { "patternName": "capture_thinkers_work", "description": "Extract key concepts, background, and ideas from notable thinkers' work.", - "tags": [ - "SUMMARIZE", - "RESEARCH", - "CR THINKING" - ] + "tags": ["SUMMARIZE", "RESEARCH", "CR THINKING"] }, { "patternName": "check_agreement", "description": "Review contract to identify stipulations, issues, and changes for negotiation.", - "tags": [ - "ANALYSIS", - "BUSINESS" - ] + "tags": ["ANALYSIS", "BUSINESS"] }, { "patternName": "clean_text", "description": "Format/clean text by fixing breaks, punctuation, preserving content/meaning.", - "tags": [ - "WRITING", - "CONVERSION" - ] + "tags": ["WRITING", "CONVERSION"] }, { "patternName": "coding_master", "description": "Explain coding concepts/languages for beginners", - "tags": [ - "DEVELOPMENT", - "LEARNING" - ] + "tags": ["DEVELOPMENT", "LEARNING"] }, { "patternName": "compare_and_contrast", "description": "Create comparisons table, highlighting key differences and similarities.", - "tags": [ - "ANALYSIS", - "WRITING" - ] + "tags": ["ANALYSIS", "WRITING"] }, { "patternName": "convert_to_markdown", "description": "Convert content to markdown, preserving original content and structure.", - "tags": [ - "CONVERSION", - "WRITING" - ] + "tags": ["CONVERSION", "WRITING"] }, { "patternName": "create_5_sentence_summary", "description": "Generate concise summaries of content in five levels, five words to one.", - "tags": [ - "SUMMARIZE", - "WRITING" - ] + "tags": ["SUMMARIZE", "WRITING"] }, { "patternName": "create_ai_jobs_analysis", "description": "Identify automation risks and career resilience strategies.", - "tags": [ - "ANALYSIS", - "AI", - "BUSINESS" - ] + "tags": ["ANALYSIS", "AI", "BUSINESS"] }, { "patternName": "create_aphorisms", "description": "Compile relevant, attributed aphorisms from historical figures on topics.", - "tags": [ - "EXTRACT", - "WRITING" - ] + "tags": ["EXTRACT", "WRITING"] }, { "patternName": "create_better_frame", "description": "Develop positive mental frameworks for challenging situations.", - "tags": [ - "ANALYSIS", - "STRATEGY", - "SELF" - ] + "tags": ["ANALYSIS", "STRATEGY", "SELF"] }, { "patternName": "create_coding_project", "description": "Design coding projects with clear architecture, steps, and best practices.", - "tags": [ - "DEVELOPMENT" - ] + "tags": ["DEVELOPMENT"] }, { "patternName": "create_command", "description": "Generate precise CLI commands for penetration testing tools based on docs.", - "tags": [ - "SECURITY", - "DEVELOPMENT" - ] + "tags": ["SECURITY", "DEVELOPMENT"] }, { "patternName": "create_cyber_summary", "description": "Summarize incidents, vulnerabilities into concise intelligence briefings.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "create_diy", "description": "Create step-by-step DIY tutorials with clear instructions and materials.", - "tags": [ - "WRITING", - "LEARNING", - "SELF" - ] + "tags": ["WRITING", "LEARNING", "SELF"] }, { "patternName": "create_formal_email", "description": "Compose professional emails with proper tone and structure.", - "tags": [ - "WRITING", - "BUSINESS" - ] + "tags": ["WRITING", "BUSINESS"] }, { "patternName": "create_git_diff_commit", "description": "Generate clear git commit messages and commands for code changes.", - "tags": [ - "DEVELOPMENT" - ] + "tags": ["DEVELOPMENT"] }, { "patternName": "create_graph_from_input", "description": "Transform security metrics to CSV for visualizing progress over time.", - "tags": [ - "VISUALIZE", - "SECURITY", - "CONVERSION" - ] + "tags": ["VISUALIZE", "SECURITY", "CONVERSION"] }, { "patternName": "create_hormozi_offer", "description": "Create compelling business offers using Alex Hormozi's methodology.", - "tags": [ - "BUSINESS", - "WRITING" - ] + "tags": ["BUSINESS", "WRITING"] }, { "patternName": "create_idea_compass", "description": "Organize thoughts analyzing definitions, evidence, relationships, implications.", - "tags": [ - "ANALYSIS", - "VISUALIZE", - "CR THINKING" - ] + "tags": ["ANALYSIS", "VISUALIZE", "CR THINKING"] }, { "patternName": "create_investigation_visualization", "description": "Create Graphviz vis. of investigation data showing relationships and findings.", - "tags": [ - "VISUALIZE", - "SECURITY", - "ANALYSIS" - ] + "tags": ["VISUALIZE", "SECURITY", "ANALYSIS"] }, { "patternName": "create_logo", "description": "Generate minimalist logo prompts capturing brand essence via vector graphics.", - "tags": [ - "VISUALIZE", - "BUSINESS" - ] + "tags": ["VISUALIZE", "BUSINESS"] }, { "patternName": "create_markmap_visualization", "description": "Transform complex ideas into mind maps using Markmap syntax.", - "tags": [ - "VISUALIZE", - "CONVERSION", - "CR THINKING" - ] + "tags": ["VISUALIZE", "CONVERSION", "CR THINKING"] }, { "patternName": "create_mermaid_visualization_for_github", "description": "Create Mermaid diagrams to visualize workflows in documentation.", - "tags": [ - "VISUALIZE", - "DEVELOPMENT" - ] + "tags": ["VISUALIZE", "DEVELOPMENT"] }, { "patternName": "create_newsletter_entry", "description": "Write concise newsletter content focusing on key insights.", - "tags": [ - "WRITING", - "SUMMARIZE", - "BUSINESS" - ] + "tags": ["WRITING", "SUMMARIZE", "BUSINESS"] }, { "patternName": "create_npc", "description": "Generate detailed D&D 5E NPC characters with backgrounds and game stats.", - "tags": [ - "GAMING" - ] + "tags": ["GAMING"] }, { "patternName": "create_pattern", "description": "Design structured patterns for AI prompts with identity, purpose, steps, output.", - "tags": [ - "AI", - "DEVELOPMENT" - ] + "tags": ["AI", "DEVELOPMENT"] }, { "patternName": "create_prediction_block", "description": "Format predictions for tracking/verification in markdown prediction logs.", - "tags": [ - "AI", - "ANALYSIS", - "WRITING" - ] + "tags": ["AI", "ANALYSIS", "WRITING"] }, { "patternName": "create_recursive_outline", "description": "Break down tasks into hierarchical, actionable components via decomposition.", - "tags": [ - "ANALYSIS", - "VISUALIZE" - ] + "tags": ["ANALYSIS", "VISUALIZE"] }, { "patternName": "create_report_finding", "description": "Document security findings with descriptions, recommendations, and evidence.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "create_rpg_summary", "description": "Summarize RPG sessions capturing events, combat, and narrative.", - "tags": [ - "GAMING" - ] + "tags": ["GAMING"] }, { "patternName": "create_show_intro", "description": "Craft compelling podcast/show intros to engage audience.", - "tags": [ - "WRITING" - ] + "tags": ["WRITING"] }, { "patternName": "create_story_explanation", "description": "Transform complex concepts into clear, engaging narratives.", - "tags": [ - "WRITING", - "LEARNING" - ] + "tags": ["WRITING", "LEARNING"] }, { "patternName": "create_tags", "description": "Generate single-word tags for content categorization and mind mapping.", - "tags": [ - "ANALYSIS", - "EXTRACT", - "WRITING" - ] + "tags": ["ANALYSIS", "EXTRACT", "WRITING"] }, { "patternName": "create_threat_scenarios", "description": "Develop realistic security threat scenarios based on risk analysis.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "create_ttrc_graph", "description": "Generate time-series for visualizing vulnerability remediation metrics.", - "tags": [ - "SECURITY", - "VISUALIZE" - ] + "tags": ["SECURITY", "VISUALIZE"] }, { "patternName": "create_ttrc_narrative", "description": "Create narratives for security program improvements in remediation efficiency.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "create_upgrade_pack", "description": "Extract world model updates/algorithms to improve decision-making.", - "tags": [ - "EXTRACT", - "BUSINESS", - "CR THINKING" - ] + "tags": ["EXTRACT", "BUSINESS", "CR THINKING"] }, { "patternName": "create_video_chapters", "description": "Organize video content into timestamped chapters highlighting key topics.", - "tags": [ - "EXTRACT", - "VISUALIZE" - ] + "tags": ["EXTRACT", "VISUALIZE"] }, { "patternName": "create_visualization", "description": "Transform concepts to ASCII art with explanations of relationships.", - "tags": [ - "VISUALIZE" - ] + "tags": ["VISUALIZE"] }, { "patternName": "dialog_with_socrates", "description": "Engage in Socratic dialogue to explore ideas via questioning.", - "tags": [ - "LEARNING", - "SELF", - "CR THINKING" - ] + "tags": ["LEARNING", "SELF", "CR THINKING"] }, { "patternName": "analyze_paper", "description": "Analyze scientific papers to identify findings and assess conclusion.", - "tags": [ - "ANALYSIS", - "RESEARCH", - "LEARNING" - ] + "tags": ["ANALYSIS", "RESEARCH", "LEARNING"] }, { "patternName": "create_summary", "description": "Generate concise summaries by extracting key points and main ideas.", - "tags": [ - "SUMMARIZE", - "WRITING" - ] + "tags": ["SUMMARIZE", "WRITING"] }, { "patternName": "extract_wisdom", "description": "Extract insightful ideas and recommendations focusing on life wisdom.", - "tags": [ - "EXTRACT", - "WISDOM", - "SELF" - ] + "tags": ["EXTRACT", "WISDOM", "SELF"] }, { "patternName": "create_design_document", "description": "Create software architecture docs using C4 model.", - "tags": [ - "DEVELOPMENT", - "WRITING", - "VISUALIZE" - ] + "tags": ["DEVELOPMENT", "WRITING", "VISUALIZE"] }, { "patternName": "create_stride_threat_model", "description": "Generate threat models using STRIDE to prioritize security threats.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "extract_main_idea", "description": "Identify key idea, providing core concept and recommendation.", - "tags": [ - "ANALYSIS", - "EXTRACT", - "SUMMARIZE" - ] + "tags": ["ANALYSIS", "EXTRACT", "SUMMARIZE"] }, { "patternName": "create_mermaid_visualization", "description": "Transform concepts into visual diagrams using Mermaid syntax.", - "tags": [ - "VISUALIZE", - "DEVELOPMENT" - ] + "tags": ["VISUALIZE", "DEVELOPMENT"] }, { "patternName": "create_prd", "description": "Create Product Requirements Documents (PRDs) from input specs.", - "tags": [ - "DEVELOPMENT", - "WRITING", - "BUSINESS" - ] + "tags": ["DEVELOPMENT", "WRITING", "BUSINESS"] }, { "patternName": "explain_code", "description": "Analyze/explain code, security tool outputs, and configs.", - "tags": [ - "DEVELOPMENT", - "LEARNING" - ] + "tags": ["DEVELOPMENT", "LEARNING"] }, { "patternName": "create_sigma_rules", "description": "Extract TTPs and translate them into YAML Sigma detection rules.", - "tags": [ - "SECURITY", - "DEVELOPMENT" - ] + "tags": ["SECURITY", "DEVELOPMENT"] }, { "patternName": "extract_predictions", "description": "Identify/analyze predictions, claims, confidence, and verification.", - "tags": [ - "ANALYSIS", - "EXTRACT", - "CR THINKING" - ] + "tags": ["ANALYSIS", "EXTRACT", "CR THINKING"] }, { "patternName": "create_user_story", "description": "Write clear user stories with descriptions and acceptance criteria.", - "tags": [ - "DEVELOPMENT", - "WRITING" - ] + "tags": ["DEVELOPMENT", "WRITING"] }, { "patternName": "analyze_threat_report", "description": "Extract/analyze insights, trends, and recommendations from threat reports.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "analyze_malware", "description": "Analyze malware behavior, extract IOCs, MITRE ATT&CK, provide recommendations.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "extract_book_recommendations", "description": "Extract/prioritize practical advice from books.", - "tags": [ - "EXTRACT", - "SUMMARIZE", - "SELF" - ] + "tags": ["EXTRACT", "SUMMARIZE", "SELF"] }, { "patternName": "create_art_prompt", "description": "Transform concepts into detailed AI art prompts with style references.", - "tags": [ - "AI", - "VISUALIZE" - ] + "tags": ["AI", "VISUALIZE"] }, { "patternName": "create_network_threat_landscape", "description": "Analyze network ports/services to create threat reports with recommendations.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "create_academic_paper", "description": "Transform content into academic papers using LaTeX layout.", - "tags": [ - "WRITING", - "RESEARCH", - "LEARNING" - ] + "tags": ["WRITING", "RESEARCH", "LEARNING"] }, { "patternName": "create_keynote", "description": "Design TED-style presentations with narrative, slides and notes.", - "tags": [ - "WRITING", - "VISUALIZE" - ] + "tags": ["WRITING", "VISUALIZE"] }, { "patternName": "extract_core_message", "description": "Distill the fundamental message into a single, impactful sentence.", - "tags": [ - "ANALYSIS", - "SUMMARIZE" - ] + "tags": ["ANALYSIS", "SUMMARIZE"] }, { "patternName": "create_reading_plan", "description": "Design three-phase reading plans to build knowledge of topics.", - "tags": [ - "LEARNING", - "SELF" - ] + "tags": ["LEARNING", "SELF"] }, { "patternName": "extract_extraordinary_claims", "description": "Identify/extract claims contradicting scientific consensus.", - "tags": [ - "ANALYSIS", - "RESEARCH", - "CR THINKING" - ] + "tags": ["ANALYSIS", "RESEARCH", "CR THINKING"] }, { "patternName": "create_quiz", "description": "Generate review questions adapting difficulty to student levels.", - "tags": [ - "LEARNING" - ] + "tags": ["LEARNING"] }, { "patternName": "create_security_update", "description": "Compile security newsletters covering threats, advisories, developments with links.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "extract_skills", "description": "Extract/classify hard/soft skills from job descriptions into skill inventory.", - "tags": [ - "EXTRACT", - "ANALYSIS", - "BUSINESS" - ] + "tags": ["EXTRACT", "ANALYSIS", "BUSINESS"] }, { "patternName": "create_micro_summary", "description": "Generate concise summaries with one-sentence overview and key points.", - "tags": [ - "SUMMARIZE", - "WRITING" - ] + "tags": ["SUMMARIZE", "WRITING"] }, { "patternName": "extract_insights", "description": "Extract insights about life, tech, presenting as bullet points.", - "tags": [ - "EXTRACT", - "SELF" - ] + "tags": ["EXTRACT", "SELF"] }, { "patternName": "analyze_claims", "description": "Evaluate truth claims by analyzing evidence and logical fallacies.", - "tags": [ - "ANALYSIS", - "RESEARCH", - "CR THINKING" - ] + "tags": ["ANALYSIS", "RESEARCH", "CR THINKING"] }, { "patternName": "analyze_debate", "description": "Analyze debates identifying arguments, agreements, and emotional intensity.", - "tags": [ - "ANALYSIS", - "SUMMARIZE", - "CR THINKING" - ] + "tags": ["ANALYSIS", "SUMMARIZE", "CR THINKING"] }, { "patternName": "analyze_incident", "description": "Extract info from breach articles, including attack details and impact.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "analyze_interviewer_techniques", "description": "Study interviewer questions/methods to identify effective interview techniques.", - "tags": [ - "ANALYSIS", - "BUSINESS" - ] + "tags": ["ANALYSIS", "BUSINESS"] }, { "patternName": "analyze_military_strategy", "description": "Examine battles analyzing strategic decisions to extract military lessons.", - "tags": [ - "ANALYSIS", - "STRATEGY" - ] + "tags": ["ANALYSIS", "STRATEGY"] }, { "patternName": "analyze_logs", "description": "Examine server logs to identify patterns and potential system issues.", - "tags": [ - "DEVELOPMENT", - "SECURITY" - ] + "tags": ["DEVELOPMENT", "SECURITY"] }, { "patternName": "analyze_mistakes", "description": "Analyze past errors to prevent similar mistakes in predictions/decisions.", - "tags": [ - "ANALYSIS", - "SELF", - "CR THINKING" - ] + "tags": ["ANALYSIS", "SELF", "CR THINKING"] }, { "patternName": "analyze_personality", "description": "Psychological analysis by examining language to reveal personality traits.", - "tags": [ - "ANALYSIS", - "RESEARCH", - "SELF" - ] + "tags": ["ANALYSIS", "RESEARCH", "SELF"] }, { "patternName": "analyze_presentation", "description": "Evaluate presentations scoring novelty, value for feedback.", - "tags": [ - "ANALYSIS", - "REVIEW", - "BUSINESS" - ] + "tags": ["ANALYSIS", "REVIEW", "BUSINESS"] }, { "patternName": "analyze_product_feedback", "description": "Process user feedback to identify themes and prioritize insights.", - "tags": [ - "ANALYSIS", - "BUSINESS" - ] + "tags": ["ANALYSIS", "BUSINESS"] }, { "patternName": "analyze_proposition", "description": "Examine ballot propositions to assess purpose and potential impact.", - "tags": [ - "ANALYSIS", - "RESEARCH" - ] + "tags": ["ANALYSIS", "RESEARCH"] }, { "patternName": "analyze_prose", "description": "Evaluate writing quality by rating novelty, clarity, and style.", - "tags": [ - "ANALYSIS", - "WRITING", - "REVIEW" - ] + "tags": ["ANALYSIS", "WRITING", "REVIEW"] }, { "patternName": "analyze_risk", "description": "Assess vendor security compliance to determine risk levels.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "analyze_sales_call", "description": "Evaluate sales calls analyzing pitch, fundamentals, and customer interaction.", - "tags": [ - "ANALYSIS", - "BUSINESS" - ] + "tags": ["ANALYSIS", "BUSINESS"] }, { "patternName": "analyze_spiritual_text", "description": "Compare religious texts with KJV, identifying claims and doctrinal variations.", - "tags": [ - "ANALYSIS", - "RESEARCH", - "SELF" - ] + "tags": ["ANALYSIS", "RESEARCH", "SELF"] }, { "patternName": "analyze_tech_impact", "description": "Evaluate tech projects' societal impact across dimensions.", - "tags": [ - "ANALYSIS", - "RESEARCH", - "BUSINESS" - ] + "tags": ["ANALYSIS", "RESEARCH", "BUSINESS"] }, { "patternName": "analyze_threat_report_trends", "description": "Extract/analyze trends from threat reports to identify emerging patterns.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "answer_interview_question", "description": "Generate appropriate responses to technical interview questions.", - "tags": [ - "DEVELOPMENT", - "LEARNING" - ] + "tags": ["DEVELOPMENT", "LEARNING"] }, { "patternName": "ask_secure_by_design_questions", "description": "Generate security-focused questions to guide secure system design.", - "tags": [ - "SECURITY", - "DEVELOPMENT" - ] + "tags": ["SECURITY", "DEVELOPMENT"] }, { "patternName": "analyze_patent", "description": "Analyze patents to evaluate novelty and technical advantages.", - "tags": [ - "ANALYSIS", - "BUSINESS" - ] + "tags": ["ANALYSIS", "BUSINESS"] }, { "patternName": "analyze_threat_report_cmds", "description": "Interpret commands from threat reports, providing implementation guidance.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "enrich_blog_post", "description": "Enhance blog posts by improving structure and visuals for static sites.", - "tags": [ - "WRITING", - "VISUALIZE" - ] + "tags": ["WRITING", "VISUALIZE"] }, { "patternName": "explain_docs", "description": "Transform technical docs into clearer explanations with examples.", - "tags": [ - "WRITING", - "DEVELOPMENT" - ] + "tags": ["WRITING", "DEVELOPMENT"] }, { "patternName": "explain_math", "description": "Explain math concepts for students using step-by-step instructions.", - "tags": [ - "LEARNING" - ] + "tags": ["LEARNING"] }, { "patternName": "explain_project", "description": "Create project overviews with instructions and usage examples.", - "tags": [ - "DEVELOPMENT", - "BUSINESS" - ] + "tags": ["DEVELOPMENT", "BUSINESS"] }, { "patternName": "explain_terms", "description": "Create glossaries of advanced terms with definitions and analogies.", - "tags": [ - "WRITING", - "LEARNING" - ] + "tags": ["WRITING", "LEARNING"] }, { "patternName": "export_data_as_csv", "description": "Extract data and convert to CSV, preserving data integrity.", - "tags": [ - "CONVERSION", - "DEVELOPMENT" - ] + "tags": ["CONVERSION", "DEVELOPMENT"] }, { "patternName": "extract_algorithm_update_recommendations", "description": "Extract recommendations for improving algorithms, focusing on steps.", - "tags": [ - "EXTRACT", - "DEVELOPMENT", - "ANALYSIS" - ] + "tags": ["EXTRACT", "DEVELOPMENT", "ANALYSIS"] }, { "patternName": "extract_article_wisdom", "description": "Extract wisdom from articles, organizing into actionable takeaways.", - "tags": [ - "EXTRACT", - "SELF", - "WISDOM" - ] + "tags": ["EXTRACT", "SELF", "WISDOM"] }, { "patternName": "extract_book_ideas", "description": "Extract novel ideas from books to inspire new projects.", - "tags": [ - "EXTRACT", - "SELF", - "WISDOM" - ] + "tags": ["EXTRACT", "SELF", "WISDOM"] }, { "patternName": "extract_business_ideas", "description": "Identify business opportunities and insights", - "tags": [ - "BUSINESS" - ] + "tags": ["BUSINESS"] }, { "patternName": "extract_controversial_ideas", "description": "Analyze contentious viewpoints while maintaining objective analysis.", - "tags": [ - "EXTRACT", - "ANALYSIS", - "CR THINKING" - ] + "tags": ["EXTRACT", "ANALYSIS", "CR THINKING"] }, { "patternName": "extract_ctf_writeup", "description": "Extract techniques from CTF writeups to create learning resources.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "extract_ideas", "description": "Extract/organize concepts and applications into idea collections.", - "tags": [ - "EXTRACT", - "ANALYSIS", - "WISDOM" - ] + "tags": ["EXTRACT", "ANALYSIS", "WISDOM"] }, { "patternName": "extract_insights_dm", "description": "Extract insights from DMs, focusing on learnings and takeaways.", - "tags": [ - "EXTRACT", - "SELF", - "WISDOM" - ] + "tags": ["EXTRACT", "SELF", "WISDOM"] }, { "patternName": "extract_instructions", "description": "Extract procedures into clear instructions for implementation.", - "tags": [ - "EXTRACT", - "LEARNING", - "BUSINESS" - ] + "tags": ["EXTRACT", "LEARNING", "BUSINESS"] }, { "patternName": "extract_jokes", "description": "Extract/categorize jokes, puns, and witty remarks.", - "tags": [ - "OTHER" - ] + "tags": ["OTHER"] }, { "patternName": "extract_latest_video", "description": "Extract info from the latest video, including title and content.", - "tags": [ - "EXTRACT", - "SUMMARIZE" - ] + "tags": ["EXTRACT", "SUMMARIZE"] }, { "patternName": "extract_most_redeeming_thing", "description": "Identify the most positive aspect from content.", - "tags": [ - "ANALYSIS", - "SELF", - "WISDOM" - ] + "tags": ["ANALYSIS", "SELF", "WISDOM"] }, { "patternName": "extract_patterns", "description": "Extract patterns and themes to create reusable templates.", - "tags": [ - "EXTRACT", - "ANALYSIS", - "BUSINESS" - ] + "tags": ["EXTRACT", "ANALYSIS", "BUSINESS"] }, { "patternName": "extract_poc", "description": "Extract/document proof-of-concept demos from technical content.", - "tags": [ - "DEVELOPMENT", - "BUSINESS" - ] + "tags": ["DEVELOPMENT", "BUSINESS"] }, { "patternName": "extract_primary_problem", "description": "Identify/analyze the core problem / root causes.", - "tags": [ - "ANALYSIS", - "EXTRACT", - "CR THINKING" - ] + "tags": ["ANALYSIS", "EXTRACT", "CR THINKING"] }, { "patternName": "extract_primary_solution", "description": "Identify/analyze the main solution proposed in content.", - "tags": [ - "ANALYSIS", - "EXTRACT" - ] + "tags": ["ANALYSIS", "EXTRACT"] }, { "patternName": "extract_product_features", "description": "Extract/categorize product features into a structured list.", - "tags": [ - "EXTRACT", - "BUSINESS", - "DEVELOPMENT" - ] + "tags": ["EXTRACT", "BUSINESS", "DEVELOPMENT"] }, { "patternName": "extract_questions", "description": "Extract/categorize questions to create Q&A resources.", - "tags": [ - "EXTRACT", - "LEARNING", - "BUSINESS" - ] + "tags": ["EXTRACT", "LEARNING", "BUSINESS"] }, { "patternName": "extract_recipe", "description": "Extract/format recipes into instructions with ingredients and steps.", - "tags": [ - "SELF" - ] + "tags": ["SELF"] }, { "patternName": "extract_recommendations", "description": "Extract recommendations, organizing into actionable guidance.", - "tags": [ - "EXTRACT", - "ANALYSIS", - "SELF", - "WISDOM" - ] + "tags": ["EXTRACT", "ANALYSIS", "SELF", "WISDOM"] }, { "patternName": "extract_references", "description": "Extract/format citations into a structured reference list.", - "tags": [ - "EXTRACT", - "RESEARCH", - "WRITING", - "LEARNING" - ] + "tags": ["EXTRACT", "RESEARCH", "WRITING", "LEARNING"] }, { "patternName": "extract_song_meaning", "description": "Analyze song lyrics to uncover deeper meanings and themes.", - "tags": [ - "ANALYSIS", - "SELF" - ] + "tags": ["ANALYSIS", "SELF"] }, { "patternName": "extract_sponsors", "description": "Extract/organize sponsorship info, including names and messages.", - "tags": [ - "EXTRACT", - "BUSINESS" - ] + "tags": ["EXTRACT", "BUSINESS"] }, { "patternName": "extract_videoid", "description": "Extract/parse video IDs and URLs to create video lists.", - "tags": [ - "EXTRACT", - "CONVERSION" - ] + "tags": ["EXTRACT", "CONVERSION"] }, { "patternName": "extract_wisdom_agents", "description": "Extract insights from AI agent interactions, focusing on learning.", - "tags": [ - "AI", - "ANALYSIS", - "EXTRACT" - ] + "tags": ["AI", "ANALYSIS", "EXTRACT"] }, { "patternName": "extract_wisdom_dm", "description": "Extract learnings from DMs, focusing on personal growth.", - "tags": [ - "EXTRACT", - "SELF", - "WISDOM" - ] + "tags": ["EXTRACT", "SELF", "WISDOM"] }, { "patternName": "extract_wisdom_nometa", "description": "Extract pure wisdom from content without metadata.", - "tags": [ - "EXTRACT", - "CR THINKING", - "WISDOM" - ] + "tags": ["EXTRACT", "CR THINKING", "WISDOM"] }, { "patternName": "find_hidden_message", "description": "Analyze content to uncover concealed meanings and implications.", - "tags": [ - "ANALYSIS", - "RESEARCH", - "CR THINKING" - ] + "tags": ["ANALYSIS", "RESEARCH", "CR THINKING"] }, { "patternName": "find_logical_fallacies", "description": "Identify/analyze logical fallacies to evaluate argument validity.", - "tags": [ - "ANALYSIS", - "RESEARCH", - "CR THINKING" - ] + "tags": ["ANALYSIS", "RESEARCH", "CR THINKING"] }, { "patternName": "get_wow_per_minute", "description": "Calculate frequency of impressive moments to measure engagement.", - "tags": [ - "ANALYSIS", - "REVIEW" - ] + "tags": ["ANALYSIS", "REVIEW"] }, { "patternName": "get_youtube_rss", "description": "Generate RSS feed URLs for YouTube channels.", - "tags": [ - "CONVERSION", - "DEVELOPMENT" - ] + "tags": ["CONVERSION", "DEVELOPMENT"] }, { "patternName": "humanize", "description": "Transform technical content into approachable language.", - "tags": [ - "WRITING", - "CONVERSION" - ] + "tags": ["WRITING", "CONVERSION"] }, { "patternName": "identify_dsrp_distinctions", "description": "Analyze content using DSRP to identify key distinctions.", - "tags": [ - "ANALYSIS", - "RESEARCH" - ] + "tags": ["ANALYSIS", "RESEARCH"] }, { "patternName": "identify_dsrp_perspectives", "description": "Analyze content using DSRP to identify different viewpoints.", - "tags": [ - "ANALYSIS", - "RESEARCH" - ] + "tags": ["ANALYSIS", "RESEARCH"] }, { "patternName": "identify_dsrp_relationships", "description": "Analyze content using DSRP to identify connections.", - "tags": [ - "ANALYSIS", - "RESEARCH" - ] + "tags": ["ANALYSIS", "RESEARCH"] }, { "patternName": "identify_dsrp_systems", "description": "Analyze content using DSRP to identify systems and structures.", - "tags": [ - "ANALYSIS", - "RESEARCH" - ] + "tags": ["ANALYSIS", "RESEARCH"] }, { "patternName": "identify_job_stories", "description": "Extract/analyze user job stories to understand motivations.", - "tags": [ - "ANALYSIS", - "BUSINESS", - "DEVELOPMENT" - ] + "tags": ["ANALYSIS", "BUSINESS", "DEVELOPMENT"] }, { "patternName": "improve_academic_writing", "description": "Enhance academic writing by improving clarity and structure.", - "tags": [ - "WRITING", - "RESEARCH" - ] + "tags": ["WRITING", "RESEARCH"] }, { "patternName": "improve_prompt", "description": "Enhance AI prompts by refining clarity and specificity.", - "tags": [ - "AI", - "WRITING", - "DEVELOPMENT" - ] + "tags": ["AI", "WRITING", "DEVELOPMENT"] }, { "patternName": "improve_report_finding", "description": "Enhance security report by improving clarity and accuracy.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "improve_writing", "description": "Enhance writing by improving clarity, flow, and style.", - "tags": [ - "WRITING" - ] + "tags": ["WRITING"] }, { "patternName": "judge_output", "description": "Evaluate AI outputs for quality and accuracy.", - "tags": [ - "AI", - "ANALYSIS", - "REVIEW" - ] + "tags": ["AI", "ANALYSIS", "REVIEW"] }, { "patternName": "label_and_rate", "description": "Categorize/evaluate content by assigning labels and ratings.", - "tags": [ - "ANALYSIS", - "REVIEW", - "WRITING" - ] + "tags": ["ANALYSIS", "REVIEW", "WRITING"] }, { "patternName": "md_callout", "description": "Generate markdown callout blocks to highlight info.", - "tags": [ - "WRITING", - "CONVERSION" - ] + "tags": ["WRITING", "CONVERSION"] }, { "patternName": "official_pattern_template", "description": "Define pattern templates with sections for consistent creation.", - "tags": [ - "DEVELOPMENT", - "WRITING" - ] + "tags": ["DEVELOPMENT", "WRITING"] }, { "patternName": "prepare_7s_strategy", "description": "Apply McKinsey 7S framework to analyze organizational alignment.", - "tags": [ - "ANALYSIS", - "BUSINESS", - "STRATEGY" - ] + "tags": ["ANALYSIS", "BUSINESS", "STRATEGY"] }, { "patternName": "provide_guidance", "description": "Offer expert advice tailored to situations, providing steps.", - "tags": [ - "ANALYSIS", - "LEARNING", - "SELF" - ] + "tags": ["ANALYSIS", "LEARNING", "SELF"] }, { "patternName": "rate_ai_response", "description": "Evaluate AI responses for quality and effectiveness.", - "tags": [ - "AI", - "ANALYSIS", - "REVIEW" - ] + "tags": ["AI", "ANALYSIS", "REVIEW"] }, { "patternName": "rate_ai_result", "description": "Assess AI outputs against criteria, providing scores and feedback.", - "tags": [ - "AI", - "ANALYSIS", - "REVIEW" - ] + "tags": ["AI", "ANALYSIS", "REVIEW"] }, { "patternName": "rate_content", "description": "Evaluate content quality across dimensions, providing scoring.", - "tags": [ - "ANALYSIS", - "REVIEW", - "WRITING" - ] + "tags": ["ANALYSIS", "REVIEW", "WRITING"] }, { "patternName": "rate_value", "description": "Assess practical value of content by evaluating utility.", - "tags": [ - "ANALYSIS", - "BUSINESS", - "REVIEW" - ] + "tags": ["ANALYSIS", "BUSINESS", "REVIEW"] }, { "patternName": "raw_query", "description": "Process direct queries by interpreting intent.", - "tags": [ - "AI", - "ANALYSIS" - ] + "tags": ["AI", "ANALYSIS"] }, { "patternName": "recommend_artists", "description": "Suggest artists based on user preferences and style.", - "tags": [ - "ANALYSIS", - "RESEARCH", - "SELF" - ] + "tags": ["ANALYSIS", "RESEARCH", "SELF"] }, { "patternName": "recommend_pipeline_upgrades", "description": "Suggest CI/CD pipeline improvements for efficiency and security.", - "tags": [ - "DEVELOPMENT", - "SECURITY" - ] + "tags": ["DEVELOPMENT", "SECURITY"] }, { "patternName": "recommend_talkpanel_topics", "description": "Generate discussion topics for panel talks based on interests.", - "tags": [ - "ANALYSIS", - "WRITING" - ] + "tags": ["ANALYSIS", "WRITING"] }, { "patternName": "refine_design_document", "description": "Enhance design docs by improving clarity and accuracy.", - "tags": [ - "DEVELOPMENT", - "WRITING" - ] + "tags": ["DEVELOPMENT", "WRITING"] }, { "patternName": "review_design", "description": "Evaluate software designs for scalability and security.", - "tags": [ - "DEVELOPMENT", - "ANALYSIS", - "REVIEW" - ] + "tags": ["DEVELOPMENT", "ANALYSIS", "REVIEW"] }, { "patternName": "sanitize_broken_html_to_markdown", "description": "Clean/convert malformed HTML to markdown.", - "tags": [ - "CONVERSION", - "DEVELOPMENT" - ] + "tags": ["CONVERSION", "DEVELOPMENT"] }, { "patternName": "show_fabric_options_markmap", "description": "Visualize Fabric capabilities using Markmap syntax.", - "tags": [ - "VISUALIZE", - "DEVELOPMENT" - ] + "tags": ["VISUALIZE", "DEVELOPMENT"] }, { "patternName": "solve_with_cot", "description": "Solve problems using chain-of-thought reasoning.", - "tags": [ - "AI", - "ANALYSIS", - "LEARNING" - ] + "tags": ["AI", "ANALYSIS", "LEARNING"] }, { "patternName": "suggest_pattern", "description": "Recommend Fabric patterns based on user requirements.", - "tags": [ - "AI", - "ANALYSIS", - "DEVELOPMENT" - ] + "tags": ["AI", "ANALYSIS", "DEVELOPMENT"] }, { "patternName": "summarize", "description": "Generate summaries capturing key points and details.", - "tags": [ - "SUMMARIZE", - "WRITING" - ] + "tags": ["SUMMARIZE", "WRITING"] }, { "patternName": "summarize_debate", "description": "Summarize debates highlighting arguments and agreements.", - "tags": [ - "SUMMARIZE", - "ANALYSIS", - "CR THINKING" - ] + "tags": ["SUMMARIZE", "ANALYSIS", "CR THINKING"] }, { "patternName": "summarize_git_changes", "description": "Summarize git changes highlighting key modifications.", - "tags": [ - "DEVELOPMENT", - "SUMMARIZE" - ] + "tags": ["DEVELOPMENT", "SUMMARIZE"] }, { "patternName": "summarize_git_diff", "description": "Summarize git diff output highlighting functional changes.", - "tags": [ - "DEVELOPMENT", - "ANALYSIS" - ] + "tags": ["DEVELOPMENT", "ANALYSIS"] }, { "patternName": "summarize_lecture", "description": "Summarize lectures capturing key concepts and takeaways.", - "tags": [ - "SUMMARIZE", - "LEARNING", - "WRITING" - ] + "tags": ["SUMMARIZE", "LEARNING", "WRITING"] }, { "patternName": "summarize_legislation", "description": "Summarize legislation highlighting key provisions and implications.", - "tags": [ - "SUMMARIZE", - "ANALYSIS", - "WRITING" - ] + "tags": ["SUMMARIZE", "ANALYSIS", "WRITING"] }, { "patternName": "summarize_meeting", "description": "Summarize meetings capturing discussions and decisions.", - "tags": [ - "SUMMARIZE", - "WRITING", - "BUSINESS" - ] + "tags": ["SUMMARIZE", "WRITING", "BUSINESS"] }, { "patternName": "summarize_micro", "description": "Generate extremely concise summaries of content.", - "tags": [ - "SUMMARIZE", - "WRITING" - ] + "tags": ["SUMMARIZE", "WRITING"] }, { "patternName": "summarize_newsletter", "description": "Summarize newsletters highlighting updates and trends.", - "tags": [ - "SUMMARIZE", - "WRITING" - ] + "tags": ["SUMMARIZE", "WRITING"] }, { "patternName": "summarize_paper", "description": "Summarize papers highlighting objectives and findings.", - "tags": [ - "SUMMARIZE", - "RESEARCH", - "WRITING", - "LEARNING" - ] + "tags": ["SUMMARIZE", "RESEARCH", "WRITING", "LEARNING"] }, { "patternName": "summarize_prompt", "description": "Summarize AI prompts to identify instructions and outputs.", - "tags": [ - "ANALYSIS", - "AI" - ] + "tags": ["ANALYSIS", "AI"] }, { "patternName": "summarize_pull-requests", "description": "Summarize pull requests highlighting code changes.", - "tags": [ - "SUMMARIZE", - "DEVELOPMENT" - ] + "tags": ["SUMMARIZE", "DEVELOPMENT"] }, { "patternName": "summarize_rpg_session", "description": "Summarize RPG sessions capturing story events and decisions.", - "tags": [ - "SUMMARIZE", - "GAMING", - "WRITING" - ] + "tags": ["SUMMARIZE", "GAMING", "WRITING"] }, { "patternName": "t_analyze_challenge_handling", "description": "Evaluate challenge handling by analyzing response strategies.", - "tags": [ - "ANALYSIS", - "STRATEGY", - "CR THINKING" - ] + "tags": ["ANALYSIS", "STRATEGY", "CR THINKING"] }, { "patternName": "t_check_metrics", "description": "Analyze metrics, tracking progress and identifying trends.", - "tags": [ - "ANALYSIS", - "BUSINESS" - ] + "tags": ["ANALYSIS", "BUSINESS"] }, { "patternName": "t_create_h3_career", "description": "Generate career plans using the Head, Heart, Hands framework.", - "tags": [ - "BUSINESS", - "WRITING", - "SELF" - ] + "tags": ["BUSINESS", "WRITING", "SELF"] }, { "patternName": "t_create_opening_sentences", "description": "Generate compelling opening sentences for content.", - "tags": [ - "WRITING" - ] + "tags": ["WRITING"] }, { "patternName": "t_describe_life_outlook", "description": "Analyze personal philosophies to understand core beliefs.", - "tags": [ - "ANALYSIS", - "WRITING", - "SELF" - ] + "tags": ["ANALYSIS", "WRITING", "SELF"] }, { "patternName": "t_extract_intro_sentences", "description": "Extract intro sentences to identify engagement strategies.", - "tags": [ - "EXTRACT", - "ANALYSIS", - "WRITING" - ] + "tags": ["EXTRACT", "ANALYSIS", "WRITING"] }, { "patternName": "t_extract_panel_topics", "description": "Extract panel topics to create engaging discussions.", - "tags": [ - "EXTRACT", - "ANALYSIS", - "WRITING" - ] + "tags": ["EXTRACT", "ANALYSIS", "WRITING"] }, { "patternName": "t_find_blindspots", "description": "Identify blind spots in thinking to improve awareness.", - "tags": [ - "ANALYSIS", - "STRATEGY", - "CR THINKING" - ] + "tags": ["ANALYSIS", "STRATEGY", "CR THINKING"] }, { "patternName": "t_find_negative_thinking", "description": "Identify negative thinking patterns to recognize distortions.", - "tags": [ - "ANALYSIS", - "STRATEGY", - "CR THINKING" - ] + "tags": ["ANALYSIS", "STRATEGY", "CR THINKING"] }, { "patternName": "t_find_neglected_goals", "description": "Identify neglected goals to surface opportunities.", - "tags": [ - "STRATEGY", - "CR THINKING", - "SELF" - ] + "tags": ["STRATEGY", "CR THINKING", "SELF"] }, { "patternName": "t_give_encouragement", "description": "Generate personalized messages of encouragement.", - "tags": [ - "WRITING", - "SELF" - ] + "tags": ["WRITING", "SELF"] }, { "patternName": "t_red_team_thinking", "description": "Apply adversarial thinking to identify weaknesses.", - "tags": [ - "ANALYSIS", - "SECURITY", - "STRATEGY", - "CR THINKING" - ] + "tags": ["ANALYSIS", "SECURITY", "STRATEGY", "CR THINKING"] }, { "patternName": "t_threat_model_plans", "description": "Analyze plans through a security lens to identify threats.", - "tags": [ - "SECURITY", - "ANALYSIS", - "STRATEGY" - ] + "tags": ["SECURITY", "ANALYSIS", "STRATEGY"] }, { "patternName": "t_visualize_mission_goals_projects", "description": "Visualize missions and goals to clarify relationships.", - "tags": [ - "VISUALIZE", - "BUSINESS", - "STRATEGY" - ] + "tags": ["VISUALIZE", "BUSINESS", "STRATEGY"] }, { "patternName": "t_year_in_review", "description": "Generate annual reviews by analyzing achievements and learnings.", - "tags": [ - "ANALYSIS", - "WRITING", - "BUSINESS" - ] + "tags": ["ANALYSIS", "WRITING", "BUSINESS"] }, { "patternName": "to_flashcards", "description": "Convert content into flashcard format for learning.", - "tags": [ - "LEARNING", - "CONVERSION" - ] + "tags": ["LEARNING", "CONVERSION"] }, { "patternName": "transcribe_minutes", "description": "Convert meeting recordings into structured minutes.", - "tags": [ - "WRITING", - "BUSINESS", - "CONVERSION" - ] + "tags": ["WRITING", "BUSINESS", "CONVERSION"] }, { "patternName": "translate", "description": "Convert content between languages while preserving meaning.", - "tags": [ - "CONVERSION" - ] + "tags": ["CONVERSION"] }, { "patternName": "tweet", "description": "Transform content into concise tweets.", - "tags": [ - "WRITING", - "CONVERSION" - ] + "tags": ["WRITING", "CONVERSION"] }, { "patternName": "write_essay", "description": "Create essays with thesis statements and arguments.", - "tags": [ - "WRITING", - "RESEARCH", - "LEARNING" - ] + "tags": ["WRITING", "RESEARCH", "LEARNING"] }, { "patternName": "write_hackerone_report", "description": "Create vulnerability reports following HackerOne's format.", - "tags": [ - "SECURITY", - "WRITING", - "ANALYSIS" - ] + "tags": ["SECURITY", "WRITING", "ANALYSIS"] }, { "patternName": "write_latex", "description": "Generate LaTeX documents with proper formatting.", - "tags": [ - "WRITING", - "RESEARCH", - "CONVERSION" - ] + "tags": ["WRITING", "RESEARCH", "CONVERSION"] }, { "patternName": "write_micro_essay", "description": "Create concise essays presenting a single key idea.", - "tags": [ - "WRITING", - "RESEARCH" - ] + "tags": ["WRITING", "RESEARCH"] }, { "patternName": "write_nuclei_template_rule", "description": "Generate Nuclei scanning templates with detection logic.", - "tags": [ - "SECURITY", - "DEVELOPMENT" - ] + "tags": ["SECURITY", "DEVELOPMENT"] }, { "patternName": "write_pull-request", "description": "Create pull request descriptions with summaries of changes.", - "tags": [ - "DEVELOPMENT" - ] + "tags": ["DEVELOPMENT"] }, { "patternName": "write_semgrep_rule", "description": "Create Semgrep rules for static code analysis.", - "tags": [ - "SECURITY", - "DEVELOPMENT" - ] + "tags": ["SECURITY", "DEVELOPMENT"] }, { "patternName": "extract_wisdom_short", "description": "Extract condensed insightful ideas and recommendations focusing on life wisdom.", - "tags": [ - "EXTRACT", - "WISDOM", - "SELF" - ] + "tags": ["EXTRACT", "WISDOM", "SELF"] }, { "patternName": "analyze_bill", "description": "Analyze a legislative bill and implications.", - "tags": [ - "ANALYSIS", - "BILL" - ] + "tags": ["ANALYSIS", "BILL"] }, { "patternName": "analyze_bill_short", "description": "Consended - Analyze a legislative bill and implications.", - "tags": [ - "ANALYSIS", - "BILL" - ] + "tags": ["ANALYSIS", "BILL"] }, { "patternName": "create_coding_feature", - "description": "[Description pending]", - "tags": [ - "DEVELOPMENT" - ] + "description": "Generate secure and composable code features using latest technology and best practices.", + "tags": ["DEVELOPMENT"] }, { "patternName": "create_excalidraw_visualization", "description": "Create visualizations using Excalidraw.", - "tags": [ - "VISUALIZATION" - ] + "tags": ["VISUALIZATION"] }, { "patternName": "create_flash_cards", "description": "Generate flashcards for key concepts and definitions.", - "tags": [ - "LEARNING" - ] + "tags": ["LEARNING"] }, { "patternName": "create_loe_document", "description": "Create detailed Level of Effort (LOE) estimation documents.", - "tags": [ - "DEVELOPMENT", - "BUSINESS" - ] + "tags": ["DEVELOPMENT", "BUSINESS"] }, { "patternName": "extract_domains", "description": "Extract key content and source.", - "tags": [ - "EXTRACT", - "ANALYSIS" - ] + "tags": ["EXTRACT", "ANALYSIS"] }, { "patternName": "extract_main_activities", "description": "Extract and list main events from transcripts.", - "tags": [ - "EXTRACT", - "ANALYSIS" - ] + "tags": ["EXTRACT", "ANALYSIS"] }, { "patternName": "find_female_life_partner", "description": "Clarify and summarize partner criteria in direct language.", - "tags": [ - "SELF" - ] + "tags": ["SELF"] }, { "patternName": "youtube_summary", "description": "Summarize YouTube videos with key points and timestamps.", - "tags": [ - "SUMMARIZE" - ] + "tags": ["SUMMARIZE"] + }, + { + "patternName": "analyze_paper_simple", + "description": "Analyze research papers to determine primary findings and assess scientific rigor.", + "tags": ["ANALYSIS", "RESEARCH", "WRITING"] + }, + { + "patternName": "analyze_terraform_plan", + "description": "Analyze Terraform plans for infrastructure changes, security risks, and cost implications.", + "tags": ["ANALYSIS", "DEVOPS"] + }, + { + "patternName": "create_mnemonic_phrases", + "description": "Create memorable mnemonic sentences using given words in exact order for memory aids.", + "tags": ["CREATIVITY", "LEARNING"] + }, + { + "patternName": "summarize_board_meeting", + "description": "Convert board meeting transcripts into formal meeting notes for corporate records.", + "tags": ["ANALYSIS", "BUSINESS"] + }, + { + "patternName": "write_essay_by_author", + "description": "Write essays on given topics in the distinctive style of specified authors.", + "tags": ["WRITING", "CREATIVITY"] } ] -} \ No newline at end of file +} diff --git a/Pattern_Descriptions/pattern_extracts.json b/Pattern_Descriptions/pattern_extracts.json index 285c5f8f..9c97762b 100644 --- a/Pattern_Descriptions/pattern_extracts.json +++ b/Pattern_Descriptions/pattern_extracts.json @@ -863,6 +863,26 @@ { "patternName": "youtube_summary", "pattern_extract": "# IDENTITY and PURPOSE You are an AI assistant specialized in creating concise, informative summaries of YouTube video content based on transcripts. Your role is to analyze video transcripts, identify key points, main themes, and significant moments, then organize this information into a well-structured summary that includes relevant timestamps. You excel at distilling lengthy content into digestible summaries while preserving the most valuable information and maintaining the original flow of the video. Take a step back and think step-by-step about how to achieve the best possible results by following the steps below. ## STEPS - Carefully read through the entire transcript to understand the overall content and structure of the video - Identify the main topic and purpose of the video - Note key points, important concepts, and significant moments throughout the transcript - Pay attention to natural transitions or segment changes in the video - Extract relevant timestamps for important moments or topic changes - Organize information into a logical structure that follows the video's progression - Create a concise summary that captures the essence of the video - Include timestamps alongside key points to allow easy navigation - Ensure the summary is comprehensive yet concise ## OUTPUT INSTRUCTIONS - Only output Markdown - Begin with a brief overview of the video's main topic and purpose - Structure the summary with clear headings and subheadings that reflect the video's organization - Include timestamps in [HH:MM:SS] format before each key point or section - Keep the summary concise but comprehensive, focusing on the most valuable information - Use bullet points for lists of related points when appropriate - Bold or italicize particularly important concepts or takeaways - End with a brief conclusion summarizing the video's main message or call to action - Ensure you follow ALL these instructions when creating your output. ## INPUT INPUT:" + }, + { + "patternName": "analyze_paper_simple", + "pattern_extract": "# IDENTITY and PURPOSE You are a research paper analysis service focused on determining the primary findings of the paper and analyzing its scientific rigor and quality. Take a deep breath and think step by step about how to best accomplish this goal using the following steps. # STEPS - Consume the entire paper and think deeply about it. - Map out all the claims and implications on a virtual whiteboard in your mind. # FACTORS TO CONSIDER - Extract a summary of the paper and its conclusions into a 25-word sentence called SUMMARY. - Extract the list of authors in a section called AUTHORS. - Extract the list of organizations the authors are associated, e.g., which university they're at, with in a section called AUTHOR ORGANIZATIONS. - Extract the primary paper findings into a bulleted list of no more than 16 words per bullet into a section called FINDINGS. - Extract the overall structure and character of the study into a bulleted list of 16 words per bullet for the research in a section called STUDY DETAILS. - Extract the study quality by evaluating the following items in a section called STUDY QUALITY that has the following bulleted sub-sections: - STUDY DESIGN: (give a 15 word description, including the pertinent data and statistics.) - SAMPLE SIZE: (give a 15 word description, including the pertinent data and statistics.) - CONFIDENCE INTERVALS (give a 15 word description, including the pertinent data and statistics.) - P-VALUE (give a 15 word description, including the pertinent data and statistics.) - EFFECT SIZE (give a 15 word description, including the pertinent data and statistics.) - CONSISTENCE OF RESULTS (give a 15 word description, including the pertinent data and statistics.) - METHODOLOGY TRANSPARENCY (give a 15 word description of the methodology quality and documentation.) - STUDY REPRODUCIBILITY (give a 15 word description, including how to fully reproduce the study.) - Data Analysis Method (give a 15 word description, including the pertinent data and statistics.) - Discuss any Conflicts of Interest in a section called CONFLICTS OF INTEREST. Rate the conflicts of interest as NONE DETECTED, LOW, MEDIUM, HIGH, or CRITICAL. - Extract the researcher's analysis and interpretation in a section called RESEARCHER'S INTERPRETATION, in a 15-word sentence. - In a section called PAPER QUALITY output the following sections: - Novelty: 1 - 10 Rating, followed by a 15 word explanation for the rating. - Rigor: 1 - 10 Rating, followed by a 15 word explanation for the rating. - Empiricism: 1 - 10 Rating, followed by a 15 word explanation for the rating. - Rating Chart: Create a chart like the one below that shows how the paper rates on all these dimensions. - Known to Novel is how new and interesting and surprising the paper is on a scale of 1 - 10. - Weak to Rigorous is how well the paper is supported by careful science, transparency, and methodology on a scale of 1 - 10. - Theoretical to Empirical is how much the" + }, + { + "patternName": "analyze_terraform_plan", + "pattern_extract": "# IDENTITY and PURPOSE You are an expert Terraform plan analyser. You take Terraform plan outputs and generate a Markdown formatted summary using the format below. You focus on assessing infrastructure changes, security risks, cost implications, and compliance considerations. ## OUTPUT SECTIONS * Combine all of your understanding of the Terraform plan into a single, 20-word sentence in a section called ONE SENTENCE SUMMARY:. * Output the 10 most critical changes, optimisations, or concerns from the Terraform plan as a list with no more than 16 words per point into a section called MAIN POINTS:. * Output a list of the 5 key takeaways from the Terraform plan in a section called TAKEAWAYS:. ## OUTPUT INSTRUCTIONS * Create the output using the formatting above. * You only output human-readable Markdown. * Output numbered lists, not bullets. * Do not output warnings or notes—just the requested sections. * Do not repeat items in the output sections. * Do not start items with the same opening words. ## INPUT INPUT:" + }, + { + "patternName": "create_mnemonic_phrases", + "pattern_extract": "# IDENTITY AND PURPOSE As a creative language assistant, you are responsible for creating memorable mnemonic bridges in the form of sentences from given words. The order and spelling of the words must remain unchanged. Your task is to use these words as they are given, without allowing synonyms, paraphrases or grammatical variations. First, you will output the words in exact order and in bold, followed by five short sentences containing and highlighting all the words in the given order. You need to make sure that your answers follow the required format exactly and are easy to remember. Take a moment to think step-by-step about how to achieve the best results by following the steps below. # STEPS - First, type out the words, separated by commas, in exact order and each formatted in Markdown **bold** seperately. - Then create five short, memorable sentences. Each sentence should contain all the given words in exactly this order, directly embedded and highlighted in bold. # INPUT FORMAT The input will be a list of words that may appear in one of the following formats: - A plain list of wordsin a row, e.g.: spontaneous branches embargo intrigue detours - A list where each word is preceded by a decimal number, e.g.: 12345 spontaneous 54321 branches 32145 embargo 45321 intrigue 35124 detours In all cases: Ignore any decimal numbers and use only the words, in the exact order and spelling, as input. # OUTPUT INSTRUCTIONS - The output is **only** in Markdown format. - Output **only** the given five words in the exact order and formatted in **bold**, separated by commas. - This is followed by exactly five short, memorable sentences. Each sentence must contain all five words in exactly this order, directly embedded and formatted in **bold**. - Nothing else may be output** - no explanations, thoughts, comments, introductions or additional information. Only the formatted word list and the five sentences. - The sentences should be short and memorable! - **Make sure you follow ALL of these instructions when creating your output**. ## EXAMPLE **spontaneous**, **branches**, **embargo**, **intrigue**, **detours** 1. The **spontaneous** monkey swung through **branches**, dodging an **embargo**, chasing **intrigue**, and loving the **detours**. 2. Her **spontaneous** idea led her into **branches** of diplomacy, breaking an **embargo**, fueled by **intrigue**, with many **detours**. 3. A **spontaneous** road trip ended in **branches** of politics, under an **embargo**, tangled in **intrigue**, through endless **detours**. 4. The **spontaneous** plan involved climbing **branches**, avoiding an **embargo**, drawn by **intrigue**, and full of **detours**. 5. His **spontaneous** speech spread through **branches** of power, lifting the **embargo**, stirring **intrigue**, and opening **detours**. # INPUT" + }, + { + "patternName": "summarize_board_meeting", + "pattern_extract": "# IDENTITY AND PURPOSE You are a professional meeting secretary specializing in corporate governance documentation. Your purpose is to convert raw board meeting transcripts into polished, formal meeting notes that meet corporate standards and legal requirements. You maintain strict objectivity, preserve accuracy, and ensure all critical information is captured in a structured, professional format suitable for official corporate records. # STEPS ## 1. Initial Review - Read through the entire transcript to understand the meeting flow and key topics - Identify all attendees, agenda items, and major discussion points - Note any unclear sections, technical issues, or missing information ## 2. Extract Meeting Metadata - Identify date, time, location, and meeting type - Create comprehensive attendee lists (present, absent, guests) - Note any special circumstances or meeting format details ## 3. Organize Content by Category - Group discussions by agenda topics or subject matter - Separate formal decisions from general discussions - Identify all action items and assign responsibility/deadlines - Extract financial information and compliance matters ## 4. Summarize Discussions - Condense lengthy conversations into key points and outcomes - Preserve different viewpoints and concerns raised - Remove casual conversation and off-topic remarks - Maintain chronological order of agenda items ## 5. Document Formal Actions - Record exact motion language and voting procedures - Note who made and seconded motions - Document voting results and any abstentions - Include any conditions or stipulations ## 6. Create Action Item List - Extract all commitments and follow-up tasks - Assign clear responsibility and deadlines - Note dependencies and requirements - Prioritize by urgency or importance if apparent ## 7. Quality Review - Verify all names, numbers, and dates are accurate - Ensure professional tone throughout - Check for consistency in terminology - Confirm all major decisions and actions are captured # OUTPUT INSTRUCTIONS - You only output human readable Markdown. - Default to english unless specified otherwise. - Ensure all sections are included and formatted correctly - Verify all information is accurate and consistent - Check for any missing or incomplete information - Ensure all action items are clearly assigned and prioritized - Do not output warnings or notes—just the requested sections. - Do not repeat items in the output sections. # OUTPUT SECTIONS # Meeting Notes ## Meeting Details - Date: [Extract from transcript] - Time: [Extract start and end times if available] - Location: [Physical location or virtual platform] - Meeting Type: [Regular Board Meeting/Special Board Meeting/Committee Meeting] ## Attendees - Present: [List all board members and other attendees who were present] - Absent: [List any noted absences] - Guests: [List any non-board members who attended] ## Key Agenda Items & Discussions [For each major topic discussed, provide a clear subsection with:] - Topic heading - Brief context or background in 25 words or more - Key points raised during discussion - Different perspectives or concerns mentioned - Any supporting documents referenced ## Decisions & Resolutions [List all formal decisions made, including:] - Motion text (if formal motions were made)" + }, + { + "patternName": "write_essay_by_author", + "pattern_extract": "# Identity and Purpose You are an expert on writing clear, and illuminating essays on the topic of the input provided. # Output Instructions - Write the essay in the style of {{author_name}}, embodying all the qualities that they are known for. - Look up some example Essays by {{author_name}} (Use web search if the tool is available) - Write the essay exactly like {{author_name}} would write it as seen in the examples you find. - Use the adjectives and superlatives that are used in the examples, and understand the TYPES of those that are used, and use similar ones and not dissimilar ones to better emulate the style. - Use the same style, vocabulary level, and sentence structure as {{author_name}}. # Output Format - Output a full, publish-ready essay about the content provided using the instructions above. - Write in {{author_name}}'s natural and clear style, without embellishment. - Use absolutely ZERO cliches or jargon or journalistic language like \"In a world…\", etc. - Do not use cliches or jargon. - Do not include common setup language in any sentence, including: in conclusion, in closing, etc. - Do not output warnings or notes—just the output requested. # INPUT: INPUT:" } ] -} \ No newline at end of file +} diff --git a/patterns/pattern_explanations.md b/patterns/pattern_explanations.md index 2a5ff3f6..02bff568 100644 --- a/patterns/pattern_explanations.md +++ b/patterns/pattern_explanations.md @@ -1,210 +1,223 @@ -Brief one-line summary from AI analysis of what each pattern does. +# Brief one-line summary from AI analysis of what each pattern does - Key pattern to use: **suggest_pattern**, suggests appropriate fabric patterns or commands based on user input.** 1. **agility_story**: Generate a user story and acceptance criteria in JSON format based on the given topic. 2. **ai**: Interpret questions deeply and provide concise, insightful answers in Markdown bullet points. -3. **analyse_answers**: Evaluate quiz answers for correctness based on learning objectives and generated quiz questions. -4. **analyse_candidates**: Compare and contrast two political candidates based on key issues and policies. -5. **analyse_cfp_submission**: Review and evaluate conference speaking session submissions based on clarity, relevance, depth, and engagement potential. -6. **analyse_claims**: Analyse and rate truth claims with evidence, counter-arguments, fallacies, and final recommendations. -7. **analyse_comments**: Evaluate internet comments for content, categorize sentiment, and identify reasons for praise, criticism, and neutrality. -8. **analyse_debate**: Rate debates on insight, emotionality, and present an unbiased, thorough analysis of arguments, agreements, and disagreements. -9. **analyse_email_headers**: Provide cybersecurity analysis and actionable insights on SPF, DKIM, DMARC, and ARC email header results. -10. **analyse_incident**: Efficiently extract and organize key details from cybersecurity breach articles, focusing on attack type, vulnerable components, attacker and target info, incident details, and remediation steps. -11. **analyse_interviewer_techniques**: This exercise involves analyzing interviewer techniques, identifying their unique qualities, and succinctly articulating what makes them stand out in a clear, simple format. -12. **analyse_logs**: Analyse server log files to identify patterns, anomalies, and issues, providing data-driven insights and recommendations for improving server reliability and performance. -13. **analyse_malware**: Analyse malware details, extract key indicators, techniques, and potential detection strategies, and summarize findings concisely for a malware analyst's use in identifying and responding to threats. -14. **analyse_military_strategy**: Analyse a historical battle, offering in-depth insights into strategic decisions, strengths, weaknesses, tactical approaches, logistical factors, pivotal moments, and consequences for a comprehensive military evaluation. -15. **analyse_mistakes**: Analyse past mistakes in thinking patterns, map them to current beliefs, and offer recommendations to improve accuracy in predictions. -16. **analyse_paper**: Analyses research papers by summarizing findings, evaluating rigor, and assessing quality to provide insights for documentation and review. -17. **analyse_patent**: Analyse a patent's field, problem, solution, novelty, inventive step, and advantages in detail while summarizing and extracting keywords. -18. **analyze_personality**: Performs a deep psychological analysis of a person in the input, focusing on their behavior, language, and psychological traits. -19. **analyze_presentation**: Reviews and critiques presentations by analyzing the content, speaker's underlying goals, self-focus, and entertainment value. -20. **analyze_product_feedback**: A prompt for analyzing and organizing user feedback by identifying themes, consolidating similar comments, and prioritizing them based on usefulness. -21. **analyze_proposition**: Analyzes a ballot proposition by identifying its purpose, impact, arguments for and against, and relevant background information. -22. **analyze_prose**: Evaluates writing for novelty, clarity, and prose, providing ratings, improvement recommendations, and an overall score. -23. **analyze_prose_json**: Evaluates writing for novelty, clarity, prose, and provides ratings, explanations, improvement suggestions, and an overall score in a JSON format. -24. **analyze_prose_pinker**: Evaluates prose based on Steven Pinker's The Sense of Style, analyzing writing style, clarity, and bad writing elements. -25. **analyze_risk**: Conducts a risk assessment of a third-party vendor, assigning a risk score and suggesting security controls based on analysis of provided documents and vendor website. -26. **analyze_sales_call**: Rates sales call performance across multiple dimensions, providing scores and actionable feedback based on transcript analysis. -27. **analyze_spiritual_text**: Compares and contrasts spiritual texts by analyzing claims and differences with the King James Bible. -28. **analyze_tech_impact**: Analyzes the societal impact, ethical considerations, and sustainability of technology projects, evaluating their outcomes and benefits. -29. **analyze_threat_report**: Extracts surprising insights, trends, statistics, quotes, references, and recommendations from cybersecurity threat reports, summarizing key findings and providing actionable information. -30. **analyse_threat_report_cmds**: Extract and synthesize actionable cybersecurity commands from provided materials, incorporating command-line arguments and expert insights for pentesters and non-experts. -31. **analyse_threat_report_trends**: Extract up to 50 surprising, insightful, and interesting trends from a cybersecurity threat report in markdown format. -32. **answer_interview_question**: Generates concise, tailored responses to technical interview questions, incorporating alternative approaches and evidence to demonstrate the candidate's expertise and experience. -33. **ask_secure_by_design_questions**: Generates a set of security-focused questions to ensure a project is built securely by design, covering key components and considerations. -34. **ask_uncle_duke**: Coordinates a team of AI agents to research and produce multiple software development solutions based on provided specifications, and conducts detailed code reviews to ensure adherence to best practices. -35. **capture_thinkers_work**: Analyze philosophers or philosophies and provide detailed summaries about their teachings, background, works, advice, and related concepts in a structured template. -36. **check_agreement**: Analyze contracts and agreements to identify important stipulations, issues, and potential gotchas, then summarize them in Markdown. -37. **clean_text**: Fix broken or malformatted text by correcting line breaks, punctuation, capitalization, and paragraphs without altering content or spelling. -38. **coding_master**: Explain a coding concept to a beginner, providing examples, and formatting code in markdown with specific output sections like ideas, recommendations, facts, and insights. -39. **compare_and_contrast**: Compare and contrast a list of items in a markdown table, with items on the left and topics on top. -40. **convert_to_markdown**: Convert content to clean, complete Markdown format, preserving all original structure, formatting, links, and code blocks without alterations. -41. **create_5_sentence_summary**: Create concise summaries or answers to input at 5 different levels of depth, from 5 words to 1 word. -42. **create_academic_paper**: Generate a high-quality academic paper in LaTeX format with clear concepts, structured content, and a professional layout. -43. **create_ai_jobs_analysis**: Analyze job categories' susceptibility to automation, identify resilient roles, and provide strategies for personal adaptation to AI-driven changes in the workforce. -44. **create_aphorisms**: Find and generate a list of brief, witty statements. -45. **create_art_prompt**: Generates a detailed, compelling visual description of a concept, including stylistic references and direct AI instructions for creating art. -46. **create_better_frame**: Identifies and analyzes different frames of interpreting reality, emphasizing the power of positive, productive lenses in shaping outcomes. -47. **create_coding_project**: Generate wireframes and starter code for any coding ideas that you have. -48. **create_command**: Helps determine the correct parameters and switches for penetration testing tools based on a brief description of the objective. -49. create_cyber_summary: Summarizes cybersecurity threats, vulnerabilities, incidents, and malware with a 25-word summary and categorized bullet points, after thoroughly analyzing and mapping the provided input. -50. **create_design_document**: Creates a detailed design document for a system using the C4 model, addressing business and security postures, and including a system context diagram. -51. **create_diy**: Creates structured "Do It Yourself" tutorial patterns by analyzing prompts, organizing requirements, and providing step-by-step instructions in Markdown format. -52. **create_formal_email**: Crafts professional, clear, and respectful emails by analyzing context, tone, and purpose, ensuring proper structure and formatting. -53. **create_git_diff_commit**: Generates Git commands and commit messages for reflecting changes in a repository, using conventional commits and providing concise shell commands for updates. -54. **create_graph_from_input**: Generates a CSV file with progress-over-time data for a security program, focusing on relevant metrics and KPIs. -55. **create_hormozi_offer**: Creates a customized business offer based on principles from Alex Hormozi's book, "$100M Offers." -56. **create_idea_compass**: Organizes and structures ideas by exploring their definition, evidence, sources, and related themes or consequences. -57. **create_investigation_visualization**: Creates detailed Graphviz visualizations of complex input, highlighting key aspects and providing clear, well-annotated diagrams for investigative analysis and conclusions. -58. **create_keynote**: Creates TED-style keynote presentations with a clear narrative, structured slides, and speaker notes, emphasizing impactful takeaways and cohesive flow. -59. **create_logo**: Creates simple, minimalist company logos without text, generating AI prompts for vector graphic logos based on input. -60. **create_markmap_visualization**: Transforms complex ideas into clear visualizations using MarkMap syntax, simplifying concepts into diagrams with relationships, boxes, arrows, and labels. -61. **create_mermaid_visualization**: Creates detailed, standalone visualizations of concepts using Mermaid (Markdown) syntax, ensuring clarity and coherence in diagrams. -62. **create_mermaid_visualization_for_github**: Creates standalone, detailed visualizations using Mermaid (Markdown) syntax to effectively explain complex concepts, ensuring clarity and precision. -63. **create_micro_summary**: Summarizes content into a concise, 20-word summary with main points and takeaways, formatted in Markdown. -64. **create_network_threat_landscape**: Analyzes open ports and services from a network scan and generates a comprehensive, insightful, and detailed security threat report in Markdown. -65. **create_newsletter_entry**: Condenses provided article text into a concise, objective, newsletter-style summary with a title in the style of Frontend Weekly. -66. **create_npc**: Generates a detailed D&D 5E NPC, including background, flaws, stats, appearance, personality, goals, and more in Markdown format. -67. **create_pattern**: Extracts, organizes, and formats LLM/AI prompts into structured sections, detailing the AI’s role, instructions, output format, and any provided examples for clarity and accuracy. -68. **create_prd**: Creates a precise Product Requirements Document (PRD) in Markdown based on input. -69. **create_prediction_block**: Extracts and formats predictions from input into a structured Markdown block for a blog post. -70. **create_quiz**: Creates a three-phase reading plan based on an author or topic to help the user become significantly knowledgeable, including core, extended, and supplementary readings. -71. **create_reading_plan**: Generates review questions based on learning objectives from the input, adapted to the specified student level, and outputs them in a clear markdown format. -72. **create_recursive_outline**: Breaks down complex tasks or projects into manageable, hierarchical components with recursive outlining for clarity and simplicity. -73. **create_report_finding**: Creates a detailed, structured security finding report in markdown, including sections on Description, Risk, Recommendations, References, One-Sentence-Summary, and Quotes. -74. **create_rpg_summary**: Summarizes an in-person RPG session with key events, combat details, player stats, and role-playing highlights in a structured format. -75. **create_security_update**: Creates concise security updates for newsletters, covering stories, threats, advisories, vulnerabilities, and a summary of key issues. -76. **create_show_intro**: Creates compelling short intros for podcasts, summarizing key topics and themes discussed in the episode. -77. **create_sigma_rules**: Extracts Tactics, Techniques, and Procedures (TTPs) from security news and converts them into Sigma detection rules for host-based detections. -78. **create_story_explanation**: Summarizes complex content in a clear, approachable story format that makes the concepts easy to understand. -79. **create_stride_threat_model**: Create a STRIDE-based threat model for a system design, identifying assets, trust boundaries, data flows, and prioritizing threats with mitigations. -80. **create_summary**: Summarizes content into a 20-word sentence, 10 main points (16 words max), and 5 key takeaways in Markdown format. -81. **create_tags**: Identifies at least 5 tags from text content for mind mapping tools, including authors and existing tags if present. -82. **create_threat_scenarios**: Identifies likely attack methods for any system by providing a narrative-based threat model, balancing risk and opportunity. -83. **create_ttrc_graph**: Creates a CSV file showing the progress of Time to Remediate Critical Vulnerabilities over time using given data. -84. **create_ttrc_narrative**: Creates a persuasive narrative highlighting progress in reducing the Time to Remediate Critical Vulnerabilities metric over time. -85. **create_upgrade_pack**: Extracts world model and task algorithm updates from content, providing beliefs about how the world works and task performance. -86. **create_user_story**: Writes concise and clear technical user stories for new features in complex software programs, formatted for all stakeholders. -87. **create_video_chapters**: Extracts interesting topics and timestamps from a transcript, providing concise summaries of key moments. -88. **create_visualization**: Transforms complex ideas into visualizations using intricate ASCII art, simplifying concepts where necessary. -89. **dialog_with_socrates**: Engages in deep, meaningful dialogues to explore and challenge beliefs using the Socratic method. -90. **enrich_blog_post**: Enhances Markdown blog files by applying instructions to improve structure, visuals, and readability for HTML rendering. -91. **explain_code**: Explains code, security tool output, configuration text, and answers questions based on the provided input. -92. **explain_docs**: Improves and restructures tool documentation into clear, concise instructions, including overviews, usage, use cases, and key features. -93. **explain_math**: Helps you understand mathematical concepts in a clear and engaging way. -94. **explain_project**: Summarizes project documentation into clear, concise sections covering the project, problem, solution, installation, usage, and examples. -95. **explain_terms**: Produces a glossary of advanced terms from content, providing a definition, analogy, and explanation of why each term matters. -96. **export_data_as_csv**: Extracts and outputs all data structures from the input in properly formatted CSV data. -97. **extract_algorithm_update_recommendations**: Extracts concise, practical algorithm update recommendations from the input and outputs them in a bulleted list. -98. **extract_article_wisdom**: Extracts surprising, insightful, and interesting information from content, categorizing it into sections like summary, ideas, quotes, facts, references, and recommendations. -99. **extract_book_ideas**: Extracts and outputs 50 to 100 of the most surprising, insightful, and interesting ideas from a book's content. -100. **extract_book_recommendations**: Extracts and outputs 50 to 100 practical, actionable recommendations from a book's content. -101. **extract_business_ideas**: Extracts top business ideas from content and elaborates on the best 10 with unique differentiators. -102. **extract_controversial_ideas**: Extracts and outputs controversial statements and supporting quotes from the input in a structured Markdown list. -103. **extract_core_message**: Extracts and outputs a clear, concise sentence that articulates the core message of a given text or body of work. -104. **extract_ctf_writeup**: Extracts a short writeup from a warstory-like text about a cyber security engagement. -105. **extract_extraordinary_claims**: Extracts and outputs a list of extraordinary claims from conversations, focusing on scientifically disputed or false statements. -106. **extract_ideas**: Extracts and outputs all the key ideas from input, presented as 15-word bullet points in Markdown. -107. **extract_insights**: Extracts and outputs the most powerful and insightful ideas from text, formatted as 16-word bullet points in the INSIGHTS section, also IDEAS section. -108. **extract_insights_dm**: Extracts and outputs all valuable insights and a concise summary of the content, including key points and topics discussed. -109. **extract_instructions**: Extracts clear, actionable step-by-step instructions and main objectives from instructional video transcripts, organizing them into a concise list. -110. **extract_jokes**: Extracts jokes from text content, presenting each joke with its punchline in separate bullet points. -111. **extract_latest_video**: Extracts the latest video URL from a YouTube RSS feed and outputs the URL only. -112. **extract_main_idea**: Extracts the main idea and key recommendation from the input, summarizing them in 15-word sentences. -113. **extract_most_redeeming_thing**: Extracts the most redeeming aspect from an input, summarizing it in a single 15-word sentence. -114. **extract_patterns**: Extracts and analyzes recurring, surprising, and insightful patterns from input, providing detailed analysis and advice for builders. -115. **extract_poc**: Extracts proof of concept URLs and validation methods from security reports, providing the URL and command to run. -116. **extract_predictions**: Extracts predictions from input, including specific details such as date, confidence level, and verification method. -117. **extract_primary_problem**: Extracts the primary problem with the world as presented in a given text or body of work. -118. **extract_primary_solution**: Extracts the primary solution for the world as presented in a given text or body of work. -119. **extract_product_features**: Extracts and outputs a list of product features from the provided input in a bulleted format. -120. **extract_questions**: Extracts and outputs all questions asked by the interviewer in a conversation or interview. -121. **extract_recipe**: Extracts and outputs a recipe with a short meal description, ingredients with measurements, and preparation steps. -122. **extract_recommendations**: Extracts and outputs concise, practical recommendations from a given piece of content in a bulleted list. -123. **extract_references**: Extracts and outputs a bulleted list of references to art, stories, books, literature, and other sources from content. -124. **extract_skills**: Extracts and classifies skills from a job description into a table, separating each skill and classifying it as either hard or soft. -125. **extract_song_meaning**: Analyzes a song to provide a summary of its meaning, supported by detailed evidence from lyrics, artist commentary, and fan analysis. -126. **extract_sponsors** Extracts and lists official sponsors and potential sponsors from a provided transcript. -127. **extract_videoid**: Extracts and outputs the video ID from any given URL. -128. **extract_wisdom**: Extracts surprising, insightful, and interesting information from text on topics like human flourishing, AI, learning, and more. -129. **extract_wisdom_agents**: Extracts valuable insights, ideas, quotes, and references from content, emphasizing topics like human flourishing, AI, learning, and technology. -130. **extract_wisdom_dm**: Extracts all valuable, insightful, and thought-provoking information from content, focusing on topics like human flourishing, AI, learning, and technology. -131. **extract_wisdom_nometa**: Extracts insights, ideas, quotes, habits, facts, references, and recommendations from content, focusing on human flourishing, AI, technology, and related topics. -132. **find_hidden_message**: Extracts overt and hidden political messages, justifications, audience actions, and a cynical analysis from content. -133. **find_logical_fallacies**: Identifies and analyzes fallacies in arguments, classifying them as formal or informal with detailed reasoning. -134. **get_wow_per_minute**: Determines the wow-factor of content per minute based on surprise, novelty, insight, value, and wisdom, measuring how rewarding the content is for the viewer. -135. **get_youtube_rss**: Returns the RSS URL for a given YouTube channel based on the channel ID or URL. -136. **humanize**: Rewrites AI-generated text to sound natural, conversational, and easy to understand, maintaining clarity and simplicity. -137. **identify_dsrp_distinctions**: Encourages creative, systems-based thinking by exploring distinctions, boundaries, and their implications, drawing on insights from prominent systems thinkers. -138. **identify_dsrp_perspectives**: Explores the concept of distinctions in systems thinking, focusing on how boundaries define ideas, influence understanding, and reveal or obscure insights. -139. **identify_dsrp_relationships**: Encourages exploration of connections, distinctions, and boundaries between ideas, inspired by systems thinkers to reveal new insights and patterns in complex systems. -140. **identify_dsrp_systems**: Encourages organizing ideas into systems of parts and wholes, inspired by systems thinkers to explore relationships and how changes in organization impact meaning and understanding. -141. **identify_job_stories**: Identifies key job stories or requirements for roles. -142. **improve_academic_writing**: Refines text into clear, concise academic language while improving grammar, coherence, and clarity, with a list of changes. -143. **improve_prompt**: Improves an LLM/AI prompt by applying expert prompt writing strategies for better results and clarity. -144. **improve_report_finding**: Improves a penetration test security finding by providing detailed descriptions, risks, recommendations, references, quotes, and a concise summary in markdown format. -145. **improve_writing**: Refines text by correcting grammar, enhancing style, improving clarity, and maintaining the original meaning. skills. -146. **judge_output**: Evaluates Honeycomb queries by judging their effectiveness, providing critiques and outcomes based on language nuances and analytics relevance. -147. **label_and_rate**: Labels content with up to 20 single-word tags and rates it based on idea count and relevance to human meaning, AI, and other related themes, assigning a tier (S, A, B, C, D) and a quality score. -148. **md_callout**: Classifies content and generates a markdown callout based on the provided text, selecting the most appropriate type. -149. **official_pattern_template**: Template to use if you want to create new fabric patterns. -150. **prepare_7s_strategy**: Prepares a comprehensive briefing document from 7S's strategy capturing organizational profile, strategic elements, and market dynamics with clear, concise, and organized content. -151. **provide_guidance**: Provides psychological and life coaching advice, including analysis, recommendations, and potential diagnoses, with a compassionate and honest tone. -152. **rate_ai_response**: Rates the quality of AI responses by comparing them to top human expert performance, assigning a letter grade, reasoning, and providing a 1-100 score based on the evaluation. -153. **rate_ai_result**: Assesses the quality of AI/ML/LLM work by deeply analyzing content, instructions, and output, then rates performance based on multiple dimensions, including coverage, creativity, and interdisciplinary thinking. -154. **rate_content**: Labels content with up to 20 single-word tags and rates it based on idea count and relevance to human meaning, AI, and other related themes, assigning a tier (S, A, B, C, D) and a quality score. -155. **rate_value**: Produces the best possible output by deeply analyzing and understanding the input and its intended purpose. -156. **raw_query**: Fully digests and contemplates the input to produce the best possible result based on understanding the sender's intent. -157. **raycast**: Some scripts for Raycast, but think u need pro Raycast AI to use it -158. **recommend_artists**: Recommends a personalized festival schedule with artists aligned to your favorite styles and interests, including rationale. -159. **recommend_pipeline_upgrades**: Optimizes vulnerability-checking pipelines by incorporating new information and improving their efficiency, with detailed explanations of changes. -160. **recommend_talkpanel_topics**: Produces a clean set of proposed talks or panel talking points for a person based on their interests and goals, formatted for submission to a conference organizer. -161. **refine_design_document**: Refines a design document based on a design review by analyzing, mapping concepts, and implementing changes using valid Markdown. -162. **review_design**: Reviews and analyzes architecture design, focusing on clarity, component design, system integrations, security, performance, scalability, and data management. -163. **sanitize_broken_html_to_markdown**: Converts messy HTML into clean, properly formatted Markdown, applying custom styling and ensuring compatibility with Vite. -164. **show_fabric_options_markmap**: Visualizes the functionality of the Fabric framework by representing its components, commands, and features based on the provided input. -165. **solve_with_cot**: Provides detailed, step-by-step responses with chain of thought reasoning, using structured thinking, reflection, and output sections. -166. **suggest_pattern**: Suggests appropriate fabric patterns or commands based on user input, providing clear explanations and options for users. -167. **summarize**: Summarizes content into a 20-word sentence, main points, and takeaways, formatted with numbered lists in Markdown. -168. **summarize_debate**: Summarizes debates, identifies primary disagreement, extracts arguments, and provides analysis of evidence and argument strength to predict outcomes. -169. **summarize_git_changes**: Summarizes recent project updates from the last 7 days, focusing on key changes with enthusiasm. -170. **summarize_git_diff**: Summarizes and organizes Git diff changes with clear, succinct commit messages and bullet points. -171. **summarize_lecture**: Extracts relevant topics, definitions, and tools from lecture transcripts, providing structured summaries with timestamps and key takeaways. -172. **summarize_legislation**: Summarizes complex political proposals and legislation by analyzing key points, proposed changes, and providing balanced, positive, and cynical characterizations. -173. **summarize_meeting**: Analyzes meeting transcripts to extract a structured summary, including an overview, key points, tasks, decisions, challenges, timeline, references, and next steps. -174. **summarize_micro**: Summarizes content into a 20-word sentence, 3 main points, and 3 takeaways, formatted in clear, concise Markdown. -175. **summarize_newsletter**: Extracts the most meaningful, interesting, and useful content from a newsletter, summarizing key sections such as content, opinions, tools, companies, and follow-up items in clear, structured Markdown. -176. **summarize_paper**: Summarizes an academic paper by detailing its title, authors, technical approach, distinctive features, experimental setup, results, advantages, limitations, and conclusion in a clear, structured format using human-readable Markdown. -177. **summarize_prompt**: Summarizes AI chat prompts by describing the primary function, unique approach, and expected output in a concise paragraph. The summary is focused on the prompt's purpose without unnecessary details or formatting. -178. **summarize_pull-requests**: Summarizes pull requests for a coding project by providing a summary and listing the top PRs with human-readable descriptions. -179. **summarize_rpg_session**: Summarizes a role-playing game session by extracting key events, combat stats, character changes, quotes, and more. -180. **t_analyse_challenge_handling**: Provides 8-16 word bullet points evaluating how well challenges are being addressed, calling out any lack of effort. -181. **t_check_metrics**: Analyzes deep context from the TELOS file and input instruction, then provides a wisdom-based output while considering metrics and KPIs to assess recent improvements. -182. **t_create_h3_career**: Summarizes context and produces wisdom-based output by deeply analyzing both the TELOS File and the input instruction, considering the relationship between the two. -183. **t_create_opening_sentences**: Describes from TELOS file the person’s identity, goals, and actions in 4 concise, 32-word bullet points, humbly. -184. **t_describe_life_outlook**: Describes from TELOS file a person's life outlook in 5 concise, 16-word bullet points. -185. **t_extract_intro_sentences**: Summarizes from TELOS file a person's identity, work, and current projects in 5 concise and grounded bullet points. -186. **t_extract_panel_topics**: Creates 5 panel ideas with titles and descriptions based on deep context from a TELOS file and input. -187. **t_find_blindspots**: Identify potential blindspots in thinking, frames, or models that may expose the individual to error or risk. -188. **t_find_negative_thinking**: Analyze a TELOS file and input to identify negative thinking in documents or journals, followed by tough love encouragement. -189. **t_find_neglected_goals**: Analyze a TELOS file and input instructions to identify goals or projects that have not been worked on recently. -190. **t_give_encouragement**: Analyze a TELOS file and input instructions to evaluate progress, provide encouragement, and offer recommendations for continued effort. -191. **t_red_team_thinking**: Analyze a TELOS file and input instructions to red-team thinking, models, and frames, then provide recommendations for improvement. -192. **t_threat_model_plans**: Analyze a TELOS file and input instructions to create threat models for a life plan and recommend improvements. -193. **t_visualize_mission_goals_projects**: Analyze a TELOS file and input instructions to create an ASCII art diagram illustrating the relationship of missions, goals, and projects. -194. **t_year_in_review**: Analyze a TELOS file to create insights about a person or entity, then summarize accomplishments and visualizations in bullet points. -195. **to_flashcards**: Create Anki flashcards from a given text, focusing on concise, optimized questions and answers without external context. -196. **transcribe_minutes**: Extracts (from meeting transcription) meeting minutes, identifying actionables, insightful ideas, decisions, challenges, and next steps in a structured format. -197. **translate**: Translates sentences or documentation into the specified language code while maintaining the original formatting and tone. -198. **tweet**: Provides a step-by-step guide on crafting engaging tweets with emojis, covering Twitter basics, account creation, features, and audience targeting. -199. **write_essay**: Writes concise, clear essays in the style of Paul Graham, focusing on simplicity, clarity, and illumination of the provided topic. -200. **write_hackerone_report**: Generates concise, clear, and reproducible bug bounty reports, detailing vulnerability impact, steps to reproduce, and exploit details for triagers. -201. **write_latex**: Generates syntactically correct LaTeX code for a new.tex document, ensuring proper formatting and compatibility with pdflatex. -202. **write_micro_essay**: Writes concise, clear, and illuminating essays on the given topic in the style of Paul Graham. -203. **write_nuclei_template_rule**: Generates Nuclei YAML templates for detecting vulnerabilities using HTTP requests, matchers, extractors, and dynamic data extraction. -204. **write_pull-request**: Drafts detailed pull request descriptions, explaining changes, providing reasoning, and identifying potential bugs from the git diff command output. -205. **write_semgrep_rule**: Creates accurate and working Semgrep rules based on input, following syntax guidelines and specific language considerations. -206. **youtube_summary**: Create concise, timestamped Youtube video summaries that highlight key points. +3. **analyze_answers**: Evaluate quiz answers for correctness based on learning objectives and generated quiz questions. +4. **analyze_bill**: Analyzes legislation to identify overt and covert goals, examining bills for hidden agendas and true intentions. +5. **analyze_bill_short**: Provides a concise analysis of legislation, identifying overt and covert goals in a brief, structured format. +6. **analyze_candidates**: Compare and contrast two political candidates based on key issues and policies. +7. **analyze_cfp_submission**: Review and evaluate conference speaking session submissions based on clarity, relevance, depth, and engagement potential. +8. **analyze_claims**: Analyse and rate truth claims with evidence, counter-arguments, fallacies, and final recommendations. +9. **analyze_comments**: Evaluate internet comments for content, categorize sentiment, and identify reasons for praise, criticism, and neutrality. +10. **analyze_debate**: Rate debates on insight, emotionality, and present an unbiased, thorough analysis of arguments, agreements, and disagreements. +11. **analyze_email_headers**: Provide cybersecurity analysis and actionable insights on SPF, DKIM, DMARC, and ARC email header results. +12. **analyze_incident**: Efficiently extract and organize key details from cybersecurity breach articles, focusing on attack type, vulnerable components, attacker and target info, incident details, and remediation steps. +13. **analyze_interviewer_techniques**: This exercise involves analyzing interviewer techniques, identifying their unique qualities, and succinctly articulating what makes them stand out in a clear, simple format. +14. **analyze_logs**: Analyse server log files to identify patterns, anomalies, and issues, providing data-driven insights and recommendations for improving server reliability and performance. +15. **analyze_malware**: Analyse malware details, extract key indicators, techniques, and potential detection strategies, and summarize findings concisely for a malware analyst's use in identifying and responding to threats. +16. **analyze_military_strategy**: Analyse a historical battle, offering in-depth insights into strategic decisions, strengths, weaknesses, tactical approaches, logistical factors, pivotal moments, and consequences for a comprehensive military evaluation. +17. **analyze_mistakes**: Analyse past mistakes in thinking patterns, map them to current beliefs, and offer recommendations to improve accuracy in predictions. +18. **analyze_paper**: Analyses research papers by summarizing findings, evaluating rigor, and assessing quality to provide insights for documentation and review. +19. **analyze_paper_simple**: Analyzes academic papers with a focus on primary findings, research quality, and study design evaluation. +20. **analyze_patent**: Analyse a patent's field, problem, solution, novelty, inventive step, and advantages in detail while summarizing and extracting keywords. +21. **analyze_personality**: Performs a deep psychological analysis of a person in the input, focusing on their behavior, language, and psychological traits. +22. **analyze_presentation**: Reviews and critiques presentations by analyzing the content, speaker's underlying goals, self-focus, and entertainment value. +23. **analyze_product_feedback**: A prompt for analyzing and organizing user feedback by identifying themes, consolidating similar comments, and prioritizing them based on usefulness. +24. **analyze_proposition**: Analyzes a ballot proposition by identifying its purpose, impact, arguments for and against, and relevant background information. +25. **analyze_prose**: Evaluates writing for novelty, clarity, and prose, providing ratings, improvement recommendations, and an overall score. +26. **analyze_prose_json**: Evaluates writing for novelty, clarity, prose, and provides ratings, explanations, improvement suggestions, and an overall score in a JSON format. +27. **analyze_prose_pinker**: Evaluates prose based on Steven Pinker's The Sense of Style, analyzing writing style, clarity, and bad writing elements. +28. **analyze_risk**: Conducts a risk assessment of a third-party vendor, assigning a risk score and suggesting security controls based on analysis of provided documents and vendor website. +29. **analyze_sales_call**: Rates sales call performance across multiple dimensions, providing scores and actionable feedback based on transcript analysis. +30. **analyze_spiritual_text**: Compares and contrasts spiritual texts by analyzing claims and differences with the King James Bible. +31. **analyze_tech_impact**: Analyzes the societal impact, ethical considerations, and sustainability of technology projects, evaluating their outcomes and benefits. +32. **analyze_terraform_plan**: Analyzes Terraform plan outputs to assess infrastructure changes, security risks, cost implications, and compliance considerations. +33. **analyze_threat_report**: Extracts surprising insights, trends, statistics, quotes, references, and recommendations from cybersecurity threat reports, summarizing key findings and providing actionable information. +34. **analyze_threat_report_cmds**: Extract and synthesize actionable cybersecurity commands from provided materials, incorporating command-line arguments and expert insights for pentesters and non-experts. +35. **analyze_threat_report_trends**: Extract up to 50 surprising, insightful, and interesting trends from a cybersecurity threat report in markdown format. +36. **answer_interview_question**: Generates concise, tailored responses to technical interview questions, incorporating alternative approaches and evidence to demonstrate the candidate's expertise and experience. +37. **ask_secure_by_design_questions**: Generates a set of security-focused questions to ensure a project is built securely by design, covering key components and considerations. +38. **ask_uncle_duke**: Coordinates a team of AI agents to research and produce multiple software development solutions based on provided specifications, and conducts detailed code reviews to ensure adherence to best practices. +39. **capture_thinkers_work**: Analyze philosophers or philosophies and provide detailed summaries about their teachings, background, works, advice, and related concepts in a structured template. +40. **check_agreement**: Analyze contracts and agreements to identify important stipulations, issues, and potential gotchas, then summarize them in Markdown. +41. **clean_text**: Fix broken or malformatted text by correcting line breaks, punctuation, capitalization, and paragraphs without altering content or spelling. +42. **coding_master**: Explain a coding concept to a beginner, providing examples, and formatting code in markdown with specific output sections like ideas, recommendations, facts, and insights. +43. **compare_and_contrast**: Compare and contrast a list of items in a markdown table, with items on the left and topics on top. +44. **convert_to_markdown**: Convert content to clean, complete Markdown format, preserving all original structure, formatting, links, and code blocks without alterations. +45. **create_5_sentence_summary**: Create concise summaries or answers to input at 5 different levels of depth, from 5 words to 1 word. +46. **create_academic_paper**: Generate a high-quality academic paper in LaTeX format with clear concepts, structured content, and a professional layout. +47. **create_ai_jobs_analysis**: Analyze job categories' susceptibility to automation, identify resilient roles, and provide strategies for personal adaptation to AI-driven changes in the workforce. +48. **create_aphorisms**: Find and generate a list of brief, witty statements. +49. **create_art_prompt**: Generates a detailed, compelling visual description of a concept, including stylistic references and direct AI instructions for creating art. +50. **create_better_frame**: Identifies and analyzes different frames of interpreting reality, emphasizing the power of positive, productive lenses in shaping outcomes. +51. **create_coding_feature**: Generates secure and composable code features using modern technology and best practices from project specifications. +52. **create_coding_project**: Generate wireframes and starter code for any coding ideas that you have. +53. **create_command**: Helps determine the correct parameters and switches for penetration testing tools based on a brief description of the objective. +54. **create_cyber_summary**: Summarizes cybersecurity threats, vulnerabilities, incidents, and malware with a 25-word summary and categorized bullet points, after thoroughly analyzing and mapping the provided input. +55. **create_design_document**: Creates a detailed design document for a system using the C4 model, addressing business and security postures, and including a system context diagram. +56. **create_diy**: Creates structured "Do It Yourself" tutorial patterns by analyzing prompts, organizing requirements, and providing step-by-step instructions in Markdown format. +57. **create_excalidraw_visualization**: Creates complex Excalidraw diagrams to visualize relationships between concepts and ideas in structured format. +58. **create_flash_cards**: Creates flashcards for key concepts, definitions, and terms with question-answer format for educational purposes. +59. **create_formal_email**: Crafts professional, clear, and respectful emails by analyzing context, tone, and purpose, ensuring proper structure and formatting. +60. **create_git_diff_commit**: Generates Git commands and commit messages for reflecting changes in a repository, using conventional commits and providing concise shell commands for updates. +61. **create_graph_from_input**: Generates a CSV file with progress-over-time data for a security program, focusing on relevant metrics and KPIs. +62. **create_hormozi_offer**: Creates a customized business offer based on principles from Alex Hormozi's book, "$100M Offers." +63. **create_idea_compass**: Organizes and structures ideas by exploring their definition, evidence, sources, and related themes or consequences. +64. **create_investigation_visualization**: Creates detailed Graphviz visualizations of complex input, highlighting key aspects and providing clear, well-annotated diagrams for investigative analysis and conclusions. +65. **create_keynote**: Creates TED-style keynote presentations with a clear narrative, structured slides, and speaker notes, emphasizing impactful takeaways and cohesive flow. +66. **create_loe_document**: Creates detailed Level of Effort documents for estimating work effort, resources, and costs for tasks or projects. +67. **create_logo**: Creates simple, minimalist company logos without text, generating AI prompts for vector graphic logos based on input. +68. **create_markmap_visualization**: Transforms complex ideas into clear visualizations using MarkMap syntax, simplifying concepts into diagrams with relationships, boxes, arrows, and labels. +69. **create_mermaid_visualization**: Creates detailed, standalone visualizations of concepts using Mermaid (Markdown) syntax, ensuring clarity and coherence in diagrams. +70. **create_mermaid_visualization_for_github**: Creates standalone, detailed visualizations using Mermaid (Markdown) syntax to effectively explain complex concepts, ensuring clarity and precision. +71. **create_micro_summary**: Summarizes content into a concise, 20-word summary with main points and takeaways, formatted in Markdown. +72. **create_mnemonic_phrases**: Creates memorable mnemonic sentences from given words to aid in memory retention and learning. +73. **create_network_threat_landscape**: Analyzes open ports and services from a network scan and generates a comprehensive, insightful, and detailed security threat report in Markdown. +74. **create_newsletter_entry**: Condenses provided article text into a concise, objective, newsletter-style summary with a title in the style of Frontend Weekly. +75. **create_npc**: Generates a detailed D&D 5E NPC, including background, flaws, stats, appearance, personality, goals, and more in Markdown format. +76. **create_pattern**: Extracts, organizes, and formats LLM/AI prompts into structured sections, detailing the AI's role, instructions, output format, and any provided examples for clarity and accuracy. +77. **create_prd**: Creates a precise Product Requirements Document (PRD) in Markdown based on input. +78. **create_prediction_block**: Extracts and formats predictions from input into a structured Markdown block for a blog post. +79. **create_quiz**: Creates a three-phase reading plan based on an author or topic to help the user become significantly knowledgeable, including core, extended, and supplementary readings. +80. **create_reading_plan**: Generates review questions based on learning objectives from the input, adapted to the specified student level, and outputs them in a clear markdown format. +81. **create_recursive_outline**: Breaks down complex tasks or projects into manageable, hierarchical components with recursive outlining for clarity and simplicity. +82. **create_report_finding**: Creates a detailed, structured security finding report in markdown, including sections on Description, Risk, Recommendations, References, One-Sentence-Summary, and Quotes. +83. **create_rpg_summary**: Summarizes an in-person RPG session with key events, combat details, player stats, and role-playing highlights in a structured format. +84. **create_security_update**: Creates concise security updates for newsletters, covering stories, threats, advisories, vulnerabilities, and a summary of key issues. +85. **create_show_intro**: Creates compelling short intros for podcasts, summarizing key topics and themes discussed in the episode. +86. **create_sigma_rules**: Extracts Tactics, Techniques, and Procedures (TTPs) from security news and converts them into Sigma detection rules for host-based detections. +87. **create_story_explanation**: Summarizes complex content in a clear, approachable story format that makes the concepts easy to understand. +88. **create_stride_threat_model**: Create a STRIDE-based threat model for a system design, identifying assets, trust boundaries, data flows, and prioritizing threats with mitigations. +89. **create_summary**: Summarizes content into a 20-word sentence, 10 main points (16 words max), and 5 key takeaways in Markdown format. +90. **create_tags**: Identifies at least 5 tags from text content for mind mapping tools, including authors and existing tags if present. +91. **create_threat_scenarios**: Identifies likely attack methods for any system by providing a narrative-based threat model, balancing risk and opportunity. +92. **create_ttrc_graph**: Creates a CSV file showing the progress of Time to Remediate Critical Vulnerabilities over time using given data. +93. **create_ttrc_narrative**: Creates a persuasive narrative highlighting progress in reducing the Time to Remediate Critical Vulnerabilities metric over time. +94. **create_upgrade_pack**: Extracts world model and task algorithm updates from content, providing beliefs about how the world works and task performance. +95. **create_user_story**: Writes concise and clear technical user stories for new features in complex software programs, formatted for all stakeholders. +96. **create_video_chapters**: Extracts interesting topics and timestamps from a transcript, providing concise summaries of key moments. +97. **create_visualization**: Transforms complex ideas into visualizations using intricate ASCII art, simplifying concepts where necessary. +98. **dialog_with_socrates**: Engages in deep, meaningful dialogues to explore and challenge beliefs using the Socratic method. +99. **enrich_blog_post**: Enhances Markdown blog files by applying instructions to improve structure, visuals, and readability for HTML rendering. +100. **explain_code**: Explains code, security tool output, configuration text, and answers questions based on the provided input. +101. **explain_docs**: Improves and restructures tool documentation into clear, concise instructions, including overviews, usage, use cases, and key features. +102. **explain_math**: Helps you understand mathematical concepts in a clear and engaging way. +103. **explain_project**: Summarizes project documentation into clear, concise sections covering the project, problem, solution, installation, usage, and examples. +104. **explain_terms**: Produces a glossary of advanced terms from content, providing a definition, analogy, and explanation of why each term matters. +105. **export_data_as_csv**: Extracts and outputs all data structures from the input in properly formatted CSV data. +106. **extract_algorithm_update_recommendations**: Extracts concise, practical algorithm update recommendations from the input and outputs them in a bulleted list. +107. **extract_article_wisdom**: Extracts surprising, insightful, and interesting information from content, categorizing it into sections like summary, ideas, quotes, facts, references, and recommendations. +108. **extract_book_ideas**: Extracts and outputs 50 to 100 of the most surprising, insightful, and interesting ideas from a book's content. +109. **extract_book_recommendations**: Extracts and outputs 50 to 100 practical, actionable recommendations from a book's content. +110. **extract_business_ideas**: Extracts top business ideas from content and elaborates on the best 10 with unique differentiators. +111. **extract_controversial_ideas**: Extracts and outputs controversial statements and supporting quotes from the input in a structured Markdown list. +112. **extract_core_message**: Extracts and outputs a clear, concise sentence that articulates the core message of a given text or body of work. +113. **extract_ctf_writeup**: Extracts a short writeup from a warstory-like text about a cyber security engagement. +114. **extract_domains**: Extracts domains and URLs from content to identify sources used for articles, newsletters, and other publications. +115. **extract_extraordinary_claims**: Extracts and outputs a list of extraordinary claims from conversations, focusing on scientifically disputed or false statements. +116. **extract_ideas**: Extracts and outputs all the key ideas from input, presented as 15-word bullet points in Markdown. +117. **extract_insights**: Extracts and outputs the most powerful and insightful ideas from text, formatted as 16-word bullet points in the INSIGHTS section, also IDEAS section. +118. **extract_insights_dm**: Extracts and outputs all valuable insights and a concise summary of the content, including key points and topics discussed. +119. **extract_instructions**: Extracts clear, actionable step-by-step instructions and main objectives from instructional video transcripts, organizing them into a concise list. +120. **extract_jokes**: Extracts jokes from text content, presenting each joke with its punchline in separate bullet points. +121. **extract_latest_video**: Extracts the latest video URL from a YouTube RSS feed and outputs the URL only. +122. **extract_main_activities**: Extracts key events and activities from transcripts or logs, providing a summary of what happened. +123. **extract_main_idea**: Extracts the main idea and key recommendation from the input, summarizing them in 15-word sentences. +124. **extract_most_redeeming_thing**: Extracts the most redeeming aspect from an input, summarizing it in a single 15-word sentence. +125. **extract_patterns**: Extracts and analyzes recurring, surprising, and insightful patterns from input, providing detailed analysis and advice for builders. +126. **extract_poc**: Extracts proof of concept URLs and validation methods from security reports, providing the URL and command to run. +127. **extract_predictions**: Extracts predictions from input, including specific details such as date, confidence level, and verification method. +128. **extract_primary_problem**: Extracts the primary problem with the world as presented in a given text or body of work. +129. **extract_primary_solution**: Extracts the primary solution for the world as presented in a given text or body of work. +130. **extract_product_features**: Extracts and outputs a list of product features from the provided input in a bulleted format. +131. **extract_questions**: Extracts and outputs all questions asked by the interviewer in a conversation or interview. +132. **extract_recipe**: Extracts and outputs a recipe with a short meal description, ingredients with measurements, and preparation steps. +133. **extract_recommendations**: Extracts and outputs concise, practical recommendations from a given piece of content in a bulleted list. +134. **extract_references**: Extracts and outputs a bulleted list of references to art, stories, books, literature, and other sources from content. +135. **extract_skills**: Extracts and classifies skills from a job description into a table, separating each skill and classifying it as either hard or soft. +136. **extract_song_meaning**: Analyzes a song to provide a summary of its meaning, supported by detailed evidence from lyrics, artist commentary, and fan analysis. +137. **extract_sponsors**: Extracts and lists official sponsors and potential sponsors from a provided transcript. +138. **extract_videoid**: Extracts and outputs the video ID from any given URL. +139. **extract_wisdom**: Extracts surprising, insightful, and interesting information from text on topics like human flourishing, AI, learning, and more. +140. **extract_wisdom_agents**: Extracts valuable insights, ideas, quotes, and references from content, emphasizing topics like human flourishing, AI, learning, and technology. +141. **extract_wisdom_dm**: Extracts all valuable, insightful, and thought-provoking information from content, focusing on topics like human flourishing, AI, learning, and technology. +142. **extract_wisdom_nometa**: Extracts insights, ideas, quotes, habits, facts, references, and recommendations from content, focusing on human flourishing, AI, technology, and related topics. +143. **find_female_life_partner**: Analyzes criteria for finding a female life partner and provides clear, direct, and poetic descriptions. +144. **find_hidden_message**: Extracts overt and hidden political messages, justifications, audience actions, and a cynical analysis from content. +145. **find_logical_fallacies**: Identifies and analyzes fallacies in arguments, classifying them as formal or informal with detailed reasoning. +146. **get_wow_per_minute**: Determines the wow-factor of content per minute based on surprise, novelty, insight, value, and wisdom, measuring how rewarding the content is for the viewer. +147. **get_youtube_rss**: Returns the RSS URL for a given YouTube channel based on the channel ID or URL. +148. **humanize**: Rewrites AI-generated text to sound natural, conversational, and easy to understand, maintaining clarity and simplicity. +149. **identify_dsrp_distinctions**: Encourages creative, systems-based thinking by exploring distinctions, boundaries, and their implications, drawing on insights from prominent systems thinkers. +150. **identify_dsrp_perspectives**: Explores the concept of distinctions in systems thinking, focusing on how boundaries define ideas, influence understanding, and reveal or obscure insights. +151. **identify_dsrp_relationships**: Encourages exploration of connections, distinctions, and boundaries between ideas, inspired by systems thinkers to reveal new insights and patterns in complex systems. +152. **identify_dsrp_systems**: Encourages organizing ideas into systems of parts and wholes, inspired by systems thinkers to explore relationships and how changes in organization impact meaning and understanding. +153. **identify_job_stories**: Identifies key job stories or requirements for roles. +154. **improve_academic_writing**: Refines text into clear, concise academic language while improving grammar, coherence, and clarity, with a list of changes. +155. **improve_prompt**: Improves an LLM/AI prompt by applying expert prompt writing strategies for better results and clarity. +156. **improve_report_finding**: Improves a penetration test security finding by providing detailed descriptions, risks, recommendations, references, quotes, and a concise summary in markdown format. +157. **improve_writing**: Refines text by correcting grammar, enhancing style, improving clarity, and maintaining the original meaning. skills. +158. **judge_output**: Evaluates Honeycomb queries by judging their effectiveness, providing critiques and outcomes based on language nuances and analytics relevance. +159. **label_and_rate**: Labels content with up to 20 single-word tags and rates it based on idea count and relevance to human meaning, AI, and other related themes, assigning a tier (S, A, B, C, D) and a quality score. +160. **md_callout**: Classifies content and generates a markdown callout based on the provided text, selecting the most appropriate type. +161. **official_pattern_template**: Template to use if you want to create new fabric patterns. +162. **prepare_7s_strategy**: Prepares a comprehensive briefing document from 7S's strategy capturing organizational profile, strategic elements, and market dynamics with clear, concise, and organized content. +163. **provide_guidance**: Provides psychological and life coaching advice, including analysis, recommendations, and potential diagnoses, with a compassionate and honest tone. +164. **rate_ai_response**: Rates the quality of AI responses by comparing them to top human expert performance, assigning a letter grade, reasoning, and providing a 1-100 score based on the evaluation. +165. **rate_ai_result**: Assesses the quality of AI/ML/LLM work by deeply analyzing content, instructions, and output, then rates performance based on multiple dimensions, including coverage, creativity, and interdisciplinary thinking. +166. **rate_content**: Labels content with up to 20 single-word tags and rates it based on idea count and relevance to human meaning, AI, and other related themes, assigning a tier (S, A, B, C, D) and a quality score. +167. **rate_value**: Produces the best possible output by deeply analyzing and understanding the input and its intended purpose. +168. **raw_query**: Fully digests and contemplates the input to produce the best possible result based on understanding the sender's intent. +169. **recommend_artists**: Recommends a personalized festival schedule with artists aligned to your favorite styles and interests, including rationale. +170. **recommend_pipeline_upgrades**: Optimizes vulnerability-checking pipelines by incorporating new information and improving their efficiency, with detailed explanations of changes. +171. **recommend_talkpanel_topics**: Produces a clean set of proposed talks or panel talking points for a person based on their interests and goals, formatted for submission to a conference organizer. +172. **refine_design_document**: Refines a design document based on a design review by analyzing, mapping concepts, and implementing changes using valid Markdown. +173. **review_design**: Reviews and analyzes architecture design, focusing on clarity, component design, system integrations, security, performance, scalability, and data management. +174. **sanitize_broken_html_to_markdown**: Converts messy HTML into clean, properly formatted Markdown, applying custom styling and ensuring compatibility with Vite. +175. **show_fabric_options_markmap**: Visualizes the functionality of the Fabric framework by representing its components, commands, and features based on the provided input. +176. **solve_with_cot**: Provides detailed, step-by-step responses with chain of thought reasoning, using structured thinking, reflection, and output sections. +177. **suggest_pattern**: Suggests appropriate fabric patterns or commands based on user input, providing clear explanations and options for users. +178. **summarize**: Summarizes content into a 20-word sentence, main points, and takeaways, formatted with numbered lists in Markdown. +179. **summarize_board_meeting**: Creates formal meeting notes from board meeting transcripts for corporate governance documentation. +180. **summarize_debate**: Summarizes debates, identifies primary disagreement, extracts arguments, and provides analysis of evidence and argument strength to predict outcomes. +181. **summarize_git_changes**: Summarizes recent project updates from the last 7 days, focusing on key changes with enthusiasm. +182. **summarize_git_diff**: Summarizes and organizes Git diff changes with clear, succinct commit messages and bullet points. +183. **summarize_lecture**: Extracts relevant topics, definitions, and tools from lecture transcripts, providing structured summaries with timestamps and key takeaways. +184. **summarize_legislation**: Summarizes complex political proposals and legislation by analyzing key points, proposed changes, and providing balanced, positive, and cynical characterizations. +185. **summarize_meeting**: Analyzes meeting transcripts to extract a structured summary, including an overview, key points, tasks, decisions, challenges, timeline, references, and next steps. +186. **summarize_micro**: Summarizes content into a 20-word sentence, 3 main points, and 3 takeaways, formatted in clear, concise Markdown. +187. **summarize_newsletter**: Extracts the most meaningful, interesting, and useful content from a newsletter, summarizing key sections such as content, opinions, tools, companies, and follow-up items in clear, structured Markdown. +188. **summarize_paper**: Summarizes an academic paper by detailing its title, authors, technical approach, distinctive features, experimental setup, results, advantages, limitations, and conclusion in a clear, structured format using human-readable Markdown. +189. **summarize_prompt**: Summarizes AI chat prompts by describing the primary function, unique approach, and expected output in a concise paragraph. The summary is focused on the prompt's purpose without unnecessary details or formatting. +190. **summarize_pull-requests**: Summarizes pull requests for a coding project by providing a summary and listing the top PRs with human-readable descriptions. +191. **summarize_rpg_session**: Summarizes a role-playing game session by extracting key events, combat stats, character changes, quotes, and more. +192. **t_analyze_challenge_handling**: Provides 8-16 word bullet points evaluating how well challenges are being addressed, calling out any lack of effort. +193. **t_check_metrics**: Analyzes deep context from the TELOS file and input instruction, then provides a wisdom-based output while considering metrics and KPIs to assess recent improvements. +194. **t_create_h3_career**: Summarizes context and produces wisdom-based output by deeply analyzing both the TELOS File and the input instruction, considering the relationship between the two. +195. **t_create_opening_sentences**: Describes from TELOS file the person's identity, goals, and actions in 4 concise, 32-word bullet points, humbly. +196. **t_describe_life_outlook**: Describes from TELOS file a person's life outlook in 5 concise, 16-word bullet points. +197. **t_extract_intro_sentences**: Summarizes from TELOS file a person's identity, work, and current projects in 5 concise and grounded bullet points. +198. **t_extract_panel_topics**: Creates 5 panel ideas with titles and descriptions based on deep context from a TELOS file and input. +199. **t_find_blindspots**: Identify potential blindspots in thinking, frames, or models that may expose the individual to error or risk. +200. **t_find_negative_thinking**: Analyze a TELOS file and input to identify negative thinking in documents or journals, followed by tough love encouragement. +201. **t_find_neglected_goals**: Analyze a TELOS file and input instructions to identify goals or projects that have not been worked on recently. +202. **t_give_encouragement**: Analyze a TELOS file and input instructions to evaluate progress, provide encouragement, and offer recommendations for continued effort. +203. **t_red_team_thinking**: Analyze a TELOS file and input instructions to red-team thinking, models, and frames, then provide recommendations for improvement. +204. **t_threat_model_plans**: Analyze a TELOS file and input instructions to create threat models for a life plan and recommend improvements. +205. **t_visualize_mission_goals_projects**: Analyze a TELOS file and input instructions to create an ASCII art diagram illustrating the relationship of missions, goals, and projects. +206. **t_year_in_review**: Analyze a TELOS file to create insights about a person or entity, then summarize accomplishments and visualizations in bullet points. +207. **to_flashcards**: Create Anki flashcards from a given text, focusing on concise, optimized questions and answers without external context. +208. **transcribe_minutes**: Extracts (from meeting transcription) meeting minutes, identifying actionables, insightful ideas, decisions, challenges, and next steps in a structured format. +209. **translate**: Translates sentences or documentation into the specified language code while maintaining the original formatting and tone. +210. **tweet**: Provides a step-by-step guide on crafting engaging tweets with emojis, covering Twitter basics, account creation, features, and audience targeting. +211. **write_essay**: Writes concise, clear essays in the style of Paul Graham, focusing on simplicity, clarity, and illumination of the provided topic. +212. **write_essay_by_author**: Writes essays in the style of a specified author, embodying their unique voice, vocabulary, and approach. +213. **write_hackerone_report**: Generates concise, clear, and reproducible bug bounty reports, detailing vulnerability impact, steps to reproduce, and exploit details for triagers. +214. **write_latex**: Generates syntactically correct LaTeX code for a new.tex document, ensuring proper formatting and compatibility with pdflatex. +215. **write_micro_essay**: Writes concise, clear, and illuminating essays on the given topic in the style of Paul Graham. +216. **write_nuclei_template_rule**: Generates Nuclei YAML templates for detecting vulnerabilities using HTTP requests, matchers, extractors, and dynamic data extraction. +217. **write_pull-request**: Drafts detailed pull request descriptions, explaining changes, providing reasoning, and identifying potential bugs from the git diff command output. +218. **write_semgrep_rule**: Creates accurate and working Semgrep rules based on input, following syntax guidelines and specific language considerations. +219. **youtube_summary**: Create concise, timestamped Youtube video summaries that highlight key points. diff --git a/patterns/write_essay_by_author/system.md b/patterns/write_essay_by_author/system.md new file mode 100644 index 00000000..2d2879fe --- /dev/null +++ b/patterns/write_essay_by_author/system.md @@ -0,0 +1,33 @@ +# Identity and Purpose + +You are an expert on writing clear, and illuminating essays on the topic of the input provided. + +## Output Instructions + +- Write the essay in the style of {{author_name}}, embodying all the qualities that they are known for. + +- Look up some example Essays by {{author_name}} (Use web search if the tool is available) + +- Write the essay exactly like {{author_name}} would write it as seen in the examples you find. + +- Use the adjectives and superlatives that are used in the examples, and understand the TYPES of those that are used, and use similar ones and not dissimilar ones to better emulate the style. + +- Use the same style, vocabulary level, and sentence structure as {{author_name}}. + +## Output Format + +- Output a full, publish-ready essay about the content provided using the instructions above. + +- Write in {{author_name}}'s natural and clear style, without embellishment. + +- Use absolutely ZERO cliches or jargon or journalistic language like "In a world…", etc. + +- Do not use cliches or jargon. + +- Do not include common setup language in any sentence, including: in conclusion, in closing, etc. + +- Do not output warnings or notes—just the output requested. + +## INPUT + +INPUT: diff --git a/web/static/data/pattern_descriptions.json b/web/static/data/pattern_descriptions.json index 1ae977d5..4195b9cb 100644 --- a/web/static/data/pattern_descriptions.json +++ b/web/static/data/pattern_descriptions.json @@ -3,1777 +3,1102 @@ { "patternName": "agility_story", "description": "Generate agile user stories and acceptance criteria following agile formats.", - "tags": [ - "DEVELOPMENT" - ] + "tags": ["DEVELOPMENT"] }, { "patternName": "ai", "description": "Provide concise, insightful answers in brief bullets focused on core concepts.", - "tags": [ - "AI", - "ANALYSIS" - ] + "tags": ["AI", "ANALYSIS"] }, { "patternName": "analyze_answers", "description": "Evaluate student responses providing detailed feedback adapted to levels.", - "tags": [ - "ANALYSIS", - "LEARNING" - ] + "tags": ["ANALYSIS", "LEARNING"] }, { "patternName": "analyze_candidates", "description": "Compare candidate positions, policy differences and backgrounds.", - "tags": [ - "ANALYSIS", - "RESEARCH" - ] + "tags": ["ANALYSIS", "RESEARCH"] }, { "patternName": "analyze_cfp_submission", "description": "Evaluate conference submissions for content, speaker qualifications and educational value.", - "tags": [ - "ANALYSIS", - "REVIEW" - ] + "tags": ["ANALYSIS", "REVIEW"] }, { "patternName": "analyze_comments", "description": "Analyze user comments for sentiment, extract praise/criticism, and summarize reception.", - "tags": [ - "ANALYSIS", - "EXTRACT" - ] + "tags": ["ANALYSIS", "EXTRACT"] }, { "patternName": "analyze_email_headers", "description": "Analyze email authentication headers to assess security and provide recommendations.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "analyze_prose_json", "description": "Evaluate writing and provide JSON output rating novelty, clarity, effectiveness.", - "tags": [ - "ANALYSIS", - "WRITING", - "DEVELOPMENT" - ] + "tags": ["ANALYSIS", "WRITING", "DEVELOPMENT"] }, { "patternName": "analyze_prose_pinker", "description": "Analyze writing style using Pinker's principles to improve clarity and effectiveness.", - "tags": [ - "ANALYSIS", - "WRITING" - ] + "tags": ["ANALYSIS", "WRITING"] }, { "patternName": "ask_uncle_duke", "description": "Expert software dev. guidance focusing on Java, Spring, frontend, and best practices.", - "tags": [ - "DEVELOPMENT", - "LEARNING" - ] + "tags": ["DEVELOPMENT", "LEARNING"] }, { "patternName": "capture_thinkers_work", "description": "Extract key concepts, background, and ideas from notable thinkers' work.", - "tags": [ - "SUMMARIZE", - "RESEARCH", - "CR THINKING" - ] + "tags": ["SUMMARIZE", "RESEARCH", "CR THINKING"] }, { "patternName": "check_agreement", "description": "Review contract to identify stipulations, issues, and changes for negotiation.", - "tags": [ - "ANALYSIS", - "BUSINESS" - ] + "tags": ["ANALYSIS", "BUSINESS"] }, { "patternName": "clean_text", "description": "Format/clean text by fixing breaks, punctuation, preserving content/meaning.", - "tags": [ - "WRITING", - "CONVERSION" - ] + "tags": ["WRITING", "CONVERSION"] }, { "patternName": "coding_master", "description": "Explain coding concepts/languages for beginners", - "tags": [ - "DEVELOPMENT", - "LEARNING" - ] + "tags": ["DEVELOPMENT", "LEARNING"] }, { "patternName": "compare_and_contrast", "description": "Create comparisons table, highlighting key differences and similarities.", - "tags": [ - "ANALYSIS", - "WRITING" - ] + "tags": ["ANALYSIS", "WRITING"] }, { "patternName": "convert_to_markdown", "description": "Convert content to markdown, preserving original content and structure.", - "tags": [ - "CONVERSION", - "WRITING" - ] + "tags": ["CONVERSION", "WRITING"] }, { "patternName": "create_5_sentence_summary", "description": "Generate concise summaries of content in five levels, five words to one.", - "tags": [ - "SUMMARIZE", - "WRITING" - ] + "tags": ["SUMMARIZE", "WRITING"] }, { "patternName": "create_ai_jobs_analysis", "description": "Identify automation risks and career resilience strategies.", - "tags": [ - "ANALYSIS", - "AI", - "BUSINESS" - ] + "tags": ["ANALYSIS", "AI", "BUSINESS"] }, { "patternName": "create_aphorisms", "description": "Compile relevant, attributed aphorisms from historical figures on topics.", - "tags": [ - "EXTRACT", - "WRITING" - ] + "tags": ["EXTRACT", "WRITING"] }, { "patternName": "create_better_frame", "description": "Develop positive mental frameworks for challenging situations.", - "tags": [ - "ANALYSIS", - "STRATEGY", - "SELF" - ] + "tags": ["ANALYSIS", "STRATEGY", "SELF"] }, { "patternName": "create_coding_project", "description": "Design coding projects with clear architecture, steps, and best practices.", - "tags": [ - "DEVELOPMENT" - ] + "tags": ["DEVELOPMENT"] }, { "patternName": "create_command", "description": "Generate precise CLI commands for penetration testing tools based on docs.", - "tags": [ - "SECURITY", - "DEVELOPMENT" - ] + "tags": ["SECURITY", "DEVELOPMENT"] }, { "patternName": "create_cyber_summary", "description": "Summarize incidents, vulnerabilities into concise intelligence briefings.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "create_diy", "description": "Create step-by-step DIY tutorials with clear instructions and materials.", - "tags": [ - "WRITING", - "LEARNING", - "SELF" - ] + "tags": ["WRITING", "LEARNING", "SELF"] }, { "patternName": "create_formal_email", "description": "Compose professional emails with proper tone and structure.", - "tags": [ - "WRITING", - "BUSINESS" - ] + "tags": ["WRITING", "BUSINESS"] }, { "patternName": "create_git_diff_commit", "description": "Generate clear git commit messages and commands for code changes.", - "tags": [ - "DEVELOPMENT" - ] + "tags": ["DEVELOPMENT"] }, { "patternName": "create_graph_from_input", "description": "Transform security metrics to CSV for visualizing progress over time.", - "tags": [ - "VISUALIZE", - "SECURITY", - "CONVERSION" - ] + "tags": ["VISUALIZE", "SECURITY", "CONVERSION"] }, { "patternName": "create_hormozi_offer", "description": "Create compelling business offers using Alex Hormozi's methodology.", - "tags": [ - "BUSINESS", - "WRITING" - ] + "tags": ["BUSINESS", "WRITING"] }, { "patternName": "create_idea_compass", "description": "Organize thoughts analyzing definitions, evidence, relationships, implications.", - "tags": [ - "ANALYSIS", - "VISUALIZE", - "CR THINKING" - ] + "tags": ["ANALYSIS", "VISUALIZE", "CR THINKING"] }, { "patternName": "create_investigation_visualization", "description": "Create Graphviz vis. of investigation data showing relationships and findings.", - "tags": [ - "VISUALIZE", - "SECURITY", - "ANALYSIS" - ] + "tags": ["VISUALIZE", "SECURITY", "ANALYSIS"] }, { "patternName": "create_logo", "description": "Generate minimalist logo prompts capturing brand essence via vector graphics.", - "tags": [ - "VISUALIZE", - "BUSINESS" - ] + "tags": ["VISUALIZE", "BUSINESS"] }, { "patternName": "create_markmap_visualization", "description": "Transform complex ideas into mind maps using Markmap syntax.", - "tags": [ - "VISUALIZE", - "CONVERSION", - "CR THINKING" - ] + "tags": ["VISUALIZE", "CONVERSION", "CR THINKING"] }, { "patternName": "create_mermaid_visualization_for_github", "description": "Create Mermaid diagrams to visualize workflows in documentation.", - "tags": [ - "VISUALIZE", - "DEVELOPMENT" - ] + "tags": ["VISUALIZE", "DEVELOPMENT"] }, { "patternName": "create_newsletter_entry", "description": "Write concise newsletter content focusing on key insights.", - "tags": [ - "WRITING", - "SUMMARIZE", - "BUSINESS" - ] + "tags": ["WRITING", "SUMMARIZE", "BUSINESS"] }, { "patternName": "create_npc", "description": "Generate detailed D&D 5E NPC characters with backgrounds and game stats.", - "tags": [ - "GAMING" - ] + "tags": ["GAMING"] }, { "patternName": "create_pattern", "description": "Design structured patterns for AI prompts with identity, purpose, steps, output.", - "tags": [ - "AI", - "DEVELOPMENT" - ] + "tags": ["AI", "DEVELOPMENT"] }, { "patternName": "create_prediction_block", "description": "Format predictions for tracking/verification in markdown prediction logs.", - "tags": [ - "AI", - "ANALYSIS", - "WRITING" - ] + "tags": ["AI", "ANALYSIS", "WRITING"] }, { "patternName": "create_recursive_outline", "description": "Break down tasks into hierarchical, actionable components via decomposition.", - "tags": [ - "ANALYSIS", - "VISUALIZE" - ] + "tags": ["ANALYSIS", "VISUALIZE"] }, { "patternName": "create_report_finding", "description": "Document security findings with descriptions, recommendations, and evidence.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "create_rpg_summary", "description": "Summarize RPG sessions capturing events, combat, and narrative.", - "tags": [ - "GAMING" - ] + "tags": ["GAMING"] }, { "patternName": "create_show_intro", "description": "Craft compelling podcast/show intros to engage audience.", - "tags": [ - "WRITING" - ] + "tags": ["WRITING"] }, { "patternName": "create_story_explanation", "description": "Transform complex concepts into clear, engaging narratives.", - "tags": [ - "WRITING", - "LEARNING" - ] + "tags": ["WRITING", "LEARNING"] }, { "patternName": "create_tags", "description": "Generate single-word tags for content categorization and mind mapping.", - "tags": [ - "ANALYSIS", - "EXTRACT", - "WRITING" - ] + "tags": ["ANALYSIS", "EXTRACT", "WRITING"] }, { "patternName": "create_threat_scenarios", "description": "Develop realistic security threat scenarios based on risk analysis.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "create_ttrc_graph", "description": "Generate time-series for visualizing vulnerability remediation metrics.", - "tags": [ - "SECURITY", - "VISUALIZE" - ] + "tags": ["SECURITY", "VISUALIZE"] }, { "patternName": "create_ttrc_narrative", "description": "Create narratives for security program improvements in remediation efficiency.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "create_upgrade_pack", "description": "Extract world model updates/algorithms to improve decision-making.", - "tags": [ - "EXTRACT", - "BUSINESS", - "CR THINKING" - ] + "tags": ["EXTRACT", "BUSINESS", "CR THINKING"] }, { "patternName": "create_video_chapters", "description": "Organize video content into timestamped chapters highlighting key topics.", - "tags": [ - "EXTRACT", - "VISUALIZE" - ] + "tags": ["EXTRACT", "VISUALIZE"] }, { "patternName": "create_visualization", "description": "Transform concepts to ASCII art with explanations of relationships.", - "tags": [ - "VISUALIZE" - ] + "tags": ["VISUALIZE"] }, { "patternName": "dialog_with_socrates", "description": "Engage in Socratic dialogue to explore ideas via questioning.", - "tags": [ - "LEARNING", - "SELF", - "CR THINKING" - ] + "tags": ["LEARNING", "SELF", "CR THINKING"] }, { "patternName": "analyze_paper", "description": "Analyze scientific papers to identify findings and assess conclusion.", - "tags": [ - "ANALYSIS", - "RESEARCH", - "LEARNING" - ] + "tags": ["ANALYSIS", "RESEARCH", "LEARNING"] }, { "patternName": "create_summary", "description": "Generate concise summaries by extracting key points and main ideas.", - "tags": [ - "SUMMARIZE", - "WRITING" - ] + "tags": ["SUMMARIZE", "WRITING"] }, { "patternName": "extract_wisdom", "description": "Extract insightful ideas and recommendations focusing on life wisdom.", - "tags": [ - "EXTRACT", - "WISDOM", - "SELF" - ] + "tags": ["EXTRACT", "WISDOM", "SELF"] }, { "patternName": "create_design_document", "description": "Create software architecture docs using C4 model.", - "tags": [ - "DEVELOPMENT", - "WRITING", - "VISUALIZE" - ] + "tags": ["DEVELOPMENT", "WRITING", "VISUALIZE"] }, { "patternName": "create_stride_threat_model", "description": "Generate threat models using STRIDE to prioritize security threats.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "extract_main_idea", "description": "Identify key idea, providing core concept and recommendation.", - "tags": [ - "ANALYSIS", - "EXTRACT", - "SUMMARIZE" - ] + "tags": ["ANALYSIS", "EXTRACT", "SUMMARIZE"] }, { "patternName": "create_mermaid_visualization", "description": "Transform concepts into visual diagrams using Mermaid syntax.", - "tags": [ - "VISUALIZE", - "DEVELOPMENT" - ] + "tags": ["VISUALIZE", "DEVELOPMENT"] }, { "patternName": "create_prd", "description": "Create Product Requirements Documents (PRDs) from input specs.", - "tags": [ - "DEVELOPMENT", - "WRITING", - "BUSINESS" - ] + "tags": ["DEVELOPMENT", "WRITING", "BUSINESS"] }, { "patternName": "explain_code", "description": "Analyze/explain code, security tool outputs, and configs.", - "tags": [ - "DEVELOPMENT", - "LEARNING" - ] + "tags": ["DEVELOPMENT", "LEARNING"] }, { "patternName": "create_sigma_rules", "description": "Extract TTPs and translate them into YAML Sigma detection rules.", - "tags": [ - "SECURITY", - "DEVELOPMENT" - ] + "tags": ["SECURITY", "DEVELOPMENT"] }, { "patternName": "extract_predictions", "description": "Identify/analyze predictions, claims, confidence, and verification.", - "tags": [ - "ANALYSIS", - "EXTRACT", - "CR THINKING" - ] + "tags": ["ANALYSIS", "EXTRACT", "CR THINKING"] }, { "patternName": "create_user_story", "description": "Write clear user stories with descriptions and acceptance criteria.", - "tags": [ - "DEVELOPMENT", - "WRITING" - ] + "tags": ["DEVELOPMENT", "WRITING"] }, { "patternName": "analyze_threat_report", "description": "Extract/analyze insights, trends, and recommendations from threat reports.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "analyze_malware", "description": "Analyze malware behavior, extract IOCs, MITRE ATT&CK, provide recommendations.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "extract_book_recommendations", "description": "Extract/prioritize practical advice from books.", - "tags": [ - "EXTRACT", - "SUMMARIZE", - "SELF" - ] + "tags": ["EXTRACT", "SUMMARIZE", "SELF"] }, { "patternName": "create_art_prompt", "description": "Transform concepts into detailed AI art prompts with style references.", - "tags": [ - "AI", - "VISUALIZE" - ] + "tags": ["AI", "VISUALIZE"] }, { "patternName": "create_network_threat_landscape", "description": "Analyze network ports/services to create threat reports with recommendations.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "create_academic_paper", "description": "Transform content into academic papers using LaTeX layout.", - "tags": [ - "WRITING", - "RESEARCH", - "LEARNING" - ] + "tags": ["WRITING", "RESEARCH", "LEARNING"] }, { "patternName": "create_keynote", "description": "Design TED-style presentations with narrative, slides and notes.", - "tags": [ - "WRITING", - "VISUALIZE" - ] + "tags": ["WRITING", "VISUALIZE"] }, { "patternName": "extract_core_message", "description": "Distill the fundamental message into a single, impactful sentence.", - "tags": [ - "ANALYSIS", - "SUMMARIZE" - ] + "tags": ["ANALYSIS", "SUMMARIZE"] }, { "patternName": "create_reading_plan", "description": "Design three-phase reading plans to build knowledge of topics.", - "tags": [ - "LEARNING", - "SELF" - ] + "tags": ["LEARNING", "SELF"] }, { "patternName": "extract_extraordinary_claims", "description": "Identify/extract claims contradicting scientific consensus.", - "tags": [ - "ANALYSIS", - "RESEARCH", - "CR THINKING" - ] + "tags": ["ANALYSIS", "RESEARCH", "CR THINKING"] }, { "patternName": "create_quiz", "description": "Generate review questions adapting difficulty to student levels.", - "tags": [ - "LEARNING" - ] + "tags": ["LEARNING"] }, { "patternName": "create_security_update", "description": "Compile security newsletters covering threats, advisories, developments with links.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "extract_skills", "description": "Extract/classify hard/soft skills from job descriptions into skill inventory.", - "tags": [ - "EXTRACT", - "ANALYSIS", - "BUSINESS" - ] + "tags": ["EXTRACT", "ANALYSIS", "BUSINESS"] }, { "patternName": "create_micro_summary", "description": "Generate concise summaries with one-sentence overview and key points.", - "tags": [ - "SUMMARIZE", - "WRITING" - ] + "tags": ["SUMMARIZE", "WRITING"] }, { "patternName": "extract_insights", "description": "Extract insights about life, tech, presenting as bullet points.", - "tags": [ - "EXTRACT", - "SELF" - ] + "tags": ["EXTRACT", "SELF"] }, { "patternName": "analyze_claims", "description": "Evaluate truth claims by analyzing evidence and logical fallacies.", - "tags": [ - "ANALYSIS", - "RESEARCH", - "CR THINKING" - ] + "tags": ["ANALYSIS", "RESEARCH", "CR THINKING"] }, { "patternName": "analyze_debate", "description": "Analyze debates identifying arguments, agreements, and emotional intensity.", - "tags": [ - "ANALYSIS", - "SUMMARIZE", - "CR THINKING" - ] + "tags": ["ANALYSIS", "SUMMARIZE", "CR THINKING"] }, { "patternName": "analyze_incident", "description": "Extract info from breach articles, including attack details and impact.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "analyze_interviewer_techniques", "description": "Study interviewer questions/methods to identify effective interview techniques.", - "tags": [ - "ANALYSIS", - "BUSINESS" - ] + "tags": ["ANALYSIS", "BUSINESS"] }, { "patternName": "analyze_military_strategy", "description": "Examine battles analyzing strategic decisions to extract military lessons.", - "tags": [ - "ANALYSIS", - "STRATEGY" - ] + "tags": ["ANALYSIS", "STRATEGY"] }, { "patternName": "analyze_logs", "description": "Examine server logs to identify patterns and potential system issues.", - "tags": [ - "DEVELOPMENT", - "SECURITY" - ] + "tags": ["DEVELOPMENT", "SECURITY"] }, { "patternName": "analyze_mistakes", "description": "Analyze past errors to prevent similar mistakes in predictions/decisions.", - "tags": [ - "ANALYSIS", - "SELF", - "CR THINKING" - ] + "tags": ["ANALYSIS", "SELF", "CR THINKING"] }, { "patternName": "analyze_personality", "description": "Psychological analysis by examining language to reveal personality traits.", - "tags": [ - "ANALYSIS", - "RESEARCH", - "SELF" - ] + "tags": ["ANALYSIS", "RESEARCH", "SELF"] }, { "patternName": "analyze_presentation", "description": "Evaluate presentations scoring novelty, value for feedback.", - "tags": [ - "ANALYSIS", - "REVIEW", - "BUSINESS" - ] + "tags": ["ANALYSIS", "REVIEW", "BUSINESS"] }, { "patternName": "analyze_product_feedback", "description": "Process user feedback to identify themes and prioritize insights.", - "tags": [ - "ANALYSIS", - "BUSINESS" - ] + "tags": ["ANALYSIS", "BUSINESS"] }, { "patternName": "analyze_proposition", "description": "Examine ballot propositions to assess purpose and potential impact.", - "tags": [ - "ANALYSIS", - "RESEARCH" - ] + "tags": ["ANALYSIS", "RESEARCH"] }, { "patternName": "analyze_prose", "description": "Evaluate writing quality by rating novelty, clarity, and style.", - "tags": [ - "ANALYSIS", - "WRITING", - "REVIEW" - ] + "tags": ["ANALYSIS", "WRITING", "REVIEW"] }, { "patternName": "analyze_risk", "description": "Assess vendor security compliance to determine risk levels.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "analyze_sales_call", "description": "Evaluate sales calls analyzing pitch, fundamentals, and customer interaction.", - "tags": [ - "ANALYSIS", - "BUSINESS" - ] + "tags": ["ANALYSIS", "BUSINESS"] }, { "patternName": "analyze_spiritual_text", "description": "Compare religious texts with KJV, identifying claims and doctrinal variations.", - "tags": [ - "ANALYSIS", - "RESEARCH", - "SELF" - ] + "tags": ["ANALYSIS", "RESEARCH", "SELF"] }, { "patternName": "analyze_tech_impact", "description": "Evaluate tech projects' societal impact across dimensions.", - "tags": [ - "ANALYSIS", - "RESEARCH", - "BUSINESS" - ] + "tags": ["ANALYSIS", "RESEARCH", "BUSINESS"] }, { "patternName": "analyze_threat_report_trends", "description": "Extract/analyze trends from threat reports to identify emerging patterns.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "answer_interview_question", "description": "Generate appropriate responses to technical interview questions.", - "tags": [ - "DEVELOPMENT", - "LEARNING" - ] + "tags": ["DEVELOPMENT", "LEARNING"] }, { "patternName": "ask_secure_by_design_questions", "description": "Generate security-focused questions to guide secure system design.", - "tags": [ - "SECURITY", - "DEVELOPMENT" - ] + "tags": ["SECURITY", "DEVELOPMENT"] }, { "patternName": "analyze_patent", "description": "Analyze patents to evaluate novelty and technical advantages.", - "tags": [ - "ANALYSIS", - "BUSINESS" - ] + "tags": ["ANALYSIS", "BUSINESS"] }, { "patternName": "analyze_threat_report_cmds", "description": "Interpret commands from threat reports, providing implementation guidance.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "enrich_blog_post", "description": "Enhance blog posts by improving structure and visuals for static sites.", - "tags": [ - "WRITING", - "VISUALIZE" - ] + "tags": ["WRITING", "VISUALIZE"] }, { "patternName": "explain_docs", "description": "Transform technical docs into clearer explanations with examples.", - "tags": [ - "WRITING", - "DEVELOPMENT" - ] + "tags": ["WRITING", "DEVELOPMENT"] }, { "patternName": "explain_math", "description": "Explain math concepts for students using step-by-step instructions.", - "tags": [ - "LEARNING" - ] + "tags": ["LEARNING"] }, { "patternName": "explain_project", "description": "Create project overviews with instructions and usage examples.", - "tags": [ - "DEVELOPMENT", - "BUSINESS" - ] + "tags": ["DEVELOPMENT", "BUSINESS"] }, { "patternName": "explain_terms", "description": "Create glossaries of advanced terms with definitions and analogies.", - "tags": [ - "WRITING", - "LEARNING" - ] + "tags": ["WRITING", "LEARNING"] }, { "patternName": "export_data_as_csv", "description": "Extract data and convert to CSV, preserving data integrity.", - "tags": [ - "CONVERSION", - "DEVELOPMENT" - ] + "tags": ["CONVERSION", "DEVELOPMENT"] }, { "patternName": "extract_algorithm_update_recommendations", "description": "Extract recommendations for improving algorithms, focusing on steps.", - "tags": [ - "EXTRACT", - "DEVELOPMENT", - "ANALYSIS" - ] + "tags": ["EXTRACT", "DEVELOPMENT", "ANALYSIS"] }, { "patternName": "extract_article_wisdom", "description": "Extract wisdom from articles, organizing into actionable takeaways.", - "tags": [ - "EXTRACT", - "SELF", - "WISDOM" - ] + "tags": ["EXTRACT", "SELF", "WISDOM"] }, { "patternName": "extract_book_ideas", "description": "Extract novel ideas from books to inspire new projects.", - "tags": [ - "EXTRACT", - "SELF", - "WISDOM" - ] + "tags": ["EXTRACT", "SELF", "WISDOM"] }, { "patternName": "extract_business_ideas", "description": "Identify business opportunities and insights", - "tags": [ - "BUSINESS" - ] + "tags": ["BUSINESS"] }, { "patternName": "extract_controversial_ideas", "description": "Analyze contentious viewpoints while maintaining objective analysis.", - "tags": [ - "EXTRACT", - "ANALYSIS", - "CR THINKING" - ] + "tags": ["EXTRACT", "ANALYSIS", "CR THINKING"] }, { "patternName": "extract_ctf_writeup", "description": "Extract techniques from CTF writeups to create learning resources.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "extract_ideas", "description": "Extract/organize concepts and applications into idea collections.", - "tags": [ - "EXTRACT", - "ANALYSIS", - "WISDOM" - ] + "tags": ["EXTRACT", "ANALYSIS", "WISDOM"] }, { "patternName": "extract_insights_dm", "description": "Extract insights from DMs, focusing on learnings and takeaways.", - "tags": [ - "EXTRACT", - "SELF", - "WISDOM" - ] + "tags": ["EXTRACT", "SELF", "WISDOM"] }, { "patternName": "extract_instructions", "description": "Extract procedures into clear instructions for implementation.", - "tags": [ - "EXTRACT", - "LEARNING", - "BUSINESS" - ] + "tags": ["EXTRACT", "LEARNING", "BUSINESS"] }, { "patternName": "extract_jokes", "description": "Extract/categorize jokes, puns, and witty remarks.", - "tags": [ - "OTHER" - ] + "tags": ["OTHER"] }, { "patternName": "extract_latest_video", "description": "Extract info from the latest video, including title and content.", - "tags": [ - "EXTRACT", - "SUMMARIZE" - ] + "tags": ["EXTRACT", "SUMMARIZE"] }, { "patternName": "extract_most_redeeming_thing", "description": "Identify the most positive aspect from content.", - "tags": [ - "ANALYSIS", - "SELF", - "WISDOM" - ] + "tags": ["ANALYSIS", "SELF", "WISDOM"] }, { "patternName": "extract_patterns", "description": "Extract patterns and themes to create reusable templates.", - "tags": [ - "EXTRACT", - "ANALYSIS", - "BUSINESS" - ] + "tags": ["EXTRACT", "ANALYSIS", "BUSINESS"] }, { "patternName": "extract_poc", "description": "Extract/document proof-of-concept demos from technical content.", - "tags": [ - "DEVELOPMENT", - "BUSINESS" - ] + "tags": ["DEVELOPMENT", "BUSINESS"] }, { "patternName": "extract_primary_problem", "description": "Identify/analyze the core problem / root causes.", - "tags": [ - "ANALYSIS", - "EXTRACT", - "CR THINKING" - ] + "tags": ["ANALYSIS", "EXTRACT", "CR THINKING"] }, { "patternName": "extract_primary_solution", "description": "Identify/analyze the main solution proposed in content.", - "tags": [ - "ANALYSIS", - "EXTRACT" - ] + "tags": ["ANALYSIS", "EXTRACT"] }, { "patternName": "extract_product_features", "description": "Extract/categorize product features into a structured list.", - "tags": [ - "EXTRACT", - "BUSINESS", - "DEVELOPMENT" - ] + "tags": ["EXTRACT", "BUSINESS", "DEVELOPMENT"] }, { "patternName": "extract_questions", "description": "Extract/categorize questions to create Q&A resources.", - "tags": [ - "EXTRACT", - "LEARNING", - "BUSINESS" - ] + "tags": ["EXTRACT", "LEARNING", "BUSINESS"] }, { "patternName": "extract_recipe", "description": "Extract/format recipes into instructions with ingredients and steps.", - "tags": [ - "SELF" - ] + "tags": ["SELF"] }, { "patternName": "extract_recommendations", "description": "Extract recommendations, organizing into actionable guidance.", - "tags": [ - "EXTRACT", - "ANALYSIS", - "SELF", - "WISDOM" - ] + "tags": ["EXTRACT", "ANALYSIS", "SELF", "WISDOM"] }, { "patternName": "extract_references", "description": "Extract/format citations into a structured reference list.", - "tags": [ - "EXTRACT", - "RESEARCH", - "WRITING", - "LEARNING" - ] + "tags": ["EXTRACT", "RESEARCH", "WRITING", "LEARNING"] }, { "patternName": "extract_song_meaning", "description": "Analyze song lyrics to uncover deeper meanings and themes.", - "tags": [ - "ANALYSIS", - "SELF" - ] + "tags": ["ANALYSIS", "SELF"] }, { "patternName": "extract_sponsors", "description": "Extract/organize sponsorship info, including names and messages.", - "tags": [ - "EXTRACT", - "BUSINESS" - ] + "tags": ["EXTRACT", "BUSINESS"] }, { "patternName": "extract_videoid", "description": "Extract/parse video IDs and URLs to create video lists.", - "tags": [ - "EXTRACT", - "CONVERSION" - ] + "tags": ["EXTRACT", "CONVERSION"] }, { "patternName": "extract_wisdom_agents", "description": "Extract insights from AI agent interactions, focusing on learning.", - "tags": [ - "AI", - "ANALYSIS", - "EXTRACT" - ] + "tags": ["AI", "ANALYSIS", "EXTRACT"] }, { "patternName": "extract_wisdom_dm", "description": "Extract learnings from DMs, focusing on personal growth.", - "tags": [ - "EXTRACT", - "SELF", - "WISDOM" - ] + "tags": ["EXTRACT", "SELF", "WISDOM"] }, { "patternName": "extract_wisdom_nometa", "description": "Extract pure wisdom from content without metadata.", - "tags": [ - "EXTRACT", - "CR THINKING", - "WISDOM" - ] + "tags": ["EXTRACT", "CR THINKING", "WISDOM"] }, { "patternName": "find_hidden_message", "description": "Analyze content to uncover concealed meanings and implications.", - "tags": [ - "ANALYSIS", - "RESEARCH", - "CR THINKING" - ] + "tags": ["ANALYSIS", "RESEARCH", "CR THINKING"] }, { "patternName": "find_logical_fallacies", "description": "Identify/analyze logical fallacies to evaluate argument validity.", - "tags": [ - "ANALYSIS", - "RESEARCH", - "CR THINKING" - ] + "tags": ["ANALYSIS", "RESEARCH", "CR THINKING"] }, { "patternName": "get_wow_per_minute", "description": "Calculate frequency of impressive moments to measure engagement.", - "tags": [ - "ANALYSIS", - "REVIEW" - ] + "tags": ["ANALYSIS", "REVIEW"] }, { "patternName": "get_youtube_rss", "description": "Generate RSS feed URLs for YouTube channels.", - "tags": [ - "CONVERSION", - "DEVELOPMENT" - ] + "tags": ["CONVERSION", "DEVELOPMENT"] }, { "patternName": "humanize", "description": "Transform technical content into approachable language.", - "tags": [ - "WRITING", - "CONVERSION" - ] + "tags": ["WRITING", "CONVERSION"] }, { "patternName": "identify_dsrp_distinctions", "description": "Analyze content using DSRP to identify key distinctions.", - "tags": [ - "ANALYSIS", - "RESEARCH" - ] + "tags": ["ANALYSIS", "RESEARCH"] }, { "patternName": "identify_dsrp_perspectives", "description": "Analyze content using DSRP to identify different viewpoints.", - "tags": [ - "ANALYSIS", - "RESEARCH" - ] + "tags": ["ANALYSIS", "RESEARCH"] }, { "patternName": "identify_dsrp_relationships", "description": "Analyze content using DSRP to identify connections.", - "tags": [ - "ANALYSIS", - "RESEARCH" - ] + "tags": ["ANALYSIS", "RESEARCH"] }, { "patternName": "identify_dsrp_systems", "description": "Analyze content using DSRP to identify systems and structures.", - "tags": [ - "ANALYSIS", - "RESEARCH" - ] + "tags": ["ANALYSIS", "RESEARCH"] }, { "patternName": "identify_job_stories", "description": "Extract/analyze user job stories to understand motivations.", - "tags": [ - "ANALYSIS", - "BUSINESS", - "DEVELOPMENT" - ] + "tags": ["ANALYSIS", "BUSINESS", "DEVELOPMENT"] }, { "patternName": "improve_academic_writing", "description": "Enhance academic writing by improving clarity and structure.", - "tags": [ - "WRITING", - "RESEARCH" - ] + "tags": ["WRITING", "RESEARCH"] }, { "patternName": "improve_prompt", "description": "Enhance AI prompts by refining clarity and specificity.", - "tags": [ - "AI", - "WRITING", - "DEVELOPMENT" - ] + "tags": ["AI", "WRITING", "DEVELOPMENT"] }, { "patternName": "improve_report_finding", "description": "Enhance security report by improving clarity and accuracy.", - "tags": [ - "SECURITY" - ] + "tags": ["SECURITY"] }, { "patternName": "improve_writing", "description": "Enhance writing by improving clarity, flow, and style.", - "tags": [ - "WRITING" - ] + "tags": ["WRITING"] }, { "patternName": "judge_output", "description": "Evaluate AI outputs for quality and accuracy.", - "tags": [ - "AI", - "ANALYSIS", - "REVIEW" - ] + "tags": ["AI", "ANALYSIS", "REVIEW"] }, { "patternName": "label_and_rate", "description": "Categorize/evaluate content by assigning labels and ratings.", - "tags": [ - "ANALYSIS", - "REVIEW", - "WRITING" - ] + "tags": ["ANALYSIS", "REVIEW", "WRITING"] }, { "patternName": "md_callout", "description": "Generate markdown callout blocks to highlight info.", - "tags": [ - "WRITING", - "CONVERSION" - ] + "tags": ["WRITING", "CONVERSION"] }, { "patternName": "official_pattern_template", "description": "Define pattern templates with sections for consistent creation.", - "tags": [ - "DEVELOPMENT", - "WRITING" - ] + "tags": ["DEVELOPMENT", "WRITING"] }, { "patternName": "prepare_7s_strategy", "description": "Apply McKinsey 7S framework to analyze organizational alignment.", - "tags": [ - "ANALYSIS", - "BUSINESS", - "STRATEGY" - ] + "tags": ["ANALYSIS", "BUSINESS", "STRATEGY"] }, { "patternName": "provide_guidance", "description": "Offer expert advice tailored to situations, providing steps.", - "tags": [ - "ANALYSIS", - "LEARNING", - "SELF" - ] + "tags": ["ANALYSIS", "LEARNING", "SELF"] }, { "patternName": "rate_ai_response", "description": "Evaluate AI responses for quality and effectiveness.", - "tags": [ - "AI", - "ANALYSIS", - "REVIEW" - ] + "tags": ["AI", "ANALYSIS", "REVIEW"] }, { "patternName": "rate_ai_result", "description": "Assess AI outputs against criteria, providing scores and feedback.", - "tags": [ - "AI", - "ANALYSIS", - "REVIEW" - ] + "tags": ["AI", "ANALYSIS", "REVIEW"] }, { "patternName": "rate_content", "description": "Evaluate content quality across dimensions, providing scoring.", - "tags": [ - "ANALYSIS", - "REVIEW", - "WRITING" - ] + "tags": ["ANALYSIS", "REVIEW", "WRITING"] }, { "patternName": "rate_value", "description": "Assess practical value of content by evaluating utility.", - "tags": [ - "ANALYSIS", - "BUSINESS", - "REVIEW" - ] + "tags": ["ANALYSIS", "BUSINESS", "REVIEW"] }, { "patternName": "raw_query", "description": "Process direct queries by interpreting intent.", - "tags": [ - "AI", - "ANALYSIS" - ] + "tags": ["AI", "ANALYSIS"] }, { "patternName": "recommend_artists", "description": "Suggest artists based on user preferences and style.", - "tags": [ - "ANALYSIS", - "RESEARCH", - "SELF" - ] + "tags": ["ANALYSIS", "RESEARCH", "SELF"] }, { "patternName": "recommend_pipeline_upgrades", "description": "Suggest CI/CD pipeline improvements for efficiency and security.", - "tags": [ - "DEVELOPMENT", - "SECURITY" - ] + "tags": ["DEVELOPMENT", "SECURITY"] }, { "patternName": "recommend_talkpanel_topics", "description": "Generate discussion topics for panel talks based on interests.", - "tags": [ - "ANALYSIS", - "WRITING" - ] + "tags": ["ANALYSIS", "WRITING"] }, { "patternName": "refine_design_document", "description": "Enhance design docs by improving clarity and accuracy.", - "tags": [ - "DEVELOPMENT", - "WRITING" - ] + "tags": ["DEVELOPMENT", "WRITING"] }, { "patternName": "review_design", "description": "Evaluate software designs for scalability and security.", - "tags": [ - "DEVELOPMENT", - "ANALYSIS", - "REVIEW" - ] + "tags": ["DEVELOPMENT", "ANALYSIS", "REVIEW"] }, { "patternName": "sanitize_broken_html_to_markdown", "description": "Clean/convert malformed HTML to markdown.", - "tags": [ - "CONVERSION", - "DEVELOPMENT" - ] + "tags": ["CONVERSION", "DEVELOPMENT"] }, { "patternName": "show_fabric_options_markmap", "description": "Visualize Fabric capabilities using Markmap syntax.", - "tags": [ - "VISUALIZE", - "DEVELOPMENT" - ] + "tags": ["VISUALIZE", "DEVELOPMENT"] }, { "patternName": "solve_with_cot", "description": "Solve problems using chain-of-thought reasoning.", - "tags": [ - "AI", - "ANALYSIS", - "LEARNING" - ] + "tags": ["AI", "ANALYSIS", "LEARNING"] }, { "patternName": "suggest_pattern", "description": "Recommend Fabric patterns based on user requirements.", - "tags": [ - "AI", - "ANALYSIS", - "DEVELOPMENT" - ] + "tags": ["AI", "ANALYSIS", "DEVELOPMENT"] }, { "patternName": "summarize", "description": "Generate summaries capturing key points and details.", - "tags": [ - "SUMMARIZE", - "WRITING" - ] + "tags": ["SUMMARIZE", "WRITING"] }, { "patternName": "summarize_debate", "description": "Summarize debates highlighting arguments and agreements.", - "tags": [ - "SUMMARIZE", - "ANALYSIS", - "CR THINKING" - ] + "tags": ["SUMMARIZE", "ANALYSIS", "CR THINKING"] }, { "patternName": "summarize_git_changes", "description": "Summarize git changes highlighting key modifications.", - "tags": [ - "DEVELOPMENT", - "SUMMARIZE" - ] + "tags": ["DEVELOPMENT", "SUMMARIZE"] }, { "patternName": "summarize_git_diff", "description": "Summarize git diff output highlighting functional changes.", - "tags": [ - "DEVELOPMENT", - "ANALYSIS" - ] + "tags": ["DEVELOPMENT", "ANALYSIS"] }, { "patternName": "summarize_lecture", "description": "Summarize lectures capturing key concepts and takeaways.", - "tags": [ - "SUMMARIZE", - "LEARNING", - "WRITING" - ] + "tags": ["SUMMARIZE", "LEARNING", "WRITING"] }, { "patternName": "summarize_legislation", "description": "Summarize legislation highlighting key provisions and implications.", - "tags": [ - "SUMMARIZE", - "ANALYSIS", - "WRITING" - ] + "tags": ["SUMMARIZE", "ANALYSIS", "WRITING"] }, { "patternName": "summarize_meeting", "description": "Summarize meetings capturing discussions and decisions.", - "tags": [ - "SUMMARIZE", - "WRITING", - "BUSINESS" - ] + "tags": ["SUMMARIZE", "WRITING", "BUSINESS"] }, { "patternName": "summarize_micro", "description": "Generate extremely concise summaries of content.", - "tags": [ - "SUMMARIZE", - "WRITING" - ] + "tags": ["SUMMARIZE", "WRITING"] }, { "patternName": "summarize_newsletter", "description": "Summarize newsletters highlighting updates and trends.", - "tags": [ - "SUMMARIZE", - "WRITING" - ] + "tags": ["SUMMARIZE", "WRITING"] }, { "patternName": "summarize_paper", "description": "Summarize papers highlighting objectives and findings.", - "tags": [ - "SUMMARIZE", - "RESEARCH", - "WRITING", - "LEARNING" - ] + "tags": ["SUMMARIZE", "RESEARCH", "WRITING", "LEARNING"] }, { "patternName": "summarize_prompt", "description": "Summarize AI prompts to identify instructions and outputs.", - "tags": [ - "ANALYSIS", - "AI" - ] + "tags": ["ANALYSIS", "AI"] }, { "patternName": "summarize_pull-requests", "description": "Summarize pull requests highlighting code changes.", - "tags": [ - "SUMMARIZE", - "DEVELOPMENT" - ] + "tags": ["SUMMARIZE", "DEVELOPMENT"] }, { "patternName": "summarize_rpg_session", "description": "Summarize RPG sessions capturing story events and decisions.", - "tags": [ - "SUMMARIZE", - "GAMING", - "WRITING" - ] + "tags": ["SUMMARIZE", "GAMING", "WRITING"] }, { "patternName": "t_analyze_challenge_handling", "description": "Evaluate challenge handling by analyzing response strategies.", - "tags": [ - "ANALYSIS", - "STRATEGY", - "CR THINKING" - ] + "tags": ["ANALYSIS", "STRATEGY", "CR THINKING"] }, { "patternName": "t_check_metrics", "description": "Analyze metrics, tracking progress and identifying trends.", - "tags": [ - "ANALYSIS", - "BUSINESS" - ] + "tags": ["ANALYSIS", "BUSINESS"] }, { "patternName": "t_create_h3_career", "description": "Generate career plans using the Head, Heart, Hands framework.", - "tags": [ - "BUSINESS", - "WRITING", - "SELF" - ] + "tags": ["BUSINESS", "WRITING", "SELF"] }, { "patternName": "t_create_opening_sentences", "description": "Generate compelling opening sentences for content.", - "tags": [ - "WRITING" - ] + "tags": ["WRITING"] }, { "patternName": "t_describe_life_outlook", "description": "Analyze personal philosophies to understand core beliefs.", - "tags": [ - "ANALYSIS", - "WRITING", - "SELF" - ] + "tags": ["ANALYSIS", "WRITING", "SELF"] }, { "patternName": "t_extract_intro_sentences", "description": "Extract intro sentences to identify engagement strategies.", - "tags": [ - "EXTRACT", - "ANALYSIS", - "WRITING" - ] + "tags": ["EXTRACT", "ANALYSIS", "WRITING"] }, { "patternName": "t_extract_panel_topics", "description": "Extract panel topics to create engaging discussions.", - "tags": [ - "EXTRACT", - "ANALYSIS", - "WRITING" - ] + "tags": ["EXTRACT", "ANALYSIS", "WRITING"] }, { "patternName": "t_find_blindspots", "description": "Identify blind spots in thinking to improve awareness.", - "tags": [ - "ANALYSIS", - "STRATEGY", - "CR THINKING" - ] + "tags": ["ANALYSIS", "STRATEGY", "CR THINKING"] }, { "patternName": "t_find_negative_thinking", "description": "Identify negative thinking patterns to recognize distortions.", - "tags": [ - "ANALYSIS", - "STRATEGY", - "CR THINKING" - ] + "tags": ["ANALYSIS", "STRATEGY", "CR THINKING"] }, { "patternName": "t_find_neglected_goals", "description": "Identify neglected goals to surface opportunities.", - "tags": [ - "STRATEGY", - "CR THINKING", - "SELF" - ] + "tags": ["STRATEGY", "CR THINKING", "SELF"] }, { "patternName": "t_give_encouragement", "description": "Generate personalized messages of encouragement.", - "tags": [ - "WRITING", - "SELF" - ] + "tags": ["WRITING", "SELF"] }, { "patternName": "t_red_team_thinking", "description": "Apply adversarial thinking to identify weaknesses.", - "tags": [ - "ANALYSIS", - "SECURITY", - "STRATEGY", - "CR THINKING" - ] + "tags": ["ANALYSIS", "SECURITY", "STRATEGY", "CR THINKING"] }, { "patternName": "t_threat_model_plans", "description": "Analyze plans through a security lens to identify threats.", - "tags": [ - "SECURITY", - "ANALYSIS", - "STRATEGY" - ] + "tags": ["SECURITY", "ANALYSIS", "STRATEGY"] }, { "patternName": "t_visualize_mission_goals_projects", "description": "Visualize missions and goals to clarify relationships.", - "tags": [ - "VISUALIZE", - "BUSINESS", - "STRATEGY" - ] + "tags": ["VISUALIZE", "BUSINESS", "STRATEGY"] }, { "patternName": "t_year_in_review", "description": "Generate annual reviews by analyzing achievements and learnings.", - "tags": [ - "ANALYSIS", - "WRITING", - "BUSINESS" - ] + "tags": ["ANALYSIS", "WRITING", "BUSINESS"] }, { "patternName": "to_flashcards", "description": "Convert content into flashcard format for learning.", - "tags": [ - "LEARNING", - "CONVERSION" - ] + "tags": ["LEARNING", "CONVERSION"] }, { "patternName": "transcribe_minutes", "description": "Convert meeting recordings into structured minutes.", - "tags": [ - "WRITING", - "BUSINESS", - "CONVERSION" - ] + "tags": ["WRITING", "BUSINESS", "CONVERSION"] }, { "patternName": "translate", "description": "Convert content between languages while preserving meaning.", - "tags": [ - "CONVERSION" - ] + "tags": ["CONVERSION"] }, { "patternName": "tweet", "description": "Transform content into concise tweets.", - "tags": [ - "WRITING", - "CONVERSION" - ] + "tags": ["WRITING", "CONVERSION"] }, { "patternName": "write_essay", "description": "Create essays with thesis statements and arguments.", - "tags": [ - "WRITING", - "RESEARCH", - "LEARNING" - ] + "tags": ["WRITING", "RESEARCH", "LEARNING"] }, { "patternName": "write_hackerone_report", "description": "Create vulnerability reports following HackerOne's format.", - "tags": [ - "SECURITY", - "WRITING", - "ANALYSIS" - ] + "tags": ["SECURITY", "WRITING", "ANALYSIS"] }, { "patternName": "write_latex", "description": "Generate LaTeX documents with proper formatting.", - "tags": [ - "WRITING", - "RESEARCH", - "CONVERSION" - ] + "tags": ["WRITING", "RESEARCH", "CONVERSION"] }, { "patternName": "write_micro_essay", "description": "Create concise essays presenting a single key idea.", - "tags": [ - "WRITING", - "RESEARCH" - ] + "tags": ["WRITING", "RESEARCH"] }, { "patternName": "write_nuclei_template_rule", "description": "Generate Nuclei scanning templates with detection logic.", - "tags": [ - "SECURITY", - "DEVELOPMENT" - ] + "tags": ["SECURITY", "DEVELOPMENT"] }, { "patternName": "write_pull-request", "description": "Create pull request descriptions with summaries of changes.", - "tags": [ - "DEVELOPMENT" - ] + "tags": ["DEVELOPMENT"] }, { "patternName": "write_semgrep_rule", "description": "Create Semgrep rules for static code analysis.", - "tags": [ - "SECURITY", - "DEVELOPMENT" - ] + "tags": ["SECURITY", "DEVELOPMENT"] }, { "patternName": "extract_wisdom_short", "description": "Extract condensed insightful ideas and recommendations focusing on life wisdom.", - "tags": [ - "EXTRACT", - "WISDOM", - "SELF" - ] + "tags": ["EXTRACT", "WISDOM", "SELF"] }, { "patternName": "analyze_bill", "description": "Analyze a legislative bill and implications.", - "tags": [ - "ANALYSIS", - "BILL" - ] + "tags": ["ANALYSIS", "BILL"] }, { "patternName": "analyze_bill_short", "description": "Consended - Analyze a legislative bill and implications.", - "tags": [ - "ANALYSIS", - "BILL" - ] + "tags": ["ANALYSIS", "BILL"] }, { "patternName": "create_coding_feature", - "description": "[Description pending]", - "tags": [ - "DEVELOPMENT" - ] + "description": "Generate secure and composable code features using latest technology and best practices.", + "tags": ["DEVELOPMENT"] }, { "patternName": "create_excalidraw_visualization", "description": "Create visualizations using Excalidraw.", - "tags": [ - "VISUALIZATION" - ] + "tags": ["VISUALIZATION"] }, { "patternName": "create_flash_cards", "description": "Generate flashcards for key concepts and definitions.", - "tags": [ - "LEARNING" - ] + "tags": ["LEARNING"] }, { "patternName": "create_loe_document", "description": "Create detailed Level of Effort (LOE) estimation documents.", - "tags": [ - "DEVELOPMENT", - "BUSINESS" - ] + "tags": ["DEVELOPMENT", "BUSINESS"] }, { "patternName": "extract_domains", "description": "Extract key content and source.", - "tags": [ - "EXTRACT", - "ANALYSIS" - ] + "tags": ["EXTRACT", "ANALYSIS"] }, { "patternName": "extract_main_activities", "description": "Extract and list main events from transcripts.", - "tags": [ - "EXTRACT", - "ANALYSIS" - ] + "tags": ["EXTRACT", "ANALYSIS"] }, { "patternName": "find_female_life_partner", "description": "Clarify and summarize partner criteria in direct language.", - "tags": [ - "SELF" - ] + "tags": ["SELF"] }, { "patternName": "youtube_summary", "description": "Summarize YouTube videos with key points and timestamps.", - "tags": [ - "SUMMARIZE" - ] + "tags": ["SUMMARIZE"] + }, + { + "patternName": "analyze_paper_simple", + "description": "Analyze research papers to determine primary findings and assess scientific rigor.", + "tags": ["ANALYSIS", "RESEARCH", "WRITING"] + }, + { + "patternName": "analyze_terraform_plan", + "description": "Analyze Terraform plans for infrastructure changes, security risks, and cost implications.", + "tags": ["ANALYSIS", "DEVOPS"] + }, + { + "patternName": "create_mnemonic_phrases", + "description": "Create memorable mnemonic sentences using given words in exact order for memory aids.", + "tags": ["CREATIVITY", "LEARNING"] + }, + { + "patternName": "summarize_board_meeting", + "description": "Convert board meeting transcripts into formal meeting notes for corporate records.", + "tags": ["ANALYSIS", "BUSINESS"] + }, + { + "patternName": "write_essay_by_author", + "description": "Write essays on given topics in the distinctive style of specified authors.", + "tags": ["WRITING", "CREATIVITY"] } ] }