10x-new

Creates a new change folder with a change.md identity file under context/changes.

Updated May 23, 2026
One-click install
npx skills add https://github.com/BMS-kmusial/bms-stream-monitor --skill 10x-new-bms-kmusial
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-new
Source: https://github.com/BMS-kmusial/bms-stream-monitor/tree/main/.claude/skills/10x-new
Command: npx skills add https://github.com/BMS-kmusial/bms-stream-monitor --skill 10x-new-bms-kmusial

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Starting a new unit of work often lacks structure — notes, plans, and research end up scattered. This Skill bootstraps a consistent change folder under context/changes/<change-id> with a standardized change.md identity file, so every piece of work begins with a clear, trackable home. ## Core Features & Use Cases - Change Folder Bootstrap: Creates context/changes/<change-id>/ with a change.md file containing frontmatter (change_id, title, status, dates) and a Notes section. - Argument Parsing & Validation: Accepts plain slugs or @-style path references, enforces kebab-case change-ids, and checks uniqueness against context/changes/ and context/archive/. - Intent-Aware Titles and Next Steps: Derives a human-readable title from freeform intent and suggests the right follow-up skill (/10x-plan, /10x-research, or /10x-frame), copying it to the clipboard. - Use Case: Run /10x-new oauth-login add Google sign-in to instantly scaffold a change folder with a proper title and notes, then jump straight into planning. ## Quick Start Ask the assistant to start a new change by providing a kebab-case change-id and an optional short description of the work, for example to create a change for adding OAuth login.

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 with the 10x-new skill?

Invoke /10x-new followed by a kebab-case change-id and optional freeform intent, such as /10x-new oauth-login add Google sign-in. The skill creates context/changes/<change-id>/change.md with a derived title and suggests the next skill to run.

What change-id formats are accepted?

The change-id must be kebab-case: lowercase letters, digits, and single hyphens, starting with a letter, with no leading/trailing hyphens or double hyphens. Path-style references like @context/changes/feature-x/ are also accepted; the last segment becomes the change-id.

What happens if the change-id already exists?

The skill checks both context/changes/ and context/archive/ for collisions. If the id exists in either location, it prints an error naming the conflicting path and stops without creating anything, so you can pick a different id.

Does 10x-new create the context/changes directory if missing?

No. If context/changes/ does not exist, the skill prints an error indicating the repo is not set up for the 10x context structure and stops. You must bootstrap that parent directory yourself first.

What files does 10x-new create besides change.md?

None. It only creates the change folder and change.md identity file. Artifacts like frame.md, research.md, and plan.md are produced by their respective skills (/10x-frame, /10x-research, /10x-plan) in later steps.