10x-new

Create a change folder with a change.md identity file for the 10x workflow.

Updated May 22, 2026
One-click install
npx skills add https://github.com/pfrack/frugalis --skill 10x-new-pfrack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-new
Source: https://github.com/pfrack/frugalis/tree/main/.github/skills/10x-new
Command: npx skills add https://github.com/pfrack/frugalis --skill 10x-new-pfrack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the process of initiating a new change folder with an identity file, ensuring a structured and organized workflow for managing changes.

Core Features & Use Cases

  • Automated Folder Creation: Automatically creates a new change folder with a predefined structure.
  • Identity File Creation: Generates a change.md file with essential metadata.
  • Customizable Change-ID: Allows users to specify a unique identifier for their change.
  • Use Case: Ideal for teams using the 10x context structure, where starting a new change with a clear identity is crucial for maintaining project organization.

Quick Start

Create a new change folder for your project by providing a change-id. For example, to start a change related to "context-dir-restructure", use the command: /10x-new context-dir-restructure

Frequently Asked Questions about 10x-new

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

FAQPage Schema
How do I start a new change folder for project organization?

Starting a new change folder requires providing a kebab-case change-id, which automatically initializes a structured directory and an identity file for change management.

What is an identity file in a 10x workflow context?

An identity file in a 10x workflow context is a `change.md` document that holds essential metadata, ensuring a structured and organized approach to managing project changes.

Do I need a specific repository structure to use the 10x workflow?

Yes, you need an existing repository already structured for the 10x workflow, as the Skill expects to initialize new change folders within this specific context directory.

What is the correct format for a change-id when creating a change folder?

The correct format for a change-id is kebab-case, such as `context-dir-restructure`, ensuring the generated change folder maintains a standardized naming convention.

Can I customize the metadata in the generated change management identity file?

The Skill generates a `change.md` identity file with essential metadata based on your specified change-id, though the metadata customization depends on the predefined 10x context structure.

Why use an automated folder creation tool for change management?

Automated folder creation for change management eliminates manual setup errors by instantly generating a standardized folder structure and identity file, maintaining strict project organization.