writing-plans

Convert vague specs into structured implementation plans with versioned artifacts.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/zhuyingcoder/cc-demo --skill writing-plans-zhuyingcoder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/zhuyingcoder/cc-demo/tree/main/.claude/skills/writing-plans
Command: npx skills add https://github.com/zhuyingcoder/cc-demo --skill writing-plans-zhuyingcoder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When starting a project from vague specs, this skill helps you convert requirements into a concrete, step-by-step implementation plan that guides engineers and reviewers.

Core Features & Use Cases

  • Structured task decomposition: break large features into manageable tasks with clear ownership.
  • Plan scaffolding: outline files to create or modify, tests to write, and documentation to update.
  • Collaboration and traceability: save plans with versioned artifacts for review and auditing.

Quick Start

Begin by announcing that you are using the writing-plans skill to create an implementation plan.

Frequently Asked Questions about writing-plans

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

FAQPage Schema
How do I break down vague specs into step-by-step implementation tasks?

To break down vague specs into step-by-step implementation tasks, use a structured task decomposition approach that outlines file changes, tests, and documentation across a dedicated worktree for clear ownership.

What is the best way to plan multi-step work with clear task ownership?

The best way to plan multi-step work with clear task ownership is to scaffold plans by outlining files to modify, tests to write, and documentation to update, saving the results as versioned artifacts for review.

How do I create a versioned implementation plan for engineering review?

You create a versioned implementation plan for engineering review by enforcing structured plan creation with clear scopes and step-by-step tasks, saving the output as versioned plan artifacts for auditing.

Can I outline file changes and documentation updates before starting a project?

Yes, you can outline file changes and documentation updates before starting a project through plan scaffolding, which helps convert multi-step requirements into a concrete implementation strategy.

Does structured task decomposition work for multi-step requirements in a dedicated worktree?

Yes, structured task decomposition works for multi-step requirements by breaking large features into manageable tasks with clear ownership across a dedicated worktree.

What are the limitations of planning an implementation strategy from vague specs?

The limitations of planning an implementation strategy from vague specs include relying heavily on initial requirement clarity; the resulting structured plan only outlines scopes and tasks without executing the actual code changes.