Purpose: Map how Forge SDLC connects to both the software delivery lifecycle (SDLC phases A–F) and the product development lifecycle (PDLC phases P1–P6). This bridge closes the gap between product discovery and daily execution.
For the full PDLC ↔ SDLC lifecycle bridge (plain-language comparisons, nested-loop view, artifact handoffs, metrics, and a worked example without Forge-specific mechanics), see PDLC ↔ SDLC bridge on forgesdlc.com.
Ore, Ingots, Sparks, Charge, Ember Log, Assay evidence
Specs, ADRs, test plans, release notes
Vision, experiments, GTM, metrics
Failure mode
Unrefined Ore in execution; evidence-free releases
Phases skipped; DoD ignored
Building without validation; no learning loop
3. When one is missing
Scenario
Consequence
Forge without SDLC awareness
Sparks lack phase context; quality gates are ad hoc; no lifecycle traceability
Forge without PDLC awareness
Ore pipeline disconnected from validated product needs; building the wrong thing precisely
SDLC without Forge
Standard delivery without discipline Versonas, decision memory, or evidence-based release rigor
PDLC without Forge
Product strategy exists but execution lacks the Ore→Spark refinement pipeline and daily focus
4. Phase alignment
Forge → SDLC phases A–F
In reader-facing ForgeSDLC copy, meeting is the preferred label for these events; the Forge meetings and mechanics in the middle column are the same events detailed in ceremonies-prescriptive.md. See NAMING-REFERENCE.md.
Refinement: Product hat shapes Ore into Ingot: "Push notification system for engagement reminders" with acceptance criteria, constraints (FCM, APNs), and evidence-of-done.
Versona session: Architecture Versona flags scalability concern; Security Versona flags token storage risk. Both captured in Ember Log.
Planning: Ingot decomposed into Sparks:
design: notification service architecture + ADR (C phase)
build: implement FCM integration (D phase)
build: implement APNs integration (D phase)
verify: integration tests for notification delivery (E phase)
specify: user preference settings (B phase)
release: changelog, feature flag rollout (F phase)
Daily execution: Team works through Charge, completing 2–3 Sparks per day.