Prompt Engineering
---
name: Prompt Engineering Suggestion
about: Suggest improvements to AI prompts, coaching, or AI interactions
title: '[PROMPT] '
labels: 'prompt-engineering, ai, enhancement'
assignees: ''
---
**Current Prompt/AI Behavior**
Describe the current AI behavior or prompt that could be improved:
**Suggested Improvement**
What specific changes would you suggest to the prompts or AI interactions?
**Expected AI Behavior**
How should the AI behave differently after this change?
**Prompt Engineering Technique**
What prompt engineering principles or techniques does this suggestion demonstrate?
- [ ] Context enhancement
- [ ] Personality consistency
- [ ] Progressive difficulty
- [ ] Error handling
- [ ] Cost optimization
- [ ] User experience improvement
- [ ] Educational value
- [ ] Other: ___________
**Code Location**
If you know where the relevant prompts are located:
- File: [e.g. `/app/api/claude/coaching/route.ts`]
- Function: [e.g. `coachingPrompt`]
- Lines: [if known]
**Testing Considerations**
How could we test that this improvement works as expected?
**Educational Impact**
How would this change improve the learning experience or demonstrate better prompt engineering?
**Additional Context**
Any research, examples, or inspiration for this suggestion?when to use it
Community prompt sourced from the open-source GitHub repo harris-boyce/claudle-nextjs (MIT). A "Prompt Engineering" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
codingcommunitydeveloper
source
harris-boyce/claudle-nextjs · MIT
more in Coding
Coding✓ tested
Senior code review (strict mode)
senior staff engineer running a merciless but fair review
Coding✓ tested
Debug by hypothesis, not by guessing
debugging partner who forms theories before touching code
Coding✓ tested
Generate tests from described behavior
test engineer who writes tests that would actually catch regressions