10x-new

Create a change folder and identity file with metadata under context/changes.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/LeszekDNV/PlanDeck2 --skill 10x-new-leszekdnv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-new
Source: https://github.com/LeszekDNV/PlanDeck2/tree/main/src/PlanDeck/.github/skills/10x-new
Command: npx skills add https://github.com/LeszekDNV/PlanDeck2 --skill 10x-new-leszekdnv

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of initializing a new change folder under the context/changes/<change-id>/ directory, along with creating an identity file (change.md) for it.

Core Features & Use Cases

  • Folder Creation: Automatically creates a new change folder with a specified <change-id>.
  • Identity File: Generates a change.md file containing essential metadata about the change.
  • Intent Parsing: Parses additional user input to suggest the next step in the change process.

Quick Start

Create a new change folder with ID '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 create a new change folder and identity file for project planning?

To create a new change folder, this Skill initializes a directory under context/changes/<change-id>/ and generates a change.md identity file containing essential metadata for your project planning workflow.

What is context initialization in change management?

Context initialization in change management is the automated process of creating a structured change directory and an identity file with metadata to track subsequent actions for a specific change ID.

How do I set up a change folder using a specific change ID?

You set up a change folder by providing a change ID. The Skill checks the ID format and uniqueness, then creates the corresponding directory and identity file to guide your next steps.

Can I add an intent description when initializing a change folder?

Yes, you can provide optional free-form intent during context initialization. The Skill parses this input to populate the identity file and suggest the next step in the change process.

What happens if my change ID is not unique within the context structure?

If the change ID is not unique within the context structure, the context initialization process requires validation checks that will prevent the creation of the new change folder to avoid conflicts.