Scroll Enter the Portal

Welcome to

Claude Universe

Claude Universe

Five systems. One plugin.

Intelligence for standards, testing, security, understanding, and evolution.

Install

claude plugin add mbwsims/claude-universe

Command Map

One slash-command surface, five distinct roles in the engineering loop.

System Intelligence Commands Role
Navigate Instruction intelligence /discover, /lint-rules, /check-rules Extract the standards
Diagnose Testing intelligence /test, /test-review, /test-plan Pressure the behavior
Shield Security intelligence /scan, /threat-model, /security-review Model the attacks
Survey Codebase intelligence /trace, /hotspots, /impact, /explain, /map See the blast radius
Timewarp Temporal intelligence /recap, /drift, /dissect, /forecast, /rewind Trace the evolution
01 Instruction intelligence

Navigate

Discover your project's unwritten conventions, lint instruction quality, and check whether the codebase actually follows the rules.

  • Reverse-engineers conventions from real code with evidence
  • Flags vague rules, conflicts, and coverage gaps inside your instructions
  • Checks conformance between written guidance and actual implementation
/discover /lint-rules /check-rules
02 Testing intelligence

Diagnose

Write tests that catch real bugs instead of just proving the happy path still works.

  • Plans the input space before it writes a single test
  • Generates deeper assertions and stronger error-path coverage
  • Reviews existing tests with graded feedback and concrete fixes
/test /test-review /test-plan
03 Security intelligence

Shield

Find vulnerabilities before attackers do, with reviews centered on exploit paths and mitigations.

  • Scans for issues like IDOR, SSRF, injection, and mass assignment
  • Builds STRIDE threat models around features and attack surfaces
  • Traces untrusted input through code to ask whether it can actually be exploited
/scan /threat-model /security-review
04 Codebase intelligence

Survey

Understand the codebase before you change it so every edit lands with context instead of guesswork.

  • Follows features through routes, services, storage, and side effects
  • Finds hotspots, blast radius, and architectural boundaries before risky edits
  • Explains both what a module does and why it evolved that way
/trace /hotspots /impact /explain /map
05 Temporal intelligence

Timewarp

Understand how your codebase evolved so you can refactor with history, not guesswork.

  • Recaps recent changes and surfaces neglected areas of the codebase
  • Detects architectural drift when code quietly evolves away from its purpose
  • Forecasts which files are about to become problems based on growth trends
/recap /drift /dissect /forecast /rewind

Command Catalog

A catalog for the Claude Universe command surface.

Navigate Instruction IQ
Diagnose Testing IQ
Shield Security IQ
Survey Codebase IQ
Timewarp Temporal IQ
A1 Navigate

/discover

Reverse-engineer conventions from real code.

Best for surfacing unwritten rules.

A2 Navigate

/lint-rules

Analyze instruction quality, conflicts, and gaps.

Best for tightening the rulebook before relying on it.

A3 Navigate

/check-rules

Compare written rules against current code with evidence.

Best for seeing where adherence holds or drifts.

T1 Diagnose

/test-plan

Map the input space before writing tests.

Best for planning coverage with intention.

T2 Diagnose

/test

Generate stronger tests with deeper assertions and edge cases.

Best for turning a plan into real coverage.

T3 Diagnose

/test-review

Grade an existing suite and surface what it still misses.

Best for auditing test quality quickly.

S1 Shield

/scan

Sweep code for exploitable vulnerabilities and attack paths.

Best for finding concrete security issues fast.

S2 Shield

/threat-model

Build a STRIDE view of assets, surfaces, and threats.

Best for feature-level risk reasoning.

S3 Shield

/security-review

Trace untrusted input and ask whether it can be exploited.

Best for inspecting sensitive code like an attacker.

V1 Survey

/trace

Follow a feature through routes, services, and storage.

Best for making a system legible end-to-end.

V2 Survey

/hotspots

Rank risky files by churn, complexity, and coupling.

Best for finding where change is most dangerous.

V3 Survey

/impact

Estimate blast radius before touching a file or interface.

Best for knowing what a change will hit.

V4 Survey

/explain

Combine code reading and history into a deeper explanation.

Best for understanding both what and why.

V5 Survey

/map

Generate a fast overview of layers, boundaries, and dependencies.

Best for the two-minute system view.

W1 Timewarp

/recap

Summarize recent changes, focus areas, and neglected zones.

Best for catching up after time away.

W2 Timewarp

/drift

Detect when code has quietly evolved away from its original purpose.

Best for finding scope creep and architectural rot.

W3 Timewarp

/dissect

Trace when and why a file became complex.

Best for understanding complexity before simplifying it.

W4 Timewarp

/forecast

Predict which files are about to become problems.

Best for intervening before code hits critical mass.

W5 Timewarp

/rewind

View a historical version with annotated explanations of what changed.

Best for understanding the why behind the diff.

Navigate Instruction IQ 3 cmds
  • /discoverReverse-engineer conventions from real code.
  • /lint-rulesAnalyze instruction quality, conflicts, and gaps.
  • /check-rulesCompare written rules against current code with evidence.
Diagnose Testing IQ 3 cmds
  • /test-planMap the input space before writing tests.
  • /testGenerate stronger tests with deeper assertions and edge cases.
  • /test-reviewGrade an existing suite and surface what it still misses.
Shield Security IQ 3 cmds
  • /scanSweep code for exploitable vulnerabilities and attack paths.
  • /threat-modelBuild a STRIDE view of assets, surfaces, and threats.
  • /security-reviewTrace untrusted input and ask whether it can be exploited.
Survey Codebase IQ 5 cmds
  • /traceFollow a feature through routes, services, and storage.
  • /hotspotsRank risky files by churn, complexity, and coupling.
  • /impactEstimate blast radius before touching a file or interface.
  • /explainCombine code reading and history into a deeper explanation.
  • /mapGenerate a fast overview of layers, boundaries, and dependencies.
Timewarp Temporal IQ 5 cmds
  • /recapSummarize recent changes, focus areas, and neglected zones.
  • /driftDetect when code has quietly evolved away from its original purpose.
  • /dissectTrace when and why a file became complex.
  • /forecastPredict which files are about to become problems.
  • /rewindView a historical version with annotated explanations of what changed.