Install
$ agentstack add skill-xinyiai0724-tools-write-insight-brief ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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 — 前置校验
- 读取
source指向的 raw insight 文档。 - 确认 frontmatter
type=MARKET_INSIGHT且status=raw或status=briefed。 - 读取
docs/market-insights/_index.yml,定位对应 id。
Step 2 — 撰写洞察简报
输出一份不超过 800 字的简报,结构如下:
- 执行摘要。
- 核心机会。
- 风险与不确定性。
- 建议关注的需求方向。
- 需要人工决策的问题。
简报只基于 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.
- Author: xinyiai0724
- Source: xinyiai0724/tools
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.