10x-new

Initialize a change folder with an identity file under context/changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the need for an efficient way to create and initialize a new change folder for a specific unit of work, complete with an identity file.

Core Features & Use Cases

  • Change Folder Initialization: Automatically sets up a new folder structure under context/changes/<change-id>/ with an identity file (change.md).
  • Change-ID Argument Parsing: Accepts and validates a change-ID argument to generate a unique folder name.
  • User Guidance: Provides clear instructions and prompts for next steps in the change management process.

Quick Start

Use the /10x-new <change-id> command to start a new change, where <change-id> is the unique identifier for the change.

Frequently Asked Questions about 10x-new

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

FAQPage Schema
How do I initialize a change folder with an identity file for project management?

To initialize a change folder, use a command providing a unique change-id. This automatically generates a new folder structure with an identity file for your change management process.

What is a change-id and how is it used in change management?

A change-id is a unique identifier for a specific unit of work. It is parsed and validated for format and uniqueness to generate a dedicated folder name for your project management workflow.

How do I create a new change folder structure using a change-id?

Provide your change-id as an argument to the initialization command. The system validates the format and uniqueness, then sets up the folder and identity file automatically.

What happens if my change-id is not unique or formatted incorrectly?

If the change-id validation fails due to incorrect formatting or lack of uniqueness, the system handles these error cases and provides guidance to correct the issue before proceeding.

Do I need any dependencies to set up a new change folder?

No dependencies are required to set up a new change folder. The initialization process works independently to validate the change-id and generate the identity file.

What are the next steps after bootstrapping a change folder?

After initializing the change folder, the system provides clear user guidance and prompts for the next steps required to continue the change management process effectively.