create-plan

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the manual effort of naming, structuring, and adding metadata to new plan documents, ensuring each file has a unique identifier and consistent frontmatter.

Core Features & Use Cases

  • Unique three‑word ID: Guarantees no filename conflicts across the .agents/plans directory.
  • Automatic frontmatter: Inserts the current date and a formatted title based on the provided slug.
  • Content insertion: Places user‑provided plan details directly into the newly created markdown file.
    Ideal for quickly drafting feature specifications, task outlines, or project roadmaps.

Quick Start

Ask the create‑plan skill to produce a plan named “feature-name” with your description.

Frequently Asked Questions about create-plan

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

FAQPage Schema
How do I generate markdown plan files with unique identifiers automatically?

To generate markdown plan files with unique identifiers, this Skill creates a new file in the .agents/plans directory using a three-word ID and slug, inserting the current date and title metadata into the frontmatter automatically.

What is the best way to structure feature plans with frontmatter in markdown?

Structuring feature plans with frontmatter is handled by generating a formatted markdown file that includes the current date and a title based on your provided slug, placing your plan details directly into the document body.

How do I avoid filename conflicts when saving project task outlines?

To avoid filename conflicts when saving project task outlines, the system generates a guaranteed unique three-word identifier for each file, formatting the filename as {three-word-id}-{slug}.md.

Can I use this to create feature specifications in the .agents directory?

Yes, you can use this to create feature specifications by asking it to produce a plan named after your feature, which generates a uniquely identified markdown file with appropriate metadata in the .agents/plans directory.

Do I need to manually add date metadata to markdown plan documents?

No, you do not need to manually add date metadata to markdown plan documents because the Skill automatically inserts the current date and a formatted title into the frontmatter upon file creation.