What are we working on?
Ask a question, create an output, or build an app that works with your tools and data.
Get Started
Build an omnichannel fulfillment dashboard
Connect to inventory and track BOPIS, ship-from-store, and DC fulfillment
App
Connect to inventory and track BOPIS, ship-from-store, and DC fulfillment
Draft a customer data privacy policy
Generate a policy grounded in CCPA, GDPR, and your data governance standards
Document
Generate a policy grounded in CCPA, GDPR, and your data governance standards
Build a Q3 digital platform review deck
Pull data from Jira and Confluence into slides
Slide Deck
Pull data from Jira and Confluence into slides
Connect to our order management system and build a dashboard showing fulfillment by channel -- BOPIS, ship-from-store, and DC shipments -- across our top store locations.
AI
I'll need access to your order management and inventory APIs. Let me request that through a Gatekeeper.
🔒 Gatekeeper: Order Management API
Requesting read-only access to fulfillment channels, order status, and store-level inventory. The Gatekeeper holds the credential and logs every query.
Requesting read-only access to fulfillment channels, order status, and store-level inventory. The Gatekeeper holds the credential and logs every query.
Approved.
AI
Access granted. Pulling fulfillment data now.
Executed code
const orders = await env.OMS.getFulfillmentMetrics({
channels: ["bopis", "ship-from-store", "dc"],
locations: "top-8",
include: ["volume", "sla", "capacity"]
});
const alerts = orders.filter(
loc => loc.slaCompliance < 0.90
);
app.render(FulfillmentDashboard, { orders, alerts });
AI
Omnichannel Fulfillment Dashboard is live. Connected via Gatekeeper -- read-only, every query logged.
I see 2 stores with SLA compliance below 90%. Want me to add Teams alerts when a store's pick-pack time exceeds the 2-hour BOPIS window?
I see 2 stores with SLA compliance below 90%. Want me to add Teams alerts when a store's pick-pack time exceeds the 2-hour BOPIS window?
+
Draft an updated Customer Data Privacy Policy for our ecommerce and loyalty program. Align with CCPA, GDPR, and our internal data governance framework.
AI
I'll pull from your company's context library to ground this in Nordstrom's standards.
📚 Context Library: Data Governance
Loading Nordstrom's current privacy policy (v2.1), CCPA/CPRA requirements, GDPR guidelines, and the Nordy Club data handling procedures. These are curated by your legal and data governance teams and read-only to the agent.
Loading Nordstrom's current privacy policy (v2.1), CCPA/CPRA requirements, GDPR guidelines, and the Nordy Club data handling procedures. These are curated by your legal and data governance teams and read-only to the agent.
AI
Context loaded. I've identified 3 gaps in the current policy:
1. Missing AI-powered personalization data usage disclosure
2. Loyalty program data retention periods not aligned with CPRA amendments
3. Cross-border data transfer provisions need updating for Nordstrom Canada operations
I'll address all three in the updated draft.
1. Missing AI-powered personalization data usage disclosure
2. Loyalty program data retention periods not aligned with CPRA amendments
3. Cross-border data transfer provisions need updating for Nordstrom Canada operations
I'll address all three in the updated draft.
AI
Customer Data Privacy Policy v3.0 draft is ready. Structured per CCPA/GDPR with Nordstrom-specific procedures and loyalty program data mappings.
You can edit directly, export to Google Docs, or share for legal review. The document stays connected to the context library -- if regulations change, I can flag sections that need updating.
You can edit directly, export to Google Docs, or share for legal review. The document stays connected to the context library -- if regulations change, I can flag sections that need updating.
+
Build a Q3 digital platform review deck summarizing our tech initiatives, migration status, and upcoming priorities. Pull data from Jira and Confluence.
AI
I'll need access to your project tracking and wiki.
🔒 Gatekeeper: Jira (read-only)
Requesting access to the PLATFORM and ECOMM projects. Read epics, status, and completion data only.
Requesting access to the PLATFORM and ECOMM projects. Read epics, status, and completion data only.
🔒 Gatekeeper: Confluence (read-only)
Requesting access to the Technology Decisions space. Read pages only.
Requesting access to the Technology Decisions space. Read pages only.
Both approved.
AI
Executed code
const epics = await env.JIRA.getEpics({
projects: ["PLATFORM", "ECOMM"],
quarter: "Q3-2026"
});
const adrs = await env.CONFLUENCE.getPages({
space: "technology-decisions",
since: "2026-07-01"
});
deck.generate(QuarterlyReview, { epics, adrs });
AI
Q3 Digital Platform Review deck is ready -- 4 slides from live Jira and Confluence data.
You can regenerate anytime to pick up changes, or edit individual slides. Export to Google Slides or PDF when ready to present.
You can regenerate anytime to pick up changes, or edit individual slides. Export to Google Slides or PDF when ready to present.
+
Gadget
Code
Connections
Omnichannel Fulfillment Dashboard
96.1%
BOPIS SLA Compliance
2
SLA Breaches
3,214
Orders Fulfilled Today
1.4h
Avg Pick-Pack Time
Fulfillment Alerts
⚠️ Downtown Seattle (#001) -- BOPIS pick-pack time at 2.6h, exceeding 2h SLA. 14 orders queued.
⚠️ South Coast Plaza (#042) -- Ship-from-store backlog at 87 units, approaching capacity threshold.
Fulfillment by Store
Michigan Ave, Chicago (#015)
98%
On Track
NorthPark, Dallas (#028)
96%
On Track
Bellevue Square (#003)
94%
On Track
Tysons Corner (#019)
93%
On Track
King of Prussia (#031)
91%
On Track
South Coast Plaza (#042)
84%
Monitor
Downtown Seattle (#001)
72%
Breached
Page
Source
Connections
Customer Data Privacy Policy v3.0
Nordstrom, Inc. -- Customer Data Privacy Policy
1. Purpose
This policy establishes the principles, procedures, and responsibilities for collecting, processing, storing, and sharing customer personal information across Nordstrom's retail channels, ecommerce platforms, and the Nordy Club loyalty program. It applies to all customer data environments and extends to AI-powered personalization systems introduced in FY2026.
2. Scope
- All customer-facing digital platforms including nordstrom.com, Nordstrom Rack, and mobile apps
- Nordy Club loyalty program member data and transaction history
- AI/ML personalization engines, recommendation systems, and styling services [NEW]
- Third-party brand partner data sharing and marketing integrations
- Nordstrom Canada cross-border data transfers
3. Data Classification
| Category | Examples | Retention | Handling |
|---|---|---|---|
| Restricted | Payment cards, SSNs, biometric data | Transaction + 90 days | Encrypted at rest & transit, PCI-DSS |
| Confidential | Purchase history, style preferences, sizing data | Active membership + 3 years | Access-controlled, anonymized for analytics |
| Internal | Browsing behavior, search queries, session data | 18 months | Pseudonymized, consent-gated |
| Public | Product reviews, public wishlists | Indefinite | Standard controls |
| AI Training [NEW] | Model inputs, recommendation signals, styling session logs | Model lifecycle + 1 year | De-identified, opt-out honored |
CCPA/CPRA Requirement: Consumers have the right to opt out of the sale or sharing of personal information, including data used for cross-context behavioral advertising and AI-driven personalization.
4. Consumer Rights Matrix
| Right | Regulation | Response SLA | Owner |
|---|---|---|---|
| Right to Know / Access | CCPA, GDPR Art. 15 | 45 days | Privacy Operations |
| Right to Delete | CCPA, GDPR Art. 17 | 45 days | Privacy Operations + Engineering |
| Right to Opt-Out (Sale/Sharing) | CPRA §1798.120 | 15 business days | Privacy Operations |
| Right to Correct | CPRA, GDPR Art. 16 | 45 days | Customer Data Team |
Slides
Source
Connections
Q3 Digital Platform Review
Integrations
Connect external services to Nordstrom OS. Gatekeepers govern access, scope permissions, and log every action.
Gatekeepers
Google Workspace
Gmail, Docs, Sheets, Slides, Calendar, Drive
Microsoft Teams
Channels, chat, meetings, and workflow automations
Jira
Projects, epics, issues, sprints, and boards
Confluence
Read and write wiki pages, search spaces
ServiceNow
IT tickets, HR cases, change requests, CMDB, facilities
Workday
Employee data, org charts, payroll, time off, benefits
Salesforce
Customer data platform, clienteling CRM, marketing campaigns
Manhattan Associates
Order management, warehouse management, fulfillment optimization
GitHub
Access repositories, create PRs, manage issues
Snowflake
Data warehouse, analytics, cross-department reporting
Splunk / SIEM
Security events, alerts, monitoring, and correlation data
Power BI / Tableau
Dashboards, executive reporting, and data visualization
MCP Servers
Remote MCP servers available to all workspaces.
Order Management API
https://oms.mcp.nordstrom.internal/mcp
Auto
Product Catalog Service
https://catalog.mcp.nordstrom.internal/mcp
Needs auth
Customer Data Platform
https://cdp.mcp.nordstrom.internal/mcp
Needs auth
Employee Directory
https://directory.mcp.nordstrom.internal/mcp
Auto
Cloudflare API
https://mcp.cloudflare.com/mcp
Auto
Context
Curated reference documents that ground your agent in Nordstrom's knowledge. Published centrally, read-only to all agents and workspaces.
company-strategy-fy2027.md
Nordstrom's strategic priorities, closer-to-you strategy, digital-first initiatives, and key results by business unit
brand-voice-guidelines.md
Tone, terminology, customer-facing communication standards, and editorial guidelines across channels
data-governance-framework.md
Privacy policies, CCPA/GDPR requirements, data classification, and customer consent management
technology-principles.md
Engineering standards, architecture decision criteria, API design guidelines, and tech radar
vendor-partner-standards.md
Third-party assessment criteria, brand partner onboarding, data sharing agreements, and risk tiers
platform-architecture.md
System catalog with ownership, SLAs, dependency mappings, and change advisory contacts
customer-experience-playbook.md
Omnichannel journey maps, NPS benchmarks, service recovery standards, and Nordy Club program design
supply-chain-operations.md
Fulfillment workflows, ship-from-store procedures, DC operations, and inventory allocation rules
hr-policies.md
Leave policies, performance review criteria, hiring procedures, and compensation guidelines
financial-reporting-standards.md
Chart of accounts, reporting cadence, audit requirements, and SOX compliance procedures
Skills
| Name | Description | Group | Source |
|---|---|---|---|
| meeting-prep | Scan calendar, gather context from connected systems, and generate briefing docs | General | Nordstrom |
| weekly-report | Compile team activity summaries from Jira, Teams, email, and calendar data | General | Nordstrom |
| privacy-compliance | Draft or update customer data privacy policies grounded in CCPA, GDPR, and Nordstrom data governance | Security | Nordstrom |
| vendor-assessment | Generate vendor and brand partner security questionnaires and compute risk scores | Security | Nordstrom |
| pci-compliance | Gather PCI-DSS compliance evidence, map controls, and generate audit packages | Security | Nordstrom |
| platform-review | Build quarterly digital platform review decks from Jira and Confluence data | Architecture | Nordstrom |
| change-impact | Analyze change impact across systems, map dependencies, and identify affected teams | Architecture | Nordstrom |
| api-catalog | Discover, document, and visualize internal API endpoints with ownership and health | Architecture | Nordstrom |
| customer-insights | Analyze Nordy Club engagement, churn signals, lifetime value trends, and channel preferences | Customer | Nordstrom |
| competitive-brief | Research competitors and generate comparison briefs with positioning and market analysis | Customer | Nordstrom |
| assortment-analysis | Analyze category performance, sell-through rates, markdown optimization, and brand mix | Merchandising | Nordstrom |
| brand-scorecard | Generate brand partner performance reports from sales data, delivery metrics, and quality scores | Merchandising | Nordstrom |
| fulfillment-ops | Monitor omnichannel fulfillment health, SLA compliance, and capacity planning across stores and DCs | Operations | Nordstrom |
| cost-optimization | Cloud and infrastructure spend analysis, trend visualization, and optimization recommendations | Operations | Nordstrom |
| budget-analysis | Pull spend data, compare to budget, flag variances, and forecast quarter-end | Finance | Nordstrom |
| job-posting-draft | Draft job descriptions from role requirements, team context, and compensation guidelines | HR | Nordstrom |
| onboarding-guide | Generate new hire documentation from wikis, org charts, and system access procedures | HR | Nordstrom |