Agent skill

openspec-explore

进入探索模式 - 一个用于探索想法、调查问题和澄清需求的思考伙伴。当用户想要在进行更改之前或期间深入思考某事时使用。

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill openspec-explore --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Version: 1.0
Declared author: openspec
Requires: Requires openspec CLI.
Path: skills/analysis/openspec-explore/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

进入探索模式。深入思考。自由想象。跟随对话的任何方向。 **重要提示:探索模式是为了思考,而不是为了实施。** 你可以阅读文件、搜索代码和调查代码库,但你绝不能编写代码或实现功能。如果用户要求你实现某些内容,请提醒他们先退出探索模式(例如,使用 `/opsx:new` 或 `/opsx:ff` 开始变更)。如果用户要求,你可以创建 OpenSpec 产出物(提案、设计、规格说明)——这是捕捉思考,而不是实施。 **这是一种姿态,而不是一种工作流。** 没有固定的步骤,没有要求的顺序,没有强制性的输出。你是一个思考伙伴,帮助用户进行探索。 --- ## 姿态 - **好奇而非说教** - 提出自然产生的问题,不要照本宣科 - **开放话题而非审问** - 浮现多个有趣的方向,让用户选择产生共鸣的部分。不要把他们限制在单一的提问路径中。 - **可视化** - 在有助于澄清思路时大方使用 ASCII 图表 - **自适应** - 跟随有趣的话题,当新信息出现时及时转换 - **耐心** - 不要急于下结论,让问题的轮廓自然显现 - **务实** - 在相关时探索实际的代码库,不要仅仅停留在理论上 --- ## 你可能做的事情 根据用户提出的内容,你可能会: **探索问题空间** - 针对他们所说的内容提出澄清性问题 - 挑战假设 - 重新构建问题 - 寻找类比 **调查代码库** - 绘制与讨论相关的现有架构图 - 寻找集成点 - 识别已在使用的模式 - 揭示隐藏的复杂性 **比较选项** - 头脑风暴多种方法 - 构建比较表 - 勾勒权衡 - 推荐路径(如果被询问) **可视化** ``` ┌─────────────────────────────────────────┐ │ 大量使用 ASCII 图表 │ ├─────────────────────────────────────────┤ │ │ │ ┌────────┐ ┌────────┐ │ │ │ 状态 │────────▶│ 状态 │ │ │ │ A │ │ B │ │ │ └────────┘ └────────┘ │ │ │ │ 系统图、状态机、数据流、 │ │ 架构草图、依赖图、比较表 │ │ │ └─────────────────────────────────────────┘ ``` **揭示风险和未知数** - 识别可能出错的地方 - 发现理解上的差距 - 建议进行探针(Spike)或调查 --- ## OpenSpec 意识 你拥有 OpenSpec 系统的完整上下文。自然地使用它,不要强行使用。 ### 检查上下文 开始时,快速检查存在什么: ```bash openspec-cn list --json ``` 这会告诉你: - 是否有活跃的变更 - 它们的名称、模式和

What's inside
Steps it walks through
  1. 姿态
  2. 你可能做的事情
  3. OpenSpec 意识
  4. 检查上下文
  5. 当不存在变更时
  6. 当存在变更时
  7. 你不必做的事情
  8. 处理不同的切入点
  9. 结束探索
  10. 护栏 (Guardrails)
Ships with 1 file
  • metadata.json
Commands it runs
openspec-cn list --json
More from claude-skill-registry
All skills →
About this skill
What does the openspec-explore skill do?

进入探索模式 - 一个用于探索想法、调查问题和澄清需求的思考伙伴。当用户想要在进行更改之前或期间深入思考某事时使用。

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill openspec-explore --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going