Forge 42 — Build Together

Ship working software every two weeks—without burning the roadmap. Forge 42 is our disciplined engineering phase: code generates where it should, humans craft where it counts, and every commit passes the same quality gates we'll use in production.

1 · Why Forge 42?

Pain we've seenHow Forge 42 fixes it
80 % of a sprint lost to boiler-plateCode-gen CLI scaffolds UI, API, tests in minutes.
"Done" means different things to dev vs. QADefinition-of-Done inherits BDD scenarios from Lab 42—green tests or it doesn't merge.
Late surprises in performance or securityStatic analysis, k6 load, OWASP scans run on every PR; fail fast, fix cheap.
Stakeholders can't see progressDeploy previews: click a link, play with the increment in your browser.

3 · Toolchain & Accelerators

LayerTools & Footnotes
UISvelteKit + Tailwind + Storybook component library (tables, wizards, charts).
APIDjango DRF, GraphQL (Strawberry), pgvector for AI search.
DevOpsGitHub Actions, Docker, Fly.io automations; scratch-org scripts for Salesforce work.
TestingPyTest & Coverage • Jest • Cypress • k6 • OWASP ZAP.
Quality GatesESLint, Bandit, Snyk, CodeQL—block merge if threshold missed.
ObservabilitySentry, OpenTelemetry, Datadog dashboards wired from day 1.

4 · Cadence & Ceremonies

CadenceEventOutputs
Daily (15 min)Stand-upBlockers, plan, burn-down pulse
Each PRCode review + automated gatesGreen check = deploy preview
End of Sprint (2 wks)Review & RetroDemo URL, velocity stats, improvement actions
MonthlySteering DayBudget burn, FCI delta, risk heat-map

All events are open-door or recorded for async viewing.

5 · Quality Gates (merge-blockers)

CategoryThreshold
Unit & BDD tests≥ 85 % line coverage
Static analysis0 high-severity issues
PerformanceAPI p95 ≤ 300 ms (target)
SecurityNo critical CVEs; OWASP ZAP score "pass"
AccessibilityWCAG 2.1 AA for primary flows

Fail a gate → PR auto-blocks → engineer fixes before merge.

6 · Risk Controls

  • Red-Flag Register updated each sprint.
  • Error budgets (SRE) tie performance regressions to deployment pausing.
  • Feature flags for safe rollout / revert without hot-fix branches.

7 · Sample 3-Sprint Timeline (8-week MVP)

SprintThemeKey Deliverables
1Core scaffold & authRepo, CI/CD, login, smoke tests green
2CRUD + UI skeletonEntity forms, table view, Cypress story
3Integrations + perf hardenAPI mesh, p95 < 300 ms, demo to pilot users

At Sprint 3 we re-score FCI; if ≥ 8, you can freeze scope into Fixed Pack or keep cruising in Pod/DaaS.

8 · Mini Case

BIBC WhatsApp Engine — Forge 42 built & shipped a Svelte frontend, Django API and pgvector search in 4 weeks. Deployed through GitHub Actions to Fly.io; first production spike handled 300 k users / day at p99 < 350 ms.

9 · FAQs

10 · Call to Action

Ready to see real software by next sprint review?

Book a Forge 42 ignition call—get squad lineup, first sprint goal and start date in 48 hours.

Kick-off Forge 42