# Design artifacts

This directory contains the design evidence for implemented product features.

## Call qualification

The call-qualification feature is documented at three complementary levels:

- [Task flow](./taskflow/index.html) — system responsibilities, scoring, persistence, and Cal.com routing.
- [User flow](./userflow/index.html) — visitor journeys, screens, branches, and content requirements.
- [User journey](./userjourney/index.html) — Customer Value Journey mapped to SEO stages.
- [Interactive mockup](./mockup/qualification-call-routing.html) — clickable review artifact with priority, qualified, and exploratory scenarios.

The production implementation remains authoritative:

- [`public_site/qualification.py`](../public_site/qualification.py)
- [`public_site/forms.py`](../public_site/forms.py)
- [`public_site/models.py`](../public_site/models.py)
- [`templates/contact.html`](../templates/contact.html)
- [`static/js/call-qualifier.js`](../static/js/call-qualifier.js)

