mirror of
https://github.com/aljazceru/vibeline.git
synced 2026-01-14 12:04:30 +01:00
22 lines
584 B
YAML
22 lines
584 B
YAML
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: |