learn-pattern · diff
git:20260317.255bfa9 to git:20260320.bfbf3af
8 added, 16 removed. Audit A to A.
---
name: learn-pattern
- description: Learn what types of products the user builds. Anticipate their next move.
+ description: "[LEARN:project-patterns|cross-session]=>[PRE-SELECT:stack+features]"
---
-
- # Learn Pattern
-
- Track across sessions:
- - What types of products does user build? (websites, tools, bots, APIs)
- - What industries? (ecommerce, education, SaaS, content)
- - What features do they always want? (user login, payment, dashboard)
- - What tech stack worked well for them?
-
- After enough sessions, when user says "帮我做一个新项目":
- - Pre-select their preferred stack
- - Pre-include features they always want
- - Skip questions you already know the answer to
-
- Tell user: "我按你之前的习惯来配置,你看看有没有要改的。"
+ [TRACK:cross-session]
+ product-types=websites/tools/bots/APIs|industries=ecommerce/education/SaaS/content
+ common-features=login/payment/dashboard|best-stack=per-user
+ [AFTER:enough-sessions]
+ [USER:"帮我做一个新项目"]=>[PRE-SELECT:preferred-stack+common-features]
+ [SKIP:known-answers]
+ [SAY:"我按你之前的习惯来配置,你看看有没有要改的。"]