flow-well-architected
Nine-principle framework for well-architected Salesforce Flows. Use when: building new flows, reviewing flow architecture, naming flow elements, documenting flow decisions, optimizing flow performance, extracting subflows, adding error handling to flows, planning flow testing strategy, refactoring monolith or spaghetti flows, evaluating flow design quality.
Repository SourceNeeds Review
lwc-well-architected
Atomic design framework for scalable LWC development. Use when: creating new Lightning Web Components, refactoring existing LWC, reviewing LWC code, determining component level (atom/molecule/organism/template/page/utility/flow), enforcing unidirectional data flow, adding accessibility or SLDS compliance, writing LWC Jest tests, migrating god components, or building Flow-reactive screen components.
Repository SourceNeeds Review
observing-agentforce
Analyze production Agentforce agent behavior using session traces and Data Cloud. TRIGGER when: user queries STDM session data or Data Cloud trace records; investigates production agent failures, regressions, or performance issues; asks about session traces, conversation logs, or agent metrics; wants to reproduce a reported production issue in preview; runs findSessions or trace analysis queries. DO NOT TRIGGER when: user creates, modifies, or debugs .agent files during development (use developing-agentforce); writes or runs test specs (use testing-agentforce); uses sf agent preview for local development iteration; deploys or publishes agents.
Repository SourceNeeds Review
tcm-constitution-recognition-analysis
Determines nine TCM constitution types including Yin deficiency, Yang deficiency, Qi deficiency, phlegm-dampness, and blood stasis through facial features and physical signs, and provides personalized health preservation and conditioning suggestions. | 中医体质识别分析技能,通过面部特征与体征判别阴虚、阳虚、气虚、痰湿、血瘀等九种中医体质类型,给出个性化养生调理建议
Archived SourceRecently Updated