feat: add user profiling and multi-dimensional angle directions - #39
Open
zhangxiaoqiang1991 wants to merge 1 commit into
Open
Conversation
…redesign - Add Step 2 user profiling during onboarding (role, focus areas, digestion mode) - Redesign angle generation: replace "cognitive hijacking headlines" with 7 MECE-optimized multi-dimensional angle types - Add generate-angles.md prompt for 3-5 angle directions per content item - Restructure digest format: Chinese-only, sequential numbering, detailed summaries - Update role-based footer with concise per-role framing - Deprecate bilingual interleaving in favor of cleaner single-language format - Update config-schema.json with userProfile fields - Update sample-digest.md to reflect new format
Author
|
您好,这个 PR 提了 9 天了,方便的时候帮忙 review 一下?改动主要是加了 user profiling(3 个 onboarding 问题驱动角度生成),和 7 个 MECE 角度方向系统。有空看看?多谢 🙏 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR redesigns the Follow Builders digest with three improvements:
1. User Profiling (New Step 2 in Onboarding)
2. Multi-Dimensional Angle Directions
generate-angles.mdprompt replaces flat cognitive hijacking headlines3. Digest Format Redesign
Files Changed
SKILL.md— Added Step 2 profiling, renumbered Steps 3-10, updated angle rules and footerprompts/generate-angles.md— New: complete angle direction systemprompts/digest-intro.md— Rewritten for new format: numbering, detailed summaries, concise anglesscripts/prepare-digest.js— Added generate-angles.md to prompt bundle, passes userProfile to outputconfig/config-schema.json— Added userProfile schemaexamples/sample-digest.md— Updated to demonstrate new format