AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Write Insight Brief

skill-xinyiai0724-tools-write-insight-brief · by xinyiai0724

基于 raw market insight 撰写产品洞察简报,并将 docs/market-insights/_index.yml 中对应条目推进为 briefed。

No reviews yet
0 installs
37 views
0.0% view→install

Install

$ agentstack add skill-xinyiai0724-tools-write-insight-brief

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-xinyiai0724-tools-write-insight-brief)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Write Insight Brief? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Skill: write-insight-brief

类型: 规划期 Skill(planning/ 组) 调用时机: market-to-plan pipeline 第 2 节点

用途

读取 extract-market-insight 生成的 raw insight,整理成可供产品规划使用的洞察简报。简报仍属于过程态/探索型知识,写入 docs/market-insights/,后续若人工确认,再由 write-planning-entry 写入产品规划知识库。

参数

| 参数 | 类型 | 必填 | 说明 | |------|------|------|------| | source | string | ✅ | raw insight 文件路径或上一节点输出中的文件路径 | | target_version | string | ❌ | 关联目标版本 | | owner | string | ❌ | 记录人;默认 product-owner |

执行步骤

Step 1 — 前置校验

  1. 读取 source 指向的 raw insight 文档。
  2. 确认 frontmatter type=MARKET_INSIGHTstatus=rawstatus=briefed
  3. 读取 docs/market-insights/_index.yml,定位对应 id。

Step 2 — 撰写洞察简报

输出一份不超过 800 字的简报,结构如下:

  1. 执行摘要。
  2. 核心机会。
  3. 风险与不确定性。
  4. 建议关注的需求方向。
  5. 需要人工决策的问题。

简报只基于 raw insight 和已存在的 workspace 上下文,不新增未经验证的外部事实。

Step 3 — 写入 brief 文档

写入:

docs/market-insights/brief-{YYYY-MM-DD}-{slug}.md

frontmatter:

---
id: brief-{YYYY-MM-DD}-{slug}
type: MARKET_INSIGHT_BRIEF
status: briefed
source: {source}
target_version: {target_version 或 unassigned}
owner: {owner}
created_at: {YYYY-MM-DDTHH:mm:ss+08:00}
---

Step 4 — 更新索引

docs/market-insights/_index.yml 中 raw insight 条目更新为:

status: briefed
brief_ref: docs/market-insights/brief-{YYYY-MM-DD}-{slug}.md
briefed_at: {timestamp}

Step 5 — 输出摘要

输出 brief 文件路径、建议方向数量、待决策问题数量,以及下一步 planning-draft 的输入路径。

错误处理

| 错误 | 处理 | |------|------| | source 不存在 | 停止执行,返回 INSIGHT_SOURCE_NOT_FOUND | | source 不是 MARKETINSIGHT | 停止执行,返回 INVALID_INSIGHT_SOURCE | | index.yml 缺失 | 不阻塞 brief 生成,但输出警告并初始化索引 |

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.