Sanctuaire User Flow

Orchestrate the Sanctuaire user journey from onboarding through checkout and 7-day spiritual path.

Updated Dec 23, 2025
One-click install
npx skills add https://github.com/tachfineamnay/LumiraV2 --skill sanctuaire-user-flow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Sanctuaire User Flow
Source: https://github.com/tachfineamnay/LumiraV2/tree/main/skills/14-sanctuaire-flow
Command: npx skills add https://github.com/tachfineamnay/LumiraV2 --skill sanctuaire-user-flow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Sanctuaire user journey is orchestrated across onboarding, product selection, checkout, content delivery, and the 7-day spiritual path, reducing friction and enabling a seamless, personalized experience.

Core Features & Use Cases

  • End-to-end Sanctuaire portal: onboarding, purchase of spiritual readings, access to generated content, and the 7-day path with AI insights.
  • Modular UX and backend flow: landing, onboarding wizard, checkout, payment, post-purchase insights, and path timeline.
  • Secure entitlements with tiered pricing and Stripe integration, plus automated content delivery (insights, timeline, PDF, Akashic updates).
  • Post-purchase delivery and interactions: AI chat with Lumira, insights grid, and timeline visualization for ongoing engagement.

Quick Start

Open the Sanctuaire portal, complete onboarding with your details, choose a reading tier, complete payment, and start the 7-day path to receive insights and generated content.

Frequently Asked Questions about Sanctuaire User Flow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate a complete user journey from onboarding to checkout in a Next.js and NestJS stack?

You can orchestrate the user journey by linking a Next.js onboarding wizard to a NestJS backend, managing product selection, and triggering Stripe payments to grant secure entitlements for content delivery.

How does Stripe payment integration work with tiered pricing for digital content delivery?

Stripe payment integration handles tiered pricing by processing checkout transactions, verifying payment success, and then unlocking automated digital content delivery such as generated insights, timelines, and PDFs.

What's the best way to automate post-purchase content generation and delivery for a personalized spiritual path?

Automate post-purchase content generation by using Prisma data models to trigger AI content creation upon payment verification, delivering personalized insights, timeline visualizations, and PDFs to the user portal.

Can I use Next.js with NestJS and Prisma to manage AI chat interactions and user entitlements?

Yes, Next.js can serve the frontend AI chat interface while NestJS and Prisma manage backend data models, ensuring secure user entitlements and real-time interactions during the 7-day spiritual path.

How to manage a 7-day content delivery timeline after a user completes a checkout flow?

Manage a 7-day content delivery timeline by storing user entitlements in a Prisma database after checkout, then progressively unlocking AI insights, timeline visualizations, and Akashic updates over the path duration.

Does this user flow require a separate onboarding wizard before payment processing?

Yes, the flow requires a modular onboarding wizard to collect user details first, enabling a personalized experience before transitioning to product selection, checkout, and Stripe payment processing.