Install
$ agentstack add skill-xinyiai0724-tools-write-dev-plan ✓ 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-dev-plan
类型: 开发期 Skill(develop/ 组) 调用时机: code-implementation pipeline 第 1 节点
用途
将 SDD 转化为可执行的开发计划,落盘到 change-requests/{CR-ID}/plan.md,作为 write-dev-tasks 的输入基础。
参数
| 参数 | 类型 | 必填 | 说明 | |------|------|------|------| | cr_id | string | ✅ | 目标 CR-ID | | target_version | string | ❌ | 目标版本,写入 plan.md frontmatter |
执行步骤
Step 1 — 前置校验
- 确认
change-requests/{cr_id}/sdd.md存在 - CR status 应为
tech-design-reviewed
Step 2 — 生成 plan.md
---
id: {cr_id}-plan
type: PLAN
cr-ref: {cr_id}
sdd-ref: "change-requests/{cr_id}/sdd.md"
target-version: {target_version 或 tbd}
status: draft
created: {YYYY-MM-DDTHH:mm:ss+08:00}
updated: {YYYY-MM-DDTHH:mm:ss+08:00}
---
章节:
- 交付里程碑 — 阶段划分(设计 / 实现 / 测试 / 联调 / 发布)与时间估算
- 任务依赖图 — 各模块/接口任务的依赖关系(文字描述或 ASCII 图)
- 资源与分工 — 预计工时分配
- 风险与回滚策略 — 技术风险列表及对应回滚方案
- 验收与发布策略 — 发布前 checklist / feature-flag 计划
Step 3 — 落盘并 commit
落盘到 change-requests/{cr_id}/plan.md。 Commit:feat({cr_id}): draft dev plan
Step 4 — 输出摘要
✅ 开发计划已生成
文件 : change-requests/{cr_id}/plan.md
里程碑数 : {N}
估算总工时 : {N} 人天
下一步 : 执行 write-dev-tasks
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.