用 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