Planning Documents

Enforce three-digit kebab-case naming for planning documents in prompts/ directories.

1|Updated Sep 5, 2025
One-click install
npx skills add https://github.com/Ramblurr/nix-devenv --skill planning-documents
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Planning Documents
Source: https://github.com/Ramblurr/nix-devenv/tree/main/prompts/skills/planning-documents
Command: npx skills add https://github.com/Ramblurr/nix-devenv --skill planning-documents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a standardized naming convention for all planning and workflow documents within the prompts/ directory, ensuring consistency and easy organization.

Core Features & Use Cases

  • Structured Naming: Enforces a clear pattern for primary documents (PRDs) and supporting documents (reports, ideas).
  • Sequence Numbering: Guides users on how to determine and assign sequential numbers for new documents.
  • Use Case: When creating a new Product Requirements Document (PRD) for a feature, use this Skill's guidelines to name it prompts/035-new-feature.md, ensuring it fits within the established project structure.

Quick Start

Follow the naming convention for planning documents by creating a new file named prompts/001-initial-concept.md.

Frequently Asked Questions about Planning Documents

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

FAQPage Schema
How do I standardize naming conventions for project planning documents?▼

To standardize planning document naming, enforce a three-digit sequence number and kebab-case for primary documents within a prompts/ directory, using specific patterns for supporting reports and ideas to ensure consistent organization and retrieval.

What is the best way to name a new Product Requirements Document in a workflow directory?▼

The best way to name a new Product Requirements Document is using a sequential three-digit number followed by kebab-case, such as prompts/035-new-feature.md, ensuring it fits within the established project structure.

How do I organize supporting reports and idea capture files alongside primary PRDs?▼

You organize supporting reports and idea capture files by applying specific naming patterns differentiated from primary documents, maintaining a consistent structure within the prompts/ directory for easy organization and retrieval.

How are sequence numbers determined when creating new workflow documentation?▼

Sequence numbers for new workflow documentation are determined by identifying the next available three-digit sequential number in the existing prompts/ directory, ensuring chronological alignment with established project files.

Does this documentation structure require any specific dependencies or platform setups?▼

No specific dependencies or platform setups are required. The documentation structure operates by applying standardized naming conventions to files within a local prompts/ directory without relying on external components.