用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/benjam3n/reasoningtool --skill vcd-value-conflict-decomposition命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | vcd - Value Conflict Decomposition |
| description | Goals often serve multiple intrinsic values that conflict with each other. |
| output | {"format":"prose"} |
Goals often serve multiple intrinsic values that conflict with each other. This procedure helps detect these conflicts, understand their structure, and find navigation strategies that don't require abandoning either value.
Key insight: Most value conflicts are not "pick one" situations. They are tensions to be navigated, not problems to be solved.
Use the detection questions and symptoms to identify if a value conflict is present. If goal chain analysis has been done, review the intrinsic termini for conflicts.
Output: Conflict present? (yes/no/maybe). If yes, initial naming.
Match the conflict to core tensions above, or create a custom name. Use format: "[Value A] vs [Value B]" Be specific about what each value wants in THIS situation.
Output: Named conflict with specific descriptions
Use the decomposition questions to understand:
Output: Completed conflict analysis in output_format
Review the navigation strategies above. For each, ask: Does this apply to this conflict? Often multiple strategies combine.
Output: Selected strategy or combination with rationale
Given the selected strategy, design concrete approach:
Output: Concrete approach with success criteria and pivot triggers
The conflict navigation becomes part of the goal plan. Add check-in points to assess if navigation is working. Document the conflict and approach for future reference.
Output: Updated goal plan with conflict navigation integrated