What problem does it solve?
Building AI-native products (AI assistants, conversational tools, AI-driven recommendations) fails when teams try to exhaustively enumerate user behaviors or demand 95% accuracy before launch. This Skill provides a complete methodology for products where user behavior is open-ended, model output is probabilistic, and the model drives core decisions.
Core Features & Use Cases
- Product Type Triage: A step-zero checklist distinguishes +AI (deterministic, route to keqian-method) from AI-native (open-ended) products so you pick the right methodology before writing any code.
- Multi-Agent Architecture: Design specialized agents (understanding, execution, verification, expression) with a split/merge decision matrix and model routing per agent.
- Drift Detection & Calibration: Four drift signals (output distribution shift, satisfaction decline, anomaly rates, inter-agent inconsistency) with a three-level calibration protocol from prompt iteration to architecture changes.
- Use Case: You are building an AI calendar assistant where users type free-form requests. Use this Skill to cluster behaviors into 5-15 patterns, design graceful degradation, ship at 80% quality, and set up daily behavior audits to catch model drift.
Quick Start
Use the xuefeng-method skill to design the development plan for my AI calendar assistant with open-ended user input.