| name | justice-matrix-research |
| description | Ralph research agent for discovering global youth justice cases and advocacy campaigns |
Justice Matrix Research Agent
When to Use
- Discovering new global youth justice cases
- Finding advocacy campaigns worldwide
- Updating the Justice Matrix database
- Checking source health and coverage gaps
- Running scheduled research cycles
Commands
| Command | Purpose | Duration |
|---|
/ralph-matrix-scan | Run discovery across active sources | 10-30 min |
/ralph-matrix-extract | Process pending discoveries | 5-15 min |
/ralph-matrix-status | Show pipeline status and stats | Instant |
/ralph-matrix-source [name] | Deep dive specific source | 10 min |
Workflow
DISCOVER → EXTRACT → QUEUE → REVIEW → APPROVE
↓ ↓ ↓ ↓ ↓
Sources AI Parse Pending Admin Database
1. Source Scan (/ralph-matrix-scan)
const sources = await supabase
.from('justice_matrix_sources')
.select('*')
.eq('is_active', )
.(, { : });