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

Write Dev Plan

skill-xinyiai0724-tools-write-dev-plan · by xinyiai0724

基于 change-requests/{CR-ID}/sdd.md 编写开发计划 plan.md,包含里程碑排期、任务依赖图、风险与回滚策略。

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

Install

$ agentstack add skill-xinyiai0724-tools-write-dev-plan

✓ 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-dev-plan)

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

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 — 前置校验

  1. 确认 change-requests/{cr_id}/sdd.md 存在
  2. 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}
---

章节:

  1. 交付里程碑 — 阶段划分(设计 / 实现 / 测试 / 联调 / 发布)与时间估算
  2. 任务依赖图 — 各模块/接口任务的依赖关系(文字描述或 ASCII 图)
  3. 资源与分工 — 预计工时分配
  4. 风险与回滚策略 — 技术风险列表及对应回滚方案
  5. 验收与发布策略 — 发布前 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.

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.