agentsclimarketplace

Analyze

Skill Colacn/agent-pipeline/skills/analyze

Use this skill when the user needs intent clarification, ambiguity resolution, or structured analysis without implementation advice. It asks clarifying questions when uncertain and analyzes only user-provided information after confirmation; use PRD-style packaging only when explicitly requested.From its SKILL.md

Install
npx -y skills add Colacn/agent-pipeline --skill analyze

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
  • runs commandsInstructs the agent to run 3 commands, including `scripts/bootstrap-run.sh` and 2 more.

SKILL.md

2.8 KB, 761 tokens by cl100k_base, as published. Nobody here has run it

Analyze

入口analyze 为本 Skill 名;部分 IDE(如 Cursor)可用子代理名 analyst 作隔离上下文入口,SOP 仍以本文件为准。见 references/guide-skill-subagent.md

Instructions

  1. 完整执行规范见 references/execution-playbook.md优先通读)。走流水线时:有外部依据则 scripts/bootstrap-run.sh + ingest/record-urls;否则首次落盘前 bootstrap。
  2. 路由决策(首轮):按 references/workflow-grading.md 判定 L0–L3;L1 轻量可不建 runs/;L2+ 或显式流水线入口须 bootstrap。
  3. 按 execution-playbook「输入源与解析范围」收拢信息;定稿前references/assumptions-protocol.md 显式列出假设与可测验收。
  4. 不确定时走「轮次 A — 待澄清」;确认后「轮次 B — 分析交付」。
  5. 流水线内口径歧义:阻塞项未清不进 plan
  6. 写入仓库前按项目约定征得用户同意(若适用)。
  7. 流水线硬门禁references/workflow-pipeline.md(项目 AGENTS.md 若有则叠加)。
  8. 内容边界analyze.requirements.md 只写要什么 + 验收 + 范围;技术细节交给 plan skill。
  9. 需求清单体例:极短标题 + 编号要点;不堆平台词。

Scripts

在业务仓库根目录执行;全局安装时路径为 ~/.agents/skills/analyze/scripts/ 或各 IDE 映射目录。

On-demand references

  • references/assumptions-protocol.md — 假设显式化、边界三档
  • references/playbook-map.md — 流程与边界
  • references/handoff-checklist.md — 需求包交接
  • references/execution-playbook.md — 完整 SOP
  • references/workflow-light-task.md — L1 轻量通道

When not to use

  • 用户要写代码、出方案(见 develop / plan skill)。
  • 用户要评审、拍板(见 review skill)。

What ships with it: 12 files

22.9 KB alongside SKILL.md, 4 of them executable

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.