🐕 ArchDogma Pro Kit

Architecture That Doesn't Lie

Static analysis + real postmortems. Stop guessing where your code will blow up next.

✅ 14 real postmortems catalogued ✅ Python 3.10+ ✅ GitHub Actions ready

What ArchDogma finds in 30 seconds

$ archdogma scan . --severity=high

scanned 47 files, 12 detectors
⚠ ARCH001 circular_import — utils.py imports models.py which imports utils.py (cycle: 2 files)
⚠ ARCH005 god_module — views.py: 1,247 lines, 14 classes, 37 public functions. Consider splitting.
⚠ ARCH009 missing_tests — payments/ has 0% coverage. 14 past incidents linked to untested payment code.
⚠ ARCH012 tight_coupling — db_session created in handler, passed to 6 downstream functions. Hard to mock / test.

4 high-severity architecture smells. Each with file:line context + link to a real postmortem.

Pick your tier

Consultation

2-Hour Deep Dive

150€
or 2× for 250€
  • I scan your repo live on Zoom
  • 5–10 real issues with file:line links
  • Prioritized fix list (impact / effort)
  • CI setup blueprint for your stack
  • Follow-up email with full report
Book Now
Enterprise

Custom Setup

from 400€
  • Custom detectors for your stack
  • Private postmortem ingestion
  • Team onboarding (up to 20 people)
  • 1-month Slack support
Contact

How it works

1

Run archdogma scan

One command walks your entire repo. Detectors fire on every .py file.

2

Read linked postmortems

Each finding points to a real incident. "This pattern caused a 4-hour outage."

3

Fix before production

Prioritized list: what breaks first, what's cheapest to fix, what to ignore.

4

Gate CI on architecture

GitHub Actions fails the PR if new smells appear. No more silent decay.

FAQ

What languages does ArchDogma support?

Python 3.10+ today. TypeScript and Go detectors are on the roadmap (Q3 2026). Enterprise tier can include custom AST parsers for your language.

How is this different from pylint / mypy / bandit?

Those check style, types, and security. ArchDogma checks architecture: circular imports, god modules, tight coupling, missing tests on critical paths — the things that cause 3 AM pages. It links each finding to a real postmortem, not just a rule ID.

Can I try before buying?

Yes. The open-source core is on PyPI: pip install archdogma. The Pro Kit adds the postmortem catalog, CI templates, and team configs. Consultation is the fastest way to see value on your real code.

What if I only have 1 developer?

The Self-Service Pack includes a "solo dev" config: lightweight detectors, fast CI, no noise. Postmortems still save you from learning every lesson the hard way.