Skip to content

Commit

Permalink
update prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
ZHallen122 committed Jan 11, 2025
1 parent faabb88 commit d4a1d1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export const prompts = {
<UXSitemap>
<page_gen>
N. [Main Section Title]
Description: (Brief description of page purpose)
N.1. [Sub-section Title]
N.1.1. [Further Detail]
N.1.2. [Further Detail]
Expand All @@ -49,6 +50,7 @@ export const prompts = {
<page_gen>
2. [Another Main Section]
Description: (Brief description of page purpose)
2.1 [Sub-section Title]
...
</page_gen>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const prompts = {
Output Requirements:
Use plain text (no Markdown).
Begin with <UXSitemap> and end with </UXSitemap>.
Within <UXSitemap>, generate multiple <gen_page> blocks, one for each page.
Within <UXSitemap>, start with <global_comp>, and generate multiple <gen_page> blocks, one for each page.
Each <gen_page> must follow this structure exactly:
<gen_page>
Expand Down Expand Up @@ -82,6 +82,7 @@ P#. [Page Name]
1. One or more \`<global_comp>\` blocks (if relevant).
2. Multiple \`<page_gen>\` blocks (one per page).
- Each \`<global_comp>\` or \`<page_gen>\` should include all relevant fields as stated above.
**Number** Goal Component in <global_comp> tag sequentially (G1., G2., etc.).
**Number** pages sequentially (P1., P2., etc.).
**Number** each component and feature sequentially within that page (C1.1, C1.2, F1.1, F1.2, etc.).
Thoroughly parse the PRD to include:
Expand Down

0 comments on commit d4a1d1e

Please sign in to comment.