riper-pace
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
RIPER-PACE 工作流引擎
收到任务后: PACE 选路径, RIPER 按路径执行。
当前项目状态
!cat .ai_state/project.json 2>/dev/null
待办任务
!cat .ai_state/tasks.md 2>/dev/null
前置检查
.ai_state/ 不存在? → 创建目录, 从本 skill 的 templates/ 复制模板文件:
mkdir -p .ai_state/reviews
cp ${CLAUDE_SKILL_DIR}/templates/project.json .ai_state/
cp ${CLAUDE_SKILL_DIR}/templates/tasks.md .ai_state/
Related skills