plan

Creates a detailed implementation plan in a file under your project's designated folder without changing any code.

4|Updated May 18, 2026
One-click install
npx skills add https://github.com/ZardLi1115/zedclaw --skill plan-zardli1115
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/ZardLi1115/zedclaw/tree/main/skills/software-development/plan
Command: npx skills add https://github.com/ZardLi1115/zedclaw --skill plan-zardli1115

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When you need a clear implementation roadmap but want to avoid any code changes, execution, or side effects, this skill helps you produce an actionable plan safely.

Core Features & Use Cases

  • Plan-only workflow: Generates a markdown plan without implementing code or making mutating changes.
  • Workspace-aligned output: Saves the plan to .zedclaw/plans/ using a timestamped filename so it stays tied to the active workspace.
  • Actionable deliverables: Produces concrete steps including goal, assumptions, approach, likely file changes, tests/validation, and risks/open questions (when relevant).

Quick Start

Use the plan skill to create a concrete implementation roadmap for the task “add an OSS PR Agent workflow to discover issues and open PRs,” without making any code changes.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I create an implementation roadmap without modifying the codebase?

An implementation roadmap can be created without modifying the codebase by generating a markdown plan that outlines goals, assumptions, approach, likely file changes, and validation steps while strictly forbidding code execution or commits.

What is a plan-only workflow for software tasks?

A plan-only workflow for software tasks produces a concrete, actionable markdown document detailing steps and risks without executing code, making mutating changes, or performing external actions on the repository.

How do I prepare tests and validation steps before writing any code?

To prepare tests and validation steps before writing code, generate a markdown implementation plan that explicitly includes test preparation and validation criteria while avoiding any actual code implementation or repository mutations.

Can I generate a planning document that guarantees repository safety?

Yes, you can generate a planning document that guarantees repository safety by following strict guardrails that forbid code implementation, external actions, and commit or push behavior during the planning process.

Where are markdown implementation plans stored in the workspace?

Markdown implementation plans are stored in the workspace by writing the plan to a timestamped file under the .zedclaw/plans/ directory, keeping the document tied to the active workspace.

Does the planning workflow support coordinating approach and steps for code changes?

Yes, the planning workflow supports coordinating approach and steps for code changes by producing a markdown document that details the implementation approach, likely file changes, and open questions without executing the changes.