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/Oskarovsky/Sprinter --skill 10x-new-oskarovsky
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-new
Source: https://github.com/Oskarovsky/Sprinter/tree/main/.cursor/skills/10x-new
Command: npx skills add https://github.com/Oskarovsky/Sprinter --skill 10x-new-oskarovsky

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Starting a new unit of work often lacks structure, leading to scattered notes and inconsistent tracking. This Skill bootstraps a standardized change folder so every piece of work begins with a consistent identity file and a clear next step. ## 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 kebab-case change-ids, path-style references (with or without @), and freeform intent text; enforces kebab-case format and uniqueness across context/changes/ and context/archive/. - Next-Step Guidance: Suggests the appropriate follow-up skill (/10x-plan, /10x-research, or /10x-frame) based on the intent, and copies the command to the clipboard. - Use Case: A developer wants to start work on Google sign-in. They invoke the skill with oauth-login add Google sign-in so users skip the email-password step, and get a ready-to-use change folder with a titled change.md and a suggested planning command. ## Quick Start Ask the AI to run /10x-new with a kebab-case change-id like "oauth-login" plus an optional short description of the work to create the change folder.

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, for example "/10x-new oauth-login add Google sign-in". The skill creates context/changes/<change-id>/change.md 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 plain 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 context/changes/ folder indicates the repository is not bootstrapped.

Does 10x-new create plan.md or research.md files?

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