소스 정보
- 저장소
- FuDie0915/Riper5-cursor-skills
- 최근 소스 활동
- 2026년 8월 5일 07:31
- 감지된 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 execute-cs명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | execute-CS |
| description | RIPER-5 阶段4 — 严格按编号清单实施变更。更新进度、请求确认。仅在显式 "ENTER EXECUTE MODE" 后进入。 |
| disable-model-invocation | true |
Prerequisite: read
core-CS/SKILL.mdfor shared protocol constraints.
mode:
name: EXECUTE
purpose: faithful_implementation
prefix: "[MODE: EXECUTE]"
entry: 'only on explicit "ENTER EXECUTE MODE" command'
allowed:
- implement_only_what_plan_specifies
- follow_numbered_checklist_exactly
- mark_completed_checklist_items
- update_task_progress_after_each_step # standard built-in step
forbidden:
- any_deviation_from_plan
- improvements_not_in_plan
- creative_additions_or_better_ideas
- skip_or_abbreviate_code
thinking:
- focus: accurate implementation of spec
- verification: apply system checks during implementation
- fidelity: follow plan precisely
- completeness: proper error handling
steps:
- id: implement
rule: "follow plan exactly"
- id: update_progress
after_each: true
format: |
[{real_timestamp via Get-Date}]
- Modified: {files and code changes}
- Change: {summary}
- Reason: {rationale}
- Blockers: {list}
- Status: unconfirmed | success | failure
- id: request_confirmation
prompt: "Status: success / failure?"
- id: on_failure
action: "return to PLAN"
- id: on_success_more
action: "continue to next checklist item"
- id: on_all_complete
action: "prompt user: ENTER REVIEW MODE"
quality:
- always show full code context
- specify language + file path in code blocks
- proper error handling
- standardized naming
- concise meaningful comments
- format: "```language:file_path"
deviation:
level_1_inline_fix:
criteria: "does not affect interface signatures, data structures, or module boundaries"
examples: ["function name correction", "local logic adjustment", "missing error handling"]
action: "fix within EXECUTE, record in task_progress with justification, continue"
required: "must write judgment basis (why it doesn't touch interfaces/structures/boundaries)"
level_2_design_deviation:
criteria: "affects interfaces, data structures, module relationships, or new dependencies"
action: "immediately return to PLAN"
review_check: "REVIEW verifies level_1 judgments — misclassification = deviation"
output:
prefix: "[MODE: EXECUTE]"
content: implementation matching plan + current checklist item
duration: until all checklist items complete + explicit "ENTER REVIEW MODE" signal
next_prompt: "when all items complete, prompt user: ENTER REVIEW MODE"