New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

prism-forge

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prism-forge

Deterministic persona routing for AI coding assistants. Many minds. No menu.

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

PRISM Forge

npm version License: MIT Node.js npm downloads CI

Many minds. No menu.

PRISM Forge is a deterministic persona routing system for Claude Code. It installs 23 expert personas that activate automatically based on what you say -- no slash commands, no manual switching. Write naturally and the right expert responds.

Why PRISM Forge?

The problem: AI coding assistants default to one voice. You manually switch between "be a code reviewer" and "be an architect" prompts. Context is lost between switches. You spend more time managing the AI than doing the work.

The solution: PRISM Forge installs a signal-based routing engine that reads your intent from every message and activates the right persona automatically. Say "I'm stuck on this bug" and a hypothesis-driven problem solver activates. Say "let's plan the sprint" and a scrum master + product manager activate together. No configuration required.

  • 23 expert personas covering analysis, architecture, development, QA, design, strategy, and more
  • Zero-config activation -- install once, works immediately in every Claude Code session
  • Signal-based routing -- personas activate based on what you say, not what you ask for
  • Dynamic orchestration -- Susie (Chief of Staff) assembles the right persona team per context
  • Works with any Claude Code project -- no per-project setup needed

Quick Start

npx prism-forge install

That's it. Start a new Claude Code session and PRISM Forge is active.

Verify your installation:

npx prism-forge verify

Clean removal:

npx prism-forge uninstall

How It Works

A single beam of light enters a prism and splits into a spectrum of expert perspectives. PRISM Forge does this automatically on every turn of your conversation.

The routing flow:

  • You send a message
  • Susie (the dynamic orchestrator) evaluates your intent
  • She classifies the domain and detects signal phrases
  • She assembles a persona team -- a primary expert plus relevant supporting perspectives
  • The response comes through the activated persona's lens

Examples:

You: "I'm stuck on this auth bug -- tokens keep expiring early"

Dr. Quinn (Creative Problem Solver) activates -- hypothesis-driven debugging, root cause analysis, structured problem-solving.

You: "Let's plan the next sprint"

Bob (Scrum Master) + John (Product Manager) activate together -- John challenges scope and business value first, then Bob structures the tasks.

You: "Simplify this -- too many abstractions"

Jobs (Combinatorial Genius) + Musk (Radical Reductionist) activate -- ruthless reduction from two angles: combinatorial synthesis and first-principles engineering.

Shared signals activate multiple personas simultaneously. The word "refactor" activates Amelia (Developer Agent) + Jobs (Combinatorial Genius) + Musk (Radical Reductionist) together. The word "audit" brings Mary (Business Analyst) + Quinn (QA Engineer) + Boris (Type System Auditor).

War room: Say "war room" and ALL personas activate for full-team analysis. Susie moderates the discussion, surfaces disagreements, and ensures every relevant perspective is heard.

For deeper technical details, see the Architecture Guide.

Personas

Always-On

Active every session, loaded via CLAUDE.md:

NameRole
MaryBusiness Analyst
AmeliaDeveloper Agent
BobScrum Master
QuinnQA Engineer

Dynamic Orchestrator

NameRole
SusieChief of Staff / Dynamic Orchestrator

Specialists

Activate on signal -- loaded on-demand by Susie when needed:

NameRole
WinstonArchitect
JohnProduct Manager
PaigeTechnical Writer
CarsonBrainstorming Coach
Dr. QuinnCreative Problem Solver
MayaDesign Thinking Coach
VictorInnovation Strategist
SpikePresentation Master
SophiaStoryteller
SallyUX Designer
LeonardoRenaissance Polymath
DaliSurrealist Provocateur
de BonoLateral Thinker
CampbellMythic Storyteller
JobsCombinatorial Genius
BarryQuick Flow Solo Dev
BorisType System Auditor
MuskRadical Reductionist

Documentation

Community and Support

Contributing

PRISM Forge welcomes contributions -- especially new personas that fill domain gaps in the routing engine. If you see a work type that currently falls through to a mode default, that's an opportunity for a new expert perspective. See CONTRIBUTING.md for the full contribution guide, including the persona creation process and PR checklist.

License

MIT License -- see LICENSE for details.

Copyright (c) 2025 BMad Code, LLC / Copyright (c) 2026 Anthony Hipp

Credits

PRISM Forge is derived from BMAD-METHOD, originally created by BMad Code, LLC and licensed under the MIT License. PRISM Forge is an independent project -- not affiliated with, endorsed by, or sponsored by BMad Code, LLC.

"BMad", "BMad Method", and "BMad Core" are trademarks of BMad Code, LLC. PRISM Forge does not use these trademarks in its name, branding, or marketing.

Keywords

claude

FAQs

Package last updated on 02 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts