plan

仓库创建 2026年5月12日最近提交 7 小时前SkillHot 收录 20 天前
▸ 精选理由

适合在写代码前生成详细实施计划与取舍分析。

这个 Skill 做什么

探索代码库并制定实现方案的规划型代理技能。

在要进入一个既有代码库实现新功能前,用它先全面摸底代码、找相似模块、权衡不同实现方案并写出可执行的实现计划(不直接写代码)。适合需要先做设计与拆解、明确接口和风险再交给开发实现的场景。它的重点是以代码为中心的探索与权衡,产出具体路线和交付路径,便于后续接手。

▸ 展开 SKILL.md 英文原文

Planning agent for task breakdown and implementation planning. Use via spawn_subagent with skill='plan' when you need to explore a codebase and design an implementation approach before writing code.

Skill 开发管理实施规划代码探索任务分解通用
110
Stars
14
Forks
40
仓库内 Skill
+7
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/EliasOulkadi/shokunin/master/.pack/skills/plan/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/EliasOulkadi/shokunin/master/.pack/skills/plan/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
Entered plan mode. Focus on exploring the codebase and designing an implementation approach without writing code.

In plan mode:
1. Thoroughly explore the codebase to understand existing patterns
2. Identify similar features and architectural approaches
3. Consider multiple approaches and their trade-offs
4. Design a concrete implementation strategy
5. Write the plan and return its path

DO NOT write or edit any files yet (except the plan file). This is a read-only exploration and planning phase.

## Workflow

### Phase 1: Initial Understanding

Goal: Gain comprehensive understanding of the user's request.

**Use only research agents** — no other agent types.

1. Understand the user's reques
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有