feat: diversify personality preset assignments across templates#743
feat: diversify personality preset assignments across templates#743
Conversation
Vary personality presets per template so each org has a distinct "feel": - Solo Founder: rapid_prototyper for scrappy iteration - Tech Startup: rapid_prototyper CTO, team_diplomat mid devs - Product Team: methodical_analyst UX Researcher, communication_bridge FS dev - Agency: team_diplomat Scrum Master, creative_innovator Content Writer - Research Lab: disciplined_executor Data Engineer - Full Company: independent_researcher UX Researcher, empathetic_mentor SM Fix role mismatches: Scrum Master no longer shares process_optimizer with COO, UX Researcher differentiated from UX Designer. All 4 previously unused presets (team_diplomat, empathetic_mentor, rapid_prototyper, communication_bridge) are now assigned. 19 changes across 6 YAML files. Closes #718 Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
- Research Lab Backend Dev: pragmatic_builder -> independent_researcher (per issue #718 explicit request, differentiates from dev_shop) - Agency QA Engineer: quality_guardian -> process_optimizer (QA Engineer variation -- issue flagged zero diversification) - Agency Full-Stack Dev (Mid): eager_learner -> empathetic_mentor (reduces eager_learner repetition across templates) - docs/design/organization.md: update startup template example to match actual team_diplomat assignment Pre-reviewed by 2 agents, 4 findings addressed. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (7)
📜 Recent review details⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
🧰 Additional context used📓 Path-based instructions (1)docs/design/*.md📄 CodeRabbit inference engine (CLAUDE.md)
Files:
🧠 Learnings (7)📓 Common learnings📚 Learning: 2026-03-20T08:28:32.845ZApplied to files:
📚 Learning: 2026-03-16T06:24:56.341ZApplied to files:
📚 Learning: 2026-03-19T07:13:44.964ZApplied to files:
📚 Learning: 2026-03-19T07:12:14.508ZApplied to files:
📚 Learning: 2026-03-14T15:43:05.601ZApplied to files:
📚 Learning: 2026-03-15T18:38:44.202ZApplied to files:
🔇 Additional comments (23)
WalkthroughThis pull request updates personality preset assignments across seven template files and one documentation file. Specifically, 23 personality preset values are reassigned for agent roles including developers at various levels, managers, engineers, and specialized positions across multiple organizational templates ( 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request significantly enhances the realism and diversity of agent personalities within the synthorg system's organizational templates. By reassigning and diversifying personality presets across most built-in templates, it ensures a broader range of characteristics for agents, corrects previous role-to-preset misalignments, and fully utilizes all available personality presets. This change aims to create more distinct and nuanced organizational dynamics. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request updates the personality presets across six of the seven built-in templates to increase diversity and better align personalities with roles. The changes introduce four previously unused presets, ensuring all 20 available presets are now utilized. The overuse of the eager_learner preset is also addressed. Additionally, role-specific presets have been updated to better differentiate related roles like UX Researcher and UX Designer, and to provide unique personalities for roles like COO and Scrum Master. An example in the design documentation has been updated to reflect these changes. The changes are consistent with the stated goals of the pull request.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #743 +/- ##
=======================================
Coverage 92.27% 92.27%
=======================================
Files 573 573
Lines 29655 29655
Branches 2870 2870
=======================================
Hits 27365 27365
Misses 1810 1810
Partials 480 480 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
🤖 I have created a release *beep* *boop* --- ## [0.4.8](v0.4.7...v0.4.8) (2026-03-22) ### Features * add auto_cleanup config and improve update UX ([#741](#741)) ([289638f](289638f)) * add reporting lines, escalation paths, and workflow handoffs to templates ([#745](#745)) ([c374cc9](c374cc9)) * differentiate template operational configs ([#742](#742)) ([9b48345](9b48345)) * diversify personality preset assignments across templates ([#743](#743)) ([15487a5](15487a5)) * improve template metadata -- skill taxonomy, descriptions, tags, and display names ([#752](#752)) ([f333f24](f333f24)) ### Bug Fixes * resolve log analysis findings (Ollama prefix, logging, init) ([#748](#748)) ([8f871a4](8f871a4)) * use git tag for dev release container image tags ([#749](#749)) ([f30d071](f30d071)) * use subordinate_id/supervisor_id in HierarchyResolver ([#751](#751)) ([118235b](118235b)) ### Performance * add long-lived cache headers for content-hashed static assets ([#747](#747)) ([4d350b5](4d350b5)) * use worksteal distribution for pytest-xdist ([#750](#750)) ([b7dd7de](b7dd7de)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Summary
process_optimizerwith COO; UX Researcher differentiated from UX Designerteam_diplomat,empathetic_mentor,rapid_prototyper,communication_bridge) are now assigned -- all 20 presets utilizedeager_learnerreduced from 5 templates to 2process_optimizer)22 preset changes across 6 YAML files + 1 doc fix
Test plan
uv run python -m pytest tests/unit/templates/ -n auto)uv run ruff check src/ tests/)Review coverage
Pre-reviewed by 2 agents (docs-consistency, issue-resolution-verifier), 4 findings addressed.
Closes #718