Transform meeting transcripts into feature ideas with actionable coding prompts to be directly fed into your Cursor AI Agent. Once the feature is created, Git operations are all one click away—from branch creation all the way to pull request generation with AI-crafted titles and descriptions.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
A Cursor extension that transforms meeting transcripts into feature ideas with actionable coding prompts to be directly fed into your Cursor AI Agent. Once the feature is created, Git operations are all one click away—from branch creation all the way to pull request generation with AI-crafted titles and descriptions. It streamlines the workflow from discussion to ideation to code deployment, enabling developers to quickly implement and document new features.
Features
Meeting To Code
Paste transcripts/notes from internal team meetings, customer discussions, or product planning sessions
Filter discussion contents down by speaker or topic
Get a list of feature requests & code changes separated by concerns for incremental development
Generate step-by-step, actionable, effective prompts curated for Cursor's AI Coding Agent
Code to GitHub
Streamline the entire Git process from branch creation to pull request generation
Create new feature branches with one click
Commit changes with AI-crafted commit messages with one click
Push changes & create pull requests with AI-crafted titles and descriptions with one click
Requirements
Cursor IDE
Your own OpenAI API key (required for AI analysis)
Getting Started
Install the extension from the Cursor Marketplace
Set up your OpenAI API key:
Press Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (Mac)
Type "Set API Key" and select the command
Enter your OpenAI API key when prompted
Note on API Usage: MeetingToCode uses your OpenAI API key directly, giving you full control over your API usage and costs. We leverage the most efficient models available, making each analysis cost-effective - typically just fractions of a cent per use. Your API key is stored securely in Cursor's secret storage and is never transmitted to any external servers.
Usage
Open the MeetingToCode panel:
Press Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (Mac)
Type "Open MeetingToCode" and select the command
In the panel:
Paste your meeting transcript or notes
(Optional) Enter a specific speaker's name to focus on their contributions
(Optional) Enter specific topics to focus on
Click "Generate Prompts"
For each feature discussed in the meeting, you'll get:
A clear description of what to implement
Step-by-step instructions for implementation
A prompt ready to copy and paste into Cursor's Agent
Suggestions for unit tests if needed
To implement a feature:
Copy the generated prompt
Open Cursor's Agent
Paste the prompt
Let Cursor's Agent implement the feature
To manage your code changes:
Click "Create Branch" to start a new feature branch
Click "Commit Changes" to save your work
Click "Create Pull Request" to submit your changes
Extension Settings
This extension contributes the following commands:
meetingtocode.open: Open the MeetingToCode panel
meeting-notes-ai.setApiKey: Set your OpenAI API key
meeting-notes-ai.getApiKey: Get your stored API key
Release Notes
0.0.8
Initial release of MeetingToCode with AI-powered meeting notes analysis and task generation optimized for Cursor's Agent.