Task Flow Mickael Rutembya · Flow Atlas

Expertise Category

/expertises/<category>

Atomic steps for a visitor browsing a filtered expertise category: sibling category chips, offer cards in that family, related CV capabilities, and CTAs to qualify or estimate.

Task intent

What the user is trying to do

« Browse offers filtered by expertise family and drill into a specific capability or request a quote. »

Entry points

ElementDestination
Capabilities catalogue category chip/expertises/<category>
Direct URL category slug/expertises/<category>
Offer detail category link/expertises/<category>

Flow

Adjacent routes — click a node to open it.taskflow
flowchart TD A["Start: visitor clicks category"] --> B["Land on /expertises/<category>"] B --> C["View category header"] C --> D["View sibling category chips"] D --> E["Browse offer cards in family"] E --> F["Read related CV capabilities"] F --> G{"Choose action"} G -->|Open offer| H["Click offer card"] H --> I["Land on offer detail"] G -->|Qualify| J["Navigate to /contact/"] G -->|Estimate| K["Navigate to /outils/calculator/"] G -->|All categories| L["Navigate to /expertises/"] click B "http://localhost:8000/expertises/ai/" "Open Category" click I "http://localhost:8000/expertises/agentic-ai/" "Open Offer" click J "http://localhost:8000/contact/" "Open Contact" click K "http://localhost:8000/outils/calculator/" "Open Calculator" click L "http://localhost:8000/expertises/" "Open Capabilities"

Steps

StepActionSystem response
1Visitor navigates to /expertises/<category>Server renders category page with filtered offers
2Visitor views category header and chipsCategory name, description, sibling links
3Visitor browses offer cardsCards filtered by family, with scores and CTAs
4Visitor reads related CV capabilitiesCapability links with evidence notes
5Visitor clicks CTANavigate to offer, contact, calculator, or all categories

Scenario

Scenario

CTO filters AI category and opens offer

Trigger

  • CTO wants to explore AI capabilities only
  • Clicks "AI" category chip from capabilities page
  • URL changes to /expertises/ai/

Experience

  1. Category page loads with AI-specific header.
  2. Sibling chips show other categories (Data, Pharma, etc.).
  3. Offer cards show 3 AI services with scores.
  4. Related CV capabilities link to AI proof items.
  5. CTO clicks "Agentic AI Production Assurance" card.
  6. Offer detail page loads with mechanism and deliverables.

Trust and safety rules

  • Category filter is reflected in URL — shareable and crawlable.
  • Offers are filtered server-side — no client-side manipulation.
  • Related capabilities are backed by evidence — no fake links.
  • No category claims exclusive capability — overlap is acknowledged.

Interaction notes

  • Category uses URL path: /expertises/<category>/
  • Sibling chips link to other category pages.
  • Offer cards show family, score, and confidence.
  • Related capabilities link to capability detail pages.

Result states

StateWhat the visitor seesWhat happens next
FilteredOffers in selected categoryBrowse or click an offer
DrillingOffer detail pageRead mechanism or request quote
QualifyingContact formSubmit qualification request
EstimatingCalculator with contextGet a public quote