get_research_prompt
Generate an analysis prompt from research data to extract behavioral patterns, pain points, and goals. Process the prompt with your LLM and save structured results.
Instructions
Generate an analysis prompt from research data.
Reads all research files (or specified subset) and returns a prompt that you (the AI host) should process with your LLM to extract:
Behavioral patterns
Pain points
Goals and motivations
Environment/context factors
Key differentiators between user segments
After processing, call save_patterns with the structured result.
Args: project_path: Absolute path to the project directory. source_files: Optional list of specific file names to analyze.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | ||
| source_files | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |