create-plan

Create Markdown plan files with unique three-word identifiers and YAML frontmatter.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/vddgmbh/documenso --skill create-plan-vddgmbh
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-plan
Source: https://github.com/vddgmbh/documenso/tree/main/.agents/skills/create-plan
Command: npx skills add https://github.com/vddgmbh/documenso --skill create-plan-vddgmbh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating plan files with a consistent naming scheme and YAML frontmatter in .agents/plans/ so teams can organize work items reliably.

Core Features & Use Cases

  • Generate a unique three-word identifier for each plan file.
  • Create a Markdown file in .agents/plans/ named with the pattern three-word-id-slug.md.
  • Include YAML frontmatter with metadata such as date and a formatted title to simplify auditing and search.

Quick Start

Provide a slug and content to generate a new plan file named three-word-id-slug.md with frontmatter.

Frequently Asked Questions about create-plan

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

FAQPage Schema
How do I create plan files with consistent YAML frontmatter and naming conventions?▼

To create plan files with consistent YAML frontmatter, this tool generates a Markdown file in the .agents/plans/ directory using a unique three-word identifier slug and includes metadata like the current date and a formatted title.

What is the best way to automate plan file generation for feature planning workflows?▼

Automating plan file generation for feature workflows requires applying this skill to produce a slugged Markdown file named three-word-id-slug.md with standardized YAML frontmatter metadata for reliable organization.

How do I generate a unique three-word identifier for a project plan file?▼

Generating a unique three-word identifier for a project plan file is handled automatically by the skill, which creates a slugged filename like three-word-id-slug.md within the .agents/plans/ directory.

Does this plan generation approach work for standard Markdown files with frontmatter?▼

Yes, plan generation works for standard Markdown files by creating a new document in the .agents/plans/ directory and injecting YAML frontmatter with the current date and a formatted title.

What limitations exist when using a three-word ID slug for file generation?▼

A limitation of using a three-word ID slug for file generation is that filenames are strictly formatted as three-word-id-slug.md, meaning custom naming schemes or alternative directory structures outside .agents/plans/ are not supported.

Can I use this plan creation tool for task management without external dependencies?▼

You can use this plan creation tool for task management without external dependencies because it operates independently to generate slugged Markdown files with metadata in the .agents/plans/ directory.