[EPIC] Persona Marketplace - Custom persona creation and sharing#3
Merged
Conversation
This was referenced Feb 4, 2026
SaharBarak
added a commit
that referenced
this pull request
Feb 5, 2026
Implements the Persona Creator Wizard with 5 steps: - Step 1: Basic Info (name, avatar, role, age, background, color) - Step 2: Communication Style (speaking style, formality, tone, verbosity) - Step 3: Personality & Biases (traits, biases, strengths, weaknesses) - Step 4: Language Preferences (primary language, notes) - Step 5: Review & Save (preview and confirmation) Features: - Full Hebrew/English RTL support - Form validation and preview - Tag-based selection with custom input - Avatar and color pickers - Progress indicator with step labels - Edit mode support for existing personas Part of Epic: Persona Marketplace (#3) Closes #18
4 tasks
3 tasks
SaharBarak
added a commit
that referenced
this pull request
Feb 6, 2026
Add PersonaManager for custom persona CRUD operations: - Define CustomPersona interface extending AgentPersona - Create PersonaManager class with full CRUD operations - Load/save personas from ~/.forge/personas/ - Comprehensive validation logic with errors and warnings - Support persona sets for grouping - Session integration with applyToSession() - Import/export functionality - Favorites and usage tracking - Filter and sort capabilities - 79 comprehensive tests covering all functionality Part of Epic: Persona Marketplace (#3) Closes #16
SaharBarak
added a commit
that referenced
this pull request
Feb 6, 2026
Implements the Persona Creator Wizard with 5 steps: - Step 1: Basic Info (name, avatar, role, age, background, color) - Step 2: Communication Style (speaking style, formality, tone, verbosity) - Step 3: Personality & Biases (traits, biases, strengths, weaknesses) - Step 4: Language Preferences (primary language, notes) - Step 5: Review & Save (preview and confirmation) Features: - Full Hebrew/English RTL support - Form validation and preview - Tag-based selection with custom input - Avatar and color pickers - Progress indicator with step labels - Edit mode support for existing personas Part of Epic: Persona Marketplace (#3) Closes #18
SaharBarak
added a commit
that referenced
this pull request
Feb 6, 2026
- PersonaLibrary: Grid/list view with search, filter, sort - Role-based filtering (strategist, creative, analyst, critic, custom) - Bulk selection for export - Import/export JSON functionality - Archive and delete actions - Full Hebrew RTL support - PersonaSandbox: Test persona responses - Side-by-side comparison mode - Carousel mode for multiple personas - Test history with export - Suggested prompts - Copy response functionality Part of Epic: Persona Marketplace (#3)
SaharBarak
added a commit
that referenced
this pull request
Feb 6, 2026
- PersonaLibrary: Grid/list view with search, filter, sort - Role-based filtering (strategist, creative, analyst, critic, custom) - Bulk selection for export - Import/export JSON functionality - Archive and delete actions - Full Hebrew RTL support - PersonaSandbox: Test persona responses - Side-by-side comparison mode - Carousel mode for multiple personas - Test history with export - Suggested prompts - Copy response functionality Part of Epic: Persona Marketplace (#3)
SaharBarak
added a commit
that referenced
this pull request
Feb 6, 2026
Add PersonaManager for custom persona CRUD operations: - Define CustomPersona interface extending AgentPersona - Create PersonaManager class with full CRUD operations - Load/save personas from ~/.forge/personas/ - Comprehensive validation logic with errors and warnings - Support persona sets for grouping - Session integration with applyToSession() - Import/export functionality - Favorites and usage tracking - Filter and sort capabilities - 79 comprehensive tests covering all functionality Part of Epic: Persona Marketplace (#3) Closes #16
This was referenced Feb 6, 2026
SaharBarak
added a commit
that referenced
this pull request
Feb 9, 2026
…tall/activate Implements the full Persona Marketplace experience as part of Epic #3: ## New Components - **PersonaMarketplace**: Full-screen marketplace overlay with tabbed navigation (Browse, Installed, Create, Sandbox), category sidebar, search, persona cards with install/activate/deactivate actions, and detail preview modal - **PersonaCard**: Marketplace grid card with status badges, tags, and action buttons - **PersonaPreview**: Modal with full persona details (background, traits, strengths, weaknesses, speaking style) and actions (install, activate, test in sandbox) ## New Store - **personaStore**: Zustand store managing marketplace state - installed/active persona tracking, filtering, preview state, tab navigation ## Integration - Added 'marketplace' view to uiStore - Integrated into ShellLayout with: - Status bar button (🎭 Personas) - Keyboard shortcut (Ctrl+Shift+P) - CLI command ('personas' / 'marketplace') - Lazy-loaded for performance (code splitting) - Hebrew/English bilingual support throughout ## Tests - PersonaMarketplace component tests (render, search, tabs, install) - personaStore unit tests (install/uninstall, activate/deactivate, filters)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem Statement
Personas are hardcoded (5 default Israeli tech personas). Users need:
Proposed Solution
Persona Creator Wizard
Persona Testing Sandbox
Local Management
~/.forge/personas/Future: Community Marketplace
Affected Components
src/agents/personas.ts- custom persona loadingsrc/lib/personas/moduleforge persona create,forge persona listSuccess Criteria
~/.forge/personas/Estimated Effort
~11 days (BE: 4, FE: 5, QA: 2)
📄 Full spec: docs/epics/003-persona-marketplace.md