Skip to content
FRGEPLAN

Glossary

TermDefinition
ArtifactStructured document (PRD, RFC, ADR, etc.) stored in LanceDB
R_effReliability score = min(evidence_scores). Weakest link, never average
EvidenceTest result, benchmark, or audit finding that supports/weakens a decision
Congruence Level (CL)How close evidence context is to decision context. CL3=same, CL0=opposed
DepthRigor level: Tactical, Standard, Deep, Critical
PipelineArtifact creation sequence (e.g., PRD → RFC for Standard)
ADIAbduction → Deduction → Induction reasoning cycle
Blind SpotActive decision with zero linked evidence
OrphanArtifact with no links to any other artifact
StaleArtifact past valid_until date. Score drops to 0.1
SupersededTerminal state - replaced by newer artifact
DeprecatedTerminal state - no longer relevant
Validation GateQuality check before artifact activation (30+ rules)
Adversarial ReviewReviewer MUST find problems. 0 findings = re-review
PRDProduct Requirements Document - what & why
RFCRequest for Comments - how to build
ADRArchitecture Decision Record - why this approach
EpicGroups PRDs, RFCs, ADRs into initiative
SpecSpecification - API contracts, data models
ProblemSignal with context - bug, risk, observation
Solution2-3 variant comparison with weakest-link scoring
NoteMicro-decision, auto-expires in 90 days
RefreshRe-evaluation of stale artifact
Evidence DecayTTL-based score degradation. Expired = 0.1
F-G-RFormality, Granularity, Reliability - quality dimensions
FPFFirst Principles Framework - reasoning methodology
MCPModel Context Protocol - AI agent integration
RouteCommand that suggests depth + pipeline for a task
ProjectionMarkdown file generated from LanceDB record
Workspace.forgeplan/ directory with config + storage
LanceDBEmbedded database for artifacts + vector embeddings