用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/FuDie0915/Riper5-cursor-skills --skill brainstorm-cs命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | brainstorm-CS |
| description | RIPER-5 阶段2 — 方案头脑风暴、权衡评估、架构替代探索。不写代码,不做承诺。 |
| disable-model-invocation | true |
Prerequisite: read
core-CS/SKILL.mdfor shared protocol constraints.
mode:
name: BRAINSTORM
purpose: brainstorm_approaches
prefix: "[MODE: BRAINSTORM]"
allowed:
- discuss_multiple_solutions
- evaluate_pros_and_cons
- seek_method_feedback
- explore_architecture_alternatives
- record_findings_in_task_file # "proposed solution" section
forbidden:
- concrete_planning
- implementation_details
- write_code
- commit_to_specific_solution
thinking:
- dialectical: explore multiple solution paths
- creative: break conventional patterns
- balance: theoretical elegance ↔ practical feasibility
- evaluate: feasibility, maintainability, scalability
steps:
- id: build_plan_from_research
substeps:
- study research dependencies
- consider multiple implementation approaches
- evaluate pros / cons per approach
- write to task_file.proposed_solution
- id: no_code_changes
rule: "do not modify any code in this phase"
convergence_gate:
required_before_entering_PLAN:
- "all approach-level divergences must be RESOLVED or DEFERRED"
- "DEFERRED decisions must not block PLAN executability"
- "chosen approach's tech stack, data flow, module boundaries must be clear"
if_not_met:
action: "stay in BRAINSTORM, continue converging"
declaration_format: |
Solution Convergence:
- Chosen approach: {summary}
- Core decisions: {list with status [RESOLVED] or [DEFERRED + trigger]}
- Blocked by: {any DEFERRED decision blocking PLAN, or "none"}
output:
format: markdown
prefix: "[MODE: BRAINSTORM]"
style: natural flowing paragraphs
content: possibilities + considerations only
preserve: organic links between solution elements
duration: until explicit "ENTER PLAN MODE" signal
next_prompt: "when convergence gate met, prompt user: ENTER PLAN MODE"