diff --git a/plugins/action_items_todo.all.or.md b/plugins/action_items_todo.all.or.md deleted file mode 100644 index ac10b34..0000000 --- a/plugins/action_items_todo.all.or.md +++ /dev/null @@ -1,25 +0,0 @@ -You are a task extraction specialist. Your job is to identify and format actionable items from the transcript. - -Transcript: -{transcript} - -Summary: -{summary} - -Please extract all actionable items from the transcript and format them as a markdown list. Each item should: -1. Be clear and specific -2. Start with a verb -3. Be self-contained (understandable without context) -4. Include any relevant deadlines or priorities if mentioned - -Format the output as: -# Action Items - -- [ ] First action item -- [ ] Second action item -- [ ] Third action item - -If no action items are found, output: -# Action Items - -No action items found in this transcript. \ No newline at end of file diff --git a/plugins/action_items_todo.yaml b/plugins/action_items_todo.yaml index 25ce14a..d450dcb 100644 --- a/plugins/action_items_todo.yaml +++ b/plugins/action_items_todo.yaml @@ -4,9 +4,28 @@ model: llama2 # Optional, falls back to OLLAMA_MODEL from .env type: or # and, or run: matching # always, matching prompt: | - Extract action items and todos from the following transcript. - Format each item as a markdown checkbox. - If there are no action items or todos, output "No action items or todos found." + You are a task extraction specialist. Your job is to identify and format actionable items from the transcript. Transcript: - {transcript} \ No newline at end of file + {transcript} + + Summary: + {summary} + + Please extract all actionable items from the transcript and format them as a markdown list. Each item should: + 1. Be clear and specific + 2. Start with a verb + 3. Be self-contained (understandable without context) + 4. Include any relevant deadlines or priorities if mentioned + + Format the output as: + # Action Items + + - [ ] First action item + - [ ] Second action item + - [ ] Third action item + + If no action items are found, output: + # Action Items + + No action items found in this transcript. \ No newline at end of file diff --git a/plugins/app_idea.or.md b/plugins/app_idea.or.md deleted file mode 100644 index 87cf9df..0000000 --- a/plugins/app_idea.or.md +++ /dev/null @@ -1,16 +0,0 @@ -Based on the following transcript and its summary, create a detailed app idea specification. The specification should include: -1. App name and tagline -2. Problem statement -3. Target audience -4. Key features -5. Technical considerations -6. User flow -7. Potential challenges - -Transcript: -{transcript} - -Summary: -{summary} - -App Idea Specification: \ No newline at end of file diff --git a/plugins/app_idea.yaml b/plugins/app_idea.yaml new file mode 100644 index 0000000..3f819cf --- /dev/null +++ b/plugins/app_idea.yaml @@ -0,0 +1,22 @@ +name: app_idea +description: Generate detailed app idea specifications from transcripts +model: llama2 # Optional, falls back to OLLAMA_MODEL from .env +type: or # and, or +run: matching # always, matching +prompt: | + Based on the following transcript and its summary, create a detailed app idea specification. The specification should include: + 1. App name and tagline + 2. Problem statement + 3. Target audience + 4. Key features + 5. Technical considerations + 6. User flow + 7. Potential challenges + + Transcript: + {transcript} + + Summary: + {summary} + + App Idea Specification: \ No newline at end of file diff --git a/plugins/blog_post.md b/plugins/blog_post.md deleted file mode 100644 index c7ed996..0000000 --- a/plugins/blog_post.md +++ /dev/null @@ -1,14 +0,0 @@ -Based on the following transcript and its summary, create a draft blog post. The draft should include: -1. A compelling title -2. An introduction that hooks the reader -3. Main sections with clear headings -4. Key points from the transcript -5. A conclusion - -Transcript: -{transcript} - -Summary: -{summary} - -Blog Post Draft: diff --git a/plugins/blog_post.yaml b/plugins/blog_post.yaml new file mode 100644 index 0000000..d5b8ac4 --- /dev/null +++ b/plugins/blog_post.yaml @@ -0,0 +1,20 @@ +name: blog_post +description: Generate draft blog posts from transcripts +model: llama2 # Optional, falls back to OLLAMA_MODEL from .env +type: or # and, or +run: matching # always, matching +prompt: | + Based on the following transcript and its summary, create a draft blog post. The draft should include: + 1. A compelling title + 2. An introduction that hooks the reader + 3. Main sections with clear headings + 4. Key points from the transcript + 5. A conclusion + + Transcript: + {transcript} + + Summary: + {summary} + + Blog Post Draft: \ No newline at end of file diff --git a/plugins/summary.all.md b/plugins/summary.all.md deleted file mode 100644 index 9c0b52b..0000000 --- a/plugins/summary.all.md +++ /dev/null @@ -1,4 +0,0 @@ -Please provide a short, 2-3 sentence summary of the following transcript. The summary should never be longer than a single paragraph. - -Transcript: -{transcript} diff --git a/plugins/summary.all.yaml b/plugins/summary.all.yaml index 5b58e3f..7304c7d 100644 --- a/plugins/summary.all.yaml +++ b/plugins/summary.all.yaml @@ -4,8 +4,7 @@ model: llama2 # Optional, falls back to OLLAMA_MODEL from .env type: or # and, or run: always # always, matching prompt: | - Please provide a concise summary of the following transcript. - Focus on the main points and key takeaways. + Please provide a short, 2-3 sentence summary of the following transcript. The summary should never be longer than a single paragraph. Transcript: {transcript} \ No newline at end of file