10x-new

Create a new project change directory with a kebab-case identity file.

Updated Jun 9, 2024
One-click install
npx skills add https://github.com/Kuba312/daily-board --skill 10x-new-kuba312
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-new
Source: https://github.com/Kuba312/daily-board/tree/main/frontend/.agents/skills/10x-new
Command: npx skills add https://github.com/Kuba312/daily-board --skill 10x-new-kuba312

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Streamlines the process of initializing a new change folder with an identity file for tracking research, planning, and implementation in a single unit of work.

Core Features & Use Cases

  • Change Folder Initialization: Creates a new change folder structure with a .md identity file at its root.
  • Change ID Generation: Accepts a user-provided identifier to uniquely identify and organize related work.
  • Contextual Workflow: Facilitates the progression from research, planning, to implementation and review within the same directory.

Quick Start

Create a new change for 'feature-x' by executing: /10x-new feature-x

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 directory for tracking a project change?

To create a new directory for project change tracking, you provide a unique identifier which generates a change folder containing a root markdown identity file for organizing related work.

What is the best way to organize research and planning files for a new feature?

Organizing research and planning files for a new feature is best handled by initializing a dedicated change folder, which provides a unified directory structure to progress through implementation and review.

Does the change identifier format need to be kebab-case?

Yes, the change identifier must conform to a kebab-case format to successfully generate the change folder and its identity file on the file system.

Can I use this to structure my development workflow from planning to implementation?

Yes, you can use this to structure your development workflow, as it creates a single unit of work directory that facilitates the progression from research and planning directly into implementation.

Why do I need an identity file in a new change folder?

You need an identity file in a new change folder to uniquely identify the unit of work, serving as the root markdown file for tracking all related research, planning, and implementation.

Are there limitations on what I can name a change directory?

The primary limitation is that your change directory name must use kebab-case formatting, as the directory creation script requires this specific structure to initialize successfully.