planning-skills

Plan, design, and scaffold new Claude Code skills with file generation.

2|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/shawn-sandy/agentics --skill planning-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-skills
Source: https://github.com/shawn-sandy/agentics/tree/main/plugins/skill-reviewer/skills/planning-skills
Command: npx skills add https://github.com/shawn-sandy/agentics --skill planning-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation of new Claude Code skills by guiding users through planning, design, and scaffolding, ensuring a well-structured and functional skill from the start.

Core Features & Use Cases

  • Guided Skill Design: Walks users through understanding skill goals, selecting appropriate design patterns, and planning folder structures.
  • Automated Scaffolding: Generates essential files like SKILL.md with drafted frontmatter and outlines for the skill body.
  • Use Case: A developer wants to build a new skill to summarize meeting transcripts. They can use this skill to plan the skill's purpose, choose a suitable design pattern (e.g., Sequential for summarization steps), define the file structure, and get a basic SKILL.md ready to be filled with detailed instructions.

Quick Start

Use the planning-skills skill to help me plan a new skill that summarizes meeting notes.

Frequently Asked Questions about planning-skills

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

FAQPage Schema
How do I scaffold a new Claude Code skill from scratch?

You can scaffold a new Claude Code skill by planning its folder structure, selecting appropriate design patterns, and generating essential files like SKILL.md with drafted frontmatter to ensure a well-structured plugin.

What is the best way to plan folder structure for Claude Code plugins?

The best way to plan folder structure for Claude Code plugins is through guided design pattern selection. This approach helps you outline the skill's purpose and map out the necessary file generation for a functional plugin.

How does design pattern selection work when creating Claude Code skills?

Design pattern selection for Claude Code skills works by aligning the skill's goals with a suitable structural template, such as a Sequential pattern for step-by-step processes like summarizing meeting transcripts, ensuring logical flow.

Do I need to write SKILL.md frontmatter manually for new code scaffolding?

You do not need to write SKILL.md frontmatter manually for code scaffolding. The guided planning process automatically drafts the frontmatter and generates the file structure, leaving you to fill in detailed instructions.

Can I use this approach to build a skill for summarizing meeting notes?

Yes, you can build a skill for summarizing meeting notes by defining the skill's purpose, choosing a suitable design pattern like Sequential for the summarization steps, and generating the required plugin files.

What are the limitations of guided skill development for Claude Code?

The limitation of guided skill development is that it focuses on planning and scaffolding the initial structure. It generates a basic SKILL.md, but you must manually write the detailed instructions and logic required for the skill to function.