10x-new

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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 change has a tracked lifecycle from the start. ## Core Features & Use Cases - Change Folder Bootstrap: Creates context/changes/<change-id>/ with a change.md file containing frontmatter (change_id, title, status, created, updated, archived_at) and a Notes section. - Argument Parsing & Validation: Accepts kebab-case change-ids, path-style references (with or without @), and freeform intent text; validates kebab-case format and uniqueness against context/changes/ and context/archive/. - Next-Step Guidance: Suggests the appropriate follow-up skill (/10x-plan, /10x-research, or /10x-frame) based on intent signals and copies it to the clipboard. - Use Case: Run /10x-new oauth-login add Google sign-in for faster onboarding to instantly scaffold a tracked change folder with a derived title and seeded notes. ## Quick Start Ask the assistant to run /10x-new with a kebab-case change-id and an optional description of the work, such as starting a new change called 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 workflow?

Run /10x-new followed by a kebab-case change-id and optional intent text, for example /10x-new oauth-login add Google sign-in. It creates context/changes/<change-id>/change.md with status new and suggests the next step.

What format must a change-id follow?

The change-id must be kebab-case: lowercase letters, digits, and single hyphens, starting with a letter, with no leading or trailing hyphens and no double hyphens. It must also be unique across context/changes/ and context/archive/.

Can I pass a folder path instead of a change-id?

Yes. Path-style references like @context/changes/oauth-login/ are accepted; the leading @ and trailing slash are stripped and the last path segment becomes the change-id. Anything after the first token is treated as freeform intent.

What happens if context/changes does not exist?

The skill stops with an error stating the repo is not set up for the 10x context structure. It deliberately does not auto-create the parent directory, since a missing parent indicates the repository is not bootstrapped.

Does 10x-new create plan or research files?

No. It only creates the change.md identity file. Research, framing, and planning artifacts are produced by their respective skills (/10x-research, /10x-frame, /10x-plan), which it suggests as next steps.