zco-plan

Locate and execute plan documents by sequence number from docs/plans.

2|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/vmico/zco-claude-skills --skill zco-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zco-plan
Source: https://github.com/vmico/zco-claude-skills/tree/main/ClaudeSettings/skills/zco-plan
Command: npx skills add https://github.com/vmico/zco-claude-skills --skill zco-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

自动读取 docs/plans/ 目录中的结构化计划文档,理解任务需求,并以 plan 模式设计实施方案。 通过对计划文档的定位、读取和执行,帮助用户将复杂的开发任务转化为可执行步骤。

Core Features & Use Cases

  • 自动读取 docs/plans/ 目录中的结构化计划文档,理解任务需求,并以 plan 模式设计实施方案。
  • 查找计划文档:根据序号在 docs/plans/ 目录中定位计划文件
  • 读取计划内容:解析 YAML front matter 和 Markdown 内容
  • 执行任务:以 plan 模式理解需求并设计实施方案
  • 智能匹配:支持多版本计划自动选择最新版本

Quick Start

运行 zco-plan {seq} 来执行相应计划,例如 zco-plan 002,将自动选择最新版本的计划文档并进入计划执行模式。

Frequently Asked Questions about zco-plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute a structured development plan from markdown files?

To execute a structured development plan, this skill locates the correct plan document in the docs/plans directory by sequence number. It parses YAML front matter and Markdown content to drive task execution in plan mode.

What is the best way to manage multiple versions of a development plan document?

Managing multiple versions of a development plan document is handled automatically by selecting the latest version. When multiple plan sequence files exist, the skill matches the newest iteration to ensure you execute the most current implementation steps.

How do I run a specific plan using a sequence number?

To run a specific plan, provide the sequence number as an argument, such as executing the command with '002'. The system searches for files matching the plan sequence pattern and loads the corresponding markdown document.

Do I need YAML front matter in my markdown plan files?

You need YAML front matter in your markdown plan files to provide metadata for execution. The skill reads this YAML configuration alongside the markdown content to understand task requirements and design the implementation approach.

Can I use this skill to design implementation steps for complex tasks?

You can use this skill to design implementation steps for complex development tasks. It operates in plan mode to read structured documents, understand requirements, and translate them into deterministic, executable workflows with validation.

Why does my plan execution fail when the file is not in the docs/plans directory?

Plan execution fails when files are outside the docs/plans directory because the skill specifically searches that location for plan sequence files. Ensure your markdown documents are placed correctly and named with the proper plan sequence pattern.