Skip to content

Commit f25dde9

Browse files
committed
Rename all workflow rules to verb-workflow-name format and update tiles accordingly
1 parent eb6e7b2 commit f25dde9

7 files changed

Lines changed: 9 additions & 5 deletions

File tree

.cursor/rules/workflows/git-commits.mdc renamed to .cursor/rules/workflows/commit-changes.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Workflow for writing effective git commit messages
33
globs:
44
alwaysApply: false
55
---
6-
# Git Commit Workflow
6+
# Commite Changes Workflow
77

88
Follow these steps to commit changes:
99

.cursor/rules/workflows/create-prd.mdc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ description: Workflow for creating a product requirement description (PRD)
33
globs:
44
alwaysApply: false
55
---
6+
# Create PRD Workflow
7+
68
The user will provide a description of a new feature. Your job is to work with the user to do research and create a high-level PRD using language that is easy to understand for non-technical people.
79

810
The output will be a `./task-manager/[prd-title]/prd.md` file with the high-level PRD description and overview of product increments needed to implement the feature.

.cursor/rules/workflows/implement-product-increment.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Workflow for implementing tasks for a product increment
33
globs:
44
alwaysApply: false
55
---
6-
# Implement tasks within a product increment
6+
# Implement Product Increment Workflow
77

88
The user will provide a link to files with a PRD and a product increment description, or links to a backlog item in [PRODUCT_MANAGEMENT_TOOL] with the PRD and a link to a product increment. Your job is to implement the tasks defined in the product increment. If no product increment is provided, inspect all product increments to find the first product increment that has not been fully completed.
99

.cursor/rules/workflows/plan-product-increment.mdc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ description: Workflow for creating small product increments based on a product r
33
globs:
44
alwaysApply: false
55
---
6+
# Plan Product Increment Workflow
7+
68
The user will provide a link to a product requirement description (PRD) or a link to a backlog item in [PRODUCT_MANAGEMENT_TOOL], and ask you to create technical tasks for one product increment.
79

810
The goal is to create a `./task-manager/[prd-title]/[#-increment-title].md` file with low-level technical tasks and, when approved, create matching tasks in [PRODUCT_MANAGEMENT_TOOL].

.cursor/rules/workflows/pull-request.mdc renamed to .cursor/rules/workflows/prepare-pull-request.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Workflow for writing pull request titles and descriptions
33
globs:
44
alwaysApply: false
55
---
6-
# Pull Request Workflow
6+
# Prepare Pull Request Workflow
77

88
Follow these steps to create pull request titles and descriptions:
99

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Workflow for code review of branches, uncommitted changes, or files
33
globs:
44
alwaysApply: false
55
---
6-
# Code Review Workflow
6+
# Review Code Workflow
77

88
Follow these steps carefully to review files *one by one*:
99

.cursor/rules/workflows/ai-rules.mdc renamed to .cursor/rules/workflows/update-ai-rules.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Workflow for creating and maintaining AI rules
33
globs:
44
alwaysApply: false
55
---
6-
# AI Rules Workflow
6+
# Update AI Rules Workflow
77

88
Follow these steps to create and update AI rules files. Rules should be created in appropriate subfolders of the `.cursor/` directory, with clear file names that reflect their purpose (e.g., `.cursor/rules/backend/strongly-typed-ids.mdc`, `.cursor/rules/frontend/tanstack-query-api-integration.mdc`).
99

0 commit comments

Comments
 (0)