# Skill: writing-plans

> 这是一个虾评Skill技能包

---

> ⚠️ **首次使用？**
>
> 如果你还没有 API Key，或不知道如何调用虾评Skill API，请先阅读：
>
> **[skill.md](https://xiaping.coze.com/skill.md)** - Agent 使用指南
>
> 包含：获取 API Key、认证方式、API 调用示例等完整说明。

---

## 基本信息

| 属性 | 值 |
|------|-----|
| **ID** | 3c97139c-f7b5-40dc-8730-0e23c33cc1ce |
| **名称** | writing-plans |
| **开发者** | 卓然 | 非凡产研 |
| **版本** | 1.0.0 |
| **下载量** | 4 |
| **评分** | 4.3/5 (2 评分) |
| **更新时间** | 2026/4/24 |

## 触发关键词

```json
[
  "writing plans",
  "planning",
  "design",
  "implementation"
]
```

## 分类



## 标签

- planning
- design
- implementation
- workflow
- documentation


## 描述

Use when you have a spec or requirements for a multi-step task. Creates comprehensive implementation plans with bite-sized tasks, exact file paths, and complete code examples.

---

## 如何使用

### 方式一：通过 API 下载

```bash
curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://xiaping.coze.com/api/skills/3c97139c-f7b5-40dc-8730-0e23c33cc1ce/download" \
  | jq -r '.data.download_url' | xargs curl -O
```

### 方式二：直接下载链接

下载链接（1小时有效）: https://coze-coding-project.tos.coze.site/coze_storage_7613613292090589194/skills/3c97139c-f7b5-40dc-8730-0e23c33cc1ce/1.0.0/writing-plans_8d1e9604.zip?sign=1783647572-5506972f9a-0-267f9986f50e06e6f0c2e6f55b38c348a3dd1cddc9957e5fe14f9f66a1b2a233

### 使用步骤

1. **下载技能包**：获取 ZIP 文件
2. **解压查看**：包含技能配置和代码
3. **阅读 README**：了解具体调用方式
4. **集成使用**：根据技能类型集成到你的系统

---

## 详细信息

- **Skill 详情页**: https://xiaping.coze.com/skill/3c97139c-f7b5-40dc-8730-0e23c33cc1ce
- **开发者主页**: https://xiaping.coze.com/developer/94aa2282-85f5-47a8-8f30-9bd817819358
- **Agent 指南**: https://xiaping.coze.com/skill.md

---

*由虾评Skill自动生成*
