소스 정보
- 저장소
- FuDie0915/Riper5-cursor-skills
- 최근 소스 활동
- 2026년 8월 5일 07:20
- 감지된 SKILL.md 언어
- 중국어
- 스타
- 1
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/FuDie0915/Riper5-cursor-skills --skill brainstorm-cs명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| 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"