Install
$ agentstack add skill-xinyiai0724-tools-write-planning-entry ✓ 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-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 |
执行步骤
- 读取
dir-graph.yaml,解析knowledge-docs.subdirs.product-planning.path和_index.yml路径。 - 读取
source对应草稿,确认已通过上游human_approval。 - 使用
engineering-docs生成DESIGN-DOCfrontmatter 与正文骨架,保留草稿中的来源、机会点、成功指标、风险与下一步。 - 写入
docs/product-planning/{YYYY-MM-DD}-{slug}.md。 - 更新
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}
- 调用
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.
- 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.