- Remove workflow example (too product-specific)
- Strip all install commands, API keys, and product references
- Replace tool-specific code blocks with generic JSON schemas
- Add Python matching example showing the resolution pattern
- Agent now teaches the concept, not a specific product
New specialized agent: Identity Graph Operator - operates a shared identity
graph so multiple agents in a system all resolve to the same canonical entity.
Prevents duplicate records, conflicting actions, and cascading errors when
agents encounter the same real-world entity from different sources.
New example workflow: Multi-Agent Shared Identity - step-by-step walkthrough
of 3 agents (Support, Backend, Analytics) handling the same customer across
email, phone, and web channels with shared identity resolution.
Enhanced Agentic Identity & Trust Architect with a section showing how it
complements the Identity Graph Operator (agent identity vs entity identity).
These workflow examples are a great addition — practical, well-structured, and aligned with the roadmap. The startup MVP and landing page sprint patterns will be really useful references. Thanks @jnMetaCode!
Demonstrates 8 agents (Product Trend Researcher, Backend Architect,
Brand Guardian, Growth Hacker, Support Responder, UX Researcher,
Project Shepherd, XR Interface Architect) deployed in parallel to
evaluate a software opportunity and produce a unified product plan.
Adds examples/ directory with README and the Nexus Spatial discovery
document. Links from the project README under a new Scenario 4 and
checks off the multi-agent workflow examples roadmap item.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds two step-by-step workflow examples showing how to coordinate
multiple agents for real projects:
- Startup MVP: 7 agents across a 4-week build cycle
- Landing Page Sprint: 4 agents shipping a page in one day
Each example includes exact prompts to copy, handoff patterns, and
tips for passing context between agents. Checks off the
"Multi-agent workflow examples" item from the roadmap.