Appendix B

Quick Reference Card

Printable cheat sheet. Ctrl+P for a clean print.

CLI Commands

CommandDescription
pforge initBootstrap project with setup wizard
pforge checkValidate setup files
pforge smithDiagnose environment + setup health
pforge statusShow phase status from roadmap
pforge new-phase <name>Create new phase plan + roadmap entry
pforge branch <plan>Create git branch from plan
pforge commit <plan> <slice>Auto-generate conventional commit
pforge phase-status <plan> <status>Update phase status in roadmap
pforge sweepScan for TODO/FIXME markers
pforge diff <plan>Compare changes vs scope contract
pforge analyze <plan>Consistency scoring (0–100)
pforge diagnose <file>Multi-model bug investigation
pforge run-plan <plan>Execute plan (auto/assisted/estimate)
pforge ext search|add|list|removeExtension management
pforge updateUpdate framework files
pforge helpShow all commands
pforge tourInteractive guided walkthrough

Pipeline Steps

StepNameSessionAgent
0Specify1specifier
1Pre-flight1
2Harden1plan-hardener
3Execute2executor
4Sweep2
5Review3reviewer-gate
6Ship4shipper

Key Files

FilePurpose
.forge.jsonProject config (preset, models, escalation, quorum)
.github/copilot-instructions.mdMaster config — loads every session
.github/instructions/*.instructions.mdAuto-loading guardrails (15–18 files)
.github/agents/*.agent.mdReviewer agents (19 total)
.github/prompts/step*.prompt.mdPipeline prompt templates
.github/skills/*/SKILL.mdSlash command skills (13 total)
.github/hooks/Lifecycle hooks (4 files)
docs/plans/DEPLOYMENT-ROADMAP.mdPhase tracker
docs/plans/PROJECT-PRINCIPLES.mdNon-negotiable commitments
.forge/runs/Execution history, traces, logs
.forge/cost-history.jsonAggregate cost data

Ports & URLs

PortURLPurpose
3100localhost:3100/dashboardDashboard UI + REST API
3100localhost:3100/uiRead-only plan browser
3101ws://localhost:3101WebSocket real-time events

Key Flags

FlagCommandEffect
--estimaterun-planCost prediction only
--assistedrun-planHuman codes, orchestrator validates
--resume-from Nrun-planSkip completed slices
--quorumrun-planMulti-model consensus
--dry-runmost commandsPreview without executing
-Agent allinit/setupGenerate files for all AI tools