Skip to content

Commit 00b11ba

Browse files
Copilotpelikhan
andauthored
Remove numbered technique headers from better-prompts side quest (#2268)
* Initial plan * fix: remove numbered technique headings from better prompts side quest Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent c61e94b commit 00b11ba

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

workshop/side-quest-11-03-better-prompts.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Unlike a chat message, the task brief runs unattended. The AI can't ask clarifyi
2323

2424
---
2525

26-
## Technique 1: State the Goal, Not Just the Action
26+
## State the Goal, Not Just the Action
2727

2828
❌ Vague:
2929

@@ -42,7 +42,7 @@ Framing the _purpose_ helps the AI decide what to include and what to skip.
4242

4343
---
4444

45-
## Technique 2: Give the Output a Shape
45+
## Give the Output a Shape
4646

4747
Tell the AI exactly what format you want. Include section headings, list styles, or even a skeleton example.
4848

@@ -65,7 +65,7 @@ When the format is explicit, the output is predictable and easier to skim.
6565

6666
---
6767

68-
## Technique 3: Set Scope and Constraints
68+
## Set Scope and Constraints
6969

7070
If you don't constrain the AI, it may go broad. Be specific:
7171

@@ -78,7 +78,7 @@ Short constraints pay dividends over hundreds of automated runs.
7878

7979
---
8080

81-
## Technique 4: Reference Step Outputs Explicitly
81+
## Reference Step Outputs Explicitly
8282

8383
When your workflow fetches data in earlier steps (see [Step 16](16-connect-data-source.md)), point the AI at that data by name:
8484

@@ -92,7 +92,7 @@ The last line — "do not invent data" — is especially important. Without it,
9292

9393
---
9494

95-
## Technique 5: Add a "Done Means" Statement
95+
## Add a "Done Means" Statement
9696

9797
Close every task brief with a single sentence that defines success:
9898

@@ -160,4 +160,3 @@ posted to the Actions run summary.
160160
Return to [Build Your Daily Repo Status Workflow](07-your-first-workflow.md) or continue to [Refine, Test, and Improve Your Workflow](09-agentic-editing.md).
161161
<!-- /journey -->
162162

163-

0 commit comments

Comments
 (0)