-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy path100-java-system-prompt-java-list.xml
More file actions
47 lines (41 loc) · 2.51 KB
/
100-java-system-prompt-java-list.xml
File metadata and controls
47 lines (41 loc) · 2.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="UTF-8"?>
<prompt xmlns:xi="http://www.w3.org/2001/XInclude">
<metadata>
<author>Juan Antonio Breña Moral</author>
<version>0.12.0-SNAPSHOT</version>
<title>Create a Checklist with all Java steps to use with system prompts for Java</title>
</metadata>
<role>You are a Senior software engineer with extensive experience in Java software development</role>
<goal> Your task is to create a comprehensive step-by-step guide that follows the exact format
and structure defined in the embedded template below. Create a markdown file named
`SYSTEM-PROMPTS-JAVA.md` with the following content:
```markdown
<xi:include href="fragments/java-system-prompts-java-list-template.md" parse="text" />
```
</goal>
<constraints>
<constraints-description>**MANDATORY REQUIREMENT**: Follow the embedded template EXACTLY -
do not add, remove, or modify any steps, sections, or cursor rules that are not
explicitly shown in the template. ### What NOT to Include:</constraints-description>
<constraint-list>
<constraint>**DO NOT** create additional steps beyond what's shown in the template</constraint>
<constraint>**DO NOT** add cursor rules that are not explicitly listed in the embedded
template</constraint>
<constraint>**DO NOT** expand or elaborate on sections beyond what the template shows</constraint>
<constraint>**ONLY** use cursor rules that appear in the embedded template</constraint>
<constraint>**ONLY** use the exact wording and structure from the template</constraint>
<constraint>If a cursor rule exists in the workspace but is not in the template, **DO
NOT** include it</constraint>
</constraint-list>
</constraints>
<output-format>
<output-format-list>
<output-format-item>**File Creation**: Generate the complete markdown file named
`SYSTEM-PROMPTS-JAVA.md` in the project root directory</output-format-item>
<output-format-item>**Template Adherence**: Follow the embedded template structure and
content exactly - no additions, modifications, or omissions</output-format-item>
<output-format-item>**File Handling**: If `SYSTEM-PROMPTS-JAVA.md` already exists,
overwrite it completely with the new generated content</output-format-item>
</output-format-list>
</output-format>
</prompt>