# Complete Plan

> Mark the plan as completed and generate a summary report. Call when ALL steps are done. Returns execution summary with success/failure statistics.

- Skill: `tools-only/complete-plan` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tools-only/complete-plan`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/complete-plan/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tools-only/complete-plan

---


# Complete Plan

标记计划完成，生成最终报告。在所有步骤完成后调用。

## Parameters

| 参数 | 类型 | 必填 | 说明 |
|-----|------|-----|------|
| summary | string | 是 | 完成总结 |

## Examples

```json
{
  "summary": "已完成百度搜索天气并截图发送给用户"
}
```

## Returns

- 执行摘要
- 成功/失败统计
- 总耗时

## Related Skills

- `create-plan`: 创建计划
- `update-plan-step`: 更新步骤状态
- `get-plan-status`: 查看计划状态

