vrew-plan

仓库创建 2026年7月6日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

在实现前产出可复审的计划,减少盲目修改风险。

这个 Skill 做什么

为 Vrew 仓库生成简洁的实现计划并写入 .claude/plans/ 目录。

在对 Vrew 仓库动手之前,先产出一份简洁可评审的实现计划,适合做架构设计、重构或功能落地前的规划。会把最终计划以 Markdown 写入 .claude/plans/(也可按需以内联展示),但不会写代码或直接实施。产出偏精炼、面向审查,便于团队复核与追踪。

▸ 展开 SKILL.md 英文原文

Plan Vrew repository changes before implementation. Use for architecture planning, implementation planning, refactor planning, investigation-to-plan conversion, and plan review for Vrew worktrees. Produces concise markdown plans under .claude/plans/ and does not implement code.

开发编程实现规划Vrew 专用方案产出通用
0
Stars
0
Forks
6
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/jongwonlee-nemo/oh-my-agents/main/claude/skills/vrew-plan/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/jongwonlee-nemo/oh-my-agents/main/claude/skills/vrew-plan/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Vrew Plan

Use this skill to produce a concise, reviewable implementation plan for the Vrew repository before coding.

## Workflow

1. Turn on plan mode using EnterPlanMode tool.
2. If planning is done, then write the plan under `<Working worktree directory>/.claude/plans/` as markdown.
  1. If the user asks only for an inline plan, provide the plan inline and do not write a file.
3. Get review file of plan docs to execute `codex exec -m gpt-5.5 -c model_reasoning_effort="xhigh" --sandbox workspace-write '$vrew-plan-review <plan-file-path>' 2> /dev/null` to review the plan only once.
4. If the review file is written below `<Working worktree directory>/.codex/evals/`, then read/analyze the 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有