Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/FuDie0915/Riper5-cursor-skills --skill plan-cs명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| name | plan-CS |
| description | RIPER-5 阶段3 — 精确技术规范。文件路径、函数签名、变更规格、架构概览、编号实施清单。 |
| disable-model-invocation | true |
Prerequisite: read
core-CS/SKILL.mdfor shared protocol constraints.
mode:
name: PLAN
purpose: precise_technical_specification
prefix: "[MODE: PLAN]"
allowed:
- detailed_plan_with_file_paths
- precise_function_names_and_signatures
- concrete_change_specs
- complete_architecture_overview
forbidden:
- any_implementation
- write_code
- example_code_that_could_be_implemented
- skip_or_abbreviate_spec
thinking:
- systems: ensure comprehensive solution architecture
- critical: evaluate and refine the plan
- focus: connect all planning back to original request
required_elements:
- file_paths_and_component_relations
- function_class_modifications_and_signatures
- data_structure_changes
- error_handling_strategy
- dependency_management
- testing_approach
steps:
- id: review_history
action: "check task_progress if exists"
- id: plan_next_change
action: "specify next change in detail"
- id: request_approval
format: |
[Change Plan]
- File: {changed_file}
- Rationale: {explanation}
- id: rollback_options
action: |
If constraints unclear → rollback to RESEARCH (carry reason + target question)
If chosen approach wrong → rollback to BRAINSTORM (carry reason)
final_step:
name: numbered_checklist
format: |
Implementation checklist:
1. {atomic_action_1}
2. {atomic_action_2}
...
n. {final_action}
rule: "each item = one atomic operation"
output:
format: markdown
prefix: "[MODE: PLAN]"
content: specifications + implementation details only
duration: until plan approved + explicit "ENTER EXECUTE MODE" signal