feat: Update prompting rules to emphasize English usage, first-person phrasing, and conciseness for AI prompts
This commit is contained in:
@@ -45,6 +45,9 @@ Use this structure by default:
|
||||
|
||||
## Prompt Quality Rules
|
||||
|
||||
- Write prompts in English by default for GitHub Copilot and other development-machine AI tools unless the user explicitly asks for another language.
|
||||
- Prefer first-person phrasing when drafting a prompt the user will paste directly into another AI tool, unless the user asks for a different voice.
|
||||
- Keep prompts concise by default; include only the context needed for correct execution.
|
||||
- Prefer precise task framing over long background dumps.
|
||||
- Include Jira ID and title when the work maps to a ticket.
|
||||
- Include current constraints such as REST feature flag, GraphQL fallback, auth state, backend-driven behavior, and consumer validation when relevant.
|
||||
|
||||
Reference in New Issue
Block a user