D4
claude-personas – Multi-Persona Framework for Claude Code
Author and Maintainer (Open Source) · May 2026 – present
Framework for running multiple specialized Claude Code personas in parallel, each with its own isolated, role-specific persistent memory, so a solo developer can cover multiple roles across a project.
Technologies
Claude CodeShellPythonGitHub Actions
Contributions
- Designed a persona system (e.g. Developer, PM, Designer, Scientist) so one solo developer can run several specialized Claude Code agents in parallel instead of switching hats manually.
- Built isolated, role-specific persistent memory per persona, so each agent accumulates and reuses its own context across sessions without polluting the others.
- Set up a CI pipeline to keep the framework's own tooling and configuration reliable across changes.
- Public on GitHub (Jin-HoMLee/claude-personas).
Outcome
An open-source framework that lets a solo developer parallelize multi-role work by running several specialized, memory-isolated Claude Code personas at once.