Quickstart (First 10 Minutes)
Owner: PhantomPM User Docs Team
Last Updated: 2026-02-13
Status: Real
Step 1: Confirm CLI is Running
phantom --help
Step 2: Add Project Context
phantom context add ./
What this does now (Real):
- scans files recursively
- classifies file types
- calculates context stats
Step 3: Generate a First PRD
phantom prd create "Wishlist Feature"
What this does now (Real/Beta):
- generates PRD markdown from template
- writes output under
.phantom/output/
Step 4: Run Swarm Analysis
phantom swarm "Should we prioritize wishlist now?"
Current behavior (Beta):
- parallel swarm orchestration runs
- result content includes simulated components
Step 5: Check System Health
phantom health
Current behavior (Beta):
- dashboard is rendered
- many values are illustrative defaults
Notes
For deterministic behavior references, see: