Add Distributed Caching Strategy Architect prompt#585
Add Distributed Caching Strategy Architect prompt#585
Conversation
💡 What: Added a new expert-level prompt `prompts/technical/architecture/distributed_caching_strategy_architect.prompt.yaml` to design multi-level distributed caching architectures. Also updated the documentation indexes. 🎯 Why: The `technical/architecture` domain was missing a specific, high-level workflow focused on comprehensive distributed caching strategies (e.g., CDN, edge caching, API gateway, L1/L2 caches, failure modes like hot keys and stampedes). This addresses a critical need in high-throughput, globally distributed systems. 📊 Impact: Provides a highly specialized architect persona for caching strategies, ensuring users can generate robust caching designs aligned with the Vector standard and industry best practices. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
There was a problem hiding this comment.
Pull request overview
Adds a new technical architecture prompt template for designing distributed caching strategies, and wires it into the repository’s prompt indices and generated documentation.
Changes:
- Added
Distributed Caching Strategy Architectprompt YAML underprompts/technical/architecture/. - Added generated docs page for the new prompt and linked it from docs indices/TOC.
- Updated the architecture prompt overview list to include the new prompt.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| prompts/technical/architecture/overview.md | Adds the new prompt to the architecture prompt listing. |
| prompts/technical/architecture/distributed_caching_strategy_architect.prompt.yaml | Introduces the new distributed caching strategy prompt definition (variables, messages, testData, evaluators). |
| docs/table-of-contents.md | Adds the new prompt doc page to the docs TOC. |
| docs/prompts/technical/architecture/distributed_caching_strategy_architect.prompt.md | Adds the generated documentation page for the new prompt. |
| docs/index.md | Links the new prompt doc page from the main docs index. |
| docs/architecture.md | Links the new prompt doc page from the architecture docs page. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| {{system_workloads}} | ||
| </input> | ||
| testData: | ||
| - input: |
| {{system_workloads}} | ||
| </input> | ||
| testData: | ||
| - input: |
Added a new prompt template for a Distributed Caching Strategy Architect and updated the corresponding documentation.
PR created automatically by Jules for task 12955247178339891653 started by @fderuiter