create-feature-folder

Create timestamped snake_case directories for feature specifications in prd/specs.

2|1|Updated Nov 13, 2025
One-click install
npx skills add https://github.com/MolcajeteAI/plugin --skill create-feature-folder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-feature-folder
Source: https://github.com/MolcajeteAI/plugin/tree/main/deprecated/prd/skills/create-feature-folder
Command: npx skills add https://github.com/MolcajeteAI/plugin --skill create-feature-folder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of uniquely named directories for new features, ensuring a consistent and organized project structure.

Core Features & Use Cases

  • Timestamped Directories: Automatically prefixes directory names with the current date in YYYYMMDD format.
  • Kebab-to-Snake Case Conversion: Converts feature names from kebab-case to snake_case for directory naming.
  • Use Case: When starting work on a new feature like "user-profile-enhancements", this skill creates a directory like .molcajete/prd/specs/20231027-user_profile_enhancements/.

Quick Start

Create a timestamped directory for a new feature named "api-integration".

Frequently Asked Questions about create-feature-folder

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

FAQPage Schema
How do I create timestamped directories for new feature specifications?

This skill creates timestamped directories for new feature specifications by generating folders within a project's 'prd/specs' directory, prefixing them with the current date in YYYYMMDD format to ensure unique organization.

What is the best way to organize feature development folders with dates?

The best way to organize feature development folders with dates is by using a YYYYMMDD timestamp prefix, which this skill applies automatically to ensure chronological sorting and prevent naming conflicts in your project structure.

How do I convert kebab-case feature names to snake_case for directory naming?

To convert kebab-case feature names to snake_case for directory naming, this skill automatically transforms hyphens to underscores, producing directories like '20231027-user_profile_enhancements' from your original feature name input.

Can I automate project structure setup for new features without manual directory creation?

You can automate project structure setup for new features without manual directory creation by using this skill, which instantly scaffolds uniquely named timestamped folders inside your 'prd/specs' path based on the feature name provided.

Why use YYYYMMDD date prefixes for feature specification directories?

Using YYYYMMDD date prefixes for feature specification directories ensures chronological sorting and prevents naming collisions, making it easy to track when features were initiated and maintain an organized project history.

Do I need any dependencies to generate timestamped feature folders?

You do not need any dependencies to generate timestamped feature folders, as this skill operates independently without requiring external components or libraries to create snake_case directories with date prefixes in your 'prd/specs' path.