prompts/commands
2025-08-11 01:41:34 -04:00
..
code_review.md Added command prompts 2025-08-04 03:18:43 -04:00
create_brief.md Added command prompts 2025-08-04 03:18:43 -04:00
plan_feature.md Added command prompts 2025-08-04 03:18:43 -04:00
README.md feature: Add command for documentation writing 2025-08-11 01:41:34 -04:00
write_docs.md feature: Add command for documentation writing 2025-08-11 01:41:34 -04:00

Overview

This folder includes prompts that should be copy/pasted into your docs/commands folder and then used by tagging them in the chat (e.g. @plan_feature.md) and providing additional context such as the description of your feature.

Feel free to customize them to your needs! These are really just a starting point and what works for me.

The Perfect Cursor AI Workflow (3 Simple Steps)

🎥 The Perfect Cursor AI Workflow (3 Simple Steps)

Example Use

Create Brief

Used for establishing the bigger picture context of what this project is about which can be helpful to plan new features.

@create_brief.md 

We are building an application to help dungeon masters plan their D&D campaigns and it's going to be called Dragonroll. It will include a variety of different tools, such as a random map generator and bc generator, loot generator and so on. We will use ai and allow the dungeon master to input certain prompts or use the tools directly.

Plan Feature

Used to create a technical plan for a new feature. Focuses on the technical requirements - NOT product manager context bloat or overly specific code details.

@plan_feature.md 

We want to add a new page that is going to be our NPC generator. To implement this, we are going to use the open ai api to generate the description of the npc as well as a name And we'll also generate an image for the npc using the open ai gpt-image-1 model.

Code Review

Used to review the successful completion of a plan in a separate chat (and yes, it's this minimal)

@code_review.md
@0001_PLAN.md

Documentation Writing

Used to create comprehensive documentation for the plan, review, and implementation.

@write_docs.md
@0001_PLAN.md
@0001_REVIEW.md