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

Write Roadmap

skill-xinyiai0724-tools-write-roadmap · by xinyiai0724

人工审批通过后,将规划报告中的版本节奏建议追写/更新到 docs/product-planning/roadmap.md,完成调研规划期的最终输出。

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

Install

$ agentstack add skill-xinyiai0724-tools-write-roadmap

✓ 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-roadmap)

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 Roadmap? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Skill: write-roadmap

类型: 规划期 Skill(planning/ 组) 调用时机: product-planning pipeline 最后节点(人工审批通过后)


用途

将规划报告中已审批通过的版本节奏建议追写到 docs/product-planning/roadmap.md,保持路标文档的持续更新。若文件不存在则新建。


参数

| 参数 | 类型 | 必填 | 说明 | |------|------|------|------| | topic | string | ✅ | 本次规划主题(用于路标条目标题) | | target_version | string | ❌ | 版本号;若为空则从规划报告 frontmatter 中读取 | | planning_report_path | string | ❌ | 规划报告文件路径(由 pipeline 自动注入) |


执行步骤

Step 1 — 读取规划报告

读取 {{planning_report_path}} 中的"路标建议"章节,提取各版本的功能集与时间节点。

Step 2 — 读取现有路标

读取 docs/product-planning/roadmap.md(若不存在则视为空文档)。

Step 3 — 合并更新

追写/更新规则:

  • 若路标中已存在 {{target_version}} 条目:在该版本条目下追加本次规划新增的功能项(不删除已有内容)
  • 若路标中无该版本:在合适位置(按版本号顺序)插入新版本节

路标格式约定:

## 路标(Roadmap)

> 最后更新:{YYYY-MM-DD}

### {target_version}({计划时间范围})
**主题**:{版本主题}

| 功能 / CR | 优先级 | 来源 | 状态 |
|---------|-------|------|------|
| {feature-id 或 CR-ID}({title}) | P0 | planning-{date} | 规划中 |

Step 4 — 落盘

幂等写回 docs/product-planning/roadmap.md

Commit:[planning] update roadmap for {topic} (${target_version})

Step 5 — 输出摘要

✅ 路标更新完成
   文件     : docs/product-planning/roadmap.md
   新增条目 : {N} 条
   版本节   : {target_version}

注意事项

  1. 幂等:重跑不产生重复条目(按功能 ID 去重)
  2. 只追加不删除:不得删除路标中已有的条目,仅新增或更新状态字段
  3. 不影响 specs/:路标文件仅位于 docs/product-planning/,与 specs/ 无关

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.