Skip to content

Commit 1df5c4b

Browse files
committed
Update description field guidance to 5 words instead of 1-2 sentences
- Changed description field guidance from '1-2 sentences' to '5 words' - Updated YAML example to show concise 5-word description - Addresses feedback from @mrubens in PR comment #3041823916
1 parent bb3c07b commit 1df5c4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/prompts/instructions/create-mode.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If asked to create a project mode, create it in .roomodes in the workspace root.
2626
* groups: Array of allowed tool groups (can be empty). Each group can be specified either as a string (e.g., "edit" to allow editing any file) or with file restrictions (e.g., ["edit", { fileRegex: "\\.md$", description: "Markdown files only" }] to only allow editing markdown files)
2727
2828
- The following fields are optional but highly recommended:
29-
* description: A short, human-readable description of what this mode does (1-2 sentences)
29+
* description: A short, human-readable description of what this mode does (5 words)
3030
* whenToUse: A clear description of when this mode should be selected and what types of tasks it's best suited for. This helps the Orchestrator mode make better decisions.
3131
* customInstructions: Additional instructions for how the mode should operate
3232
@@ -37,7 +37,7 @@ Both files should follow this structure (in YAML format):
3737
customModes:
3838
- slug: designer # Required: unique slug with lowercase letters, numbers, and hyphens
3939
name: Designer # Required: mode display name
40-
description: A UI/UX expert specializing in design systems and responsive frontend development. # Optional but recommended: short description
40+
description: UI/UX design systems expert # Optional but recommended: short description (5 words)
4141
roleDefinition: >-
4242
You are Roo, a UI/UX expert specializing in design systems and frontend development. Your expertise includes:
4343
- Creating and maintaining design systems

0 commit comments

Comments
 (0)