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

Write Planning Entry

skill-xinyiai0724-tools-write-planning-entry · by xinyiai0724

将已经人工审批的规划建议或规划草稿落盘到 docs/product-planning/ 并维护 _index.yml。Use after planning-draft, report-to-planning-suggestion, or market-to-plan human approval when a draft must become a persisted planning artifact.

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

Install

$ agentstack add skill-xinyiai0724-tools-write-planning-entry

✓ 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-planning-entry)

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

About

Skill: write-planning-entry

类型: 规划期 Skill(planning/ 组,显式落盘节点)

用途

planning-draft 只生成草稿,不写文件。本 Skill 是规划建议经过人工确认后的唯一落盘入口,避免草稿生成与写文件职责混淆。

参数

| 参数 | 类型 | 必填 | 说明 | |------|------|------|------| | source | string | yes | 草稿来源,如 node-3.md、竞品报告路径或市场洞察条目 | | title | string | yes | 规划条目标题 | | target_version | string | no | 关联版本;为空则填 unassigned | | owner | string | no | 负责人;为空填 product-owner |

执行步骤

  1. 读取 dir-graph.yaml,解析 knowledge-docs.subdirs.product-planning.path_index.yml 路径。
  2. 读取 source 对应草稿,确认已通过上游 human_approval
  3. 使用 engineering-docs 生成 DESIGN-DOC frontmatter 与正文骨架,保留草稿中的来源、机会点、成功指标、风险与下一步。
  4. 写入 docs/product-planning/{YYYY-MM-DD}-{slug}.md
  5. 更新 docs/product-planning/_index.yml
- id: {YYYY-MM-DD}-{slug}
  title: {title}
  status: approved
  target-version: {target_version 或 unassigned}
  source: {source}
  owner: {owner}
  created-at: {YYYY-MM-DDTHH:mm:ss+08:00}
  1. 调用 validate-doc 校验文档结构;失败则停止并回报问题。

输出

输出实际写入路径、index 条目 id、校验结果,以及建议下一步是否进入 requirement pipeline。

禁止事项

  • 不得跳过人工审批直接落盘。
  • 不得覆盖已有同名规划文档;若 slug 冲突,追加短 hash。
  • 不得修改 specs/change-requests/

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.