10x-init

Create context subdirectories and README files for project documentation.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/LeszekDNV/PlanDeck2 --skill 10x-init-leszekdnv
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: 10x-init
Source: https://github.com/LeszekDNV/PlanDeck2/tree/main/src/PlanDeck/.github/skills/10x-init
Command: npx skills add https://github.com/LeszekDNV/PlanDeck2 --skill 10x-init-leszekdnv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages the initial setup of a project's context directory, creating essential folders and README files for consistent change-tracking and documentation management.

Core Features & Use Cases

  • Project Context Initialization: Automatically creates the context/{changes,archive,foundation} directories and associated README files.
  • Universal README Setup: Ensures README files are in place for each subdirectory, providing guidance on their purpose.
  • Idempotent Execution: Ensures that re-running the skill has no adverse effects and provides a summary of existing versus created items.

Quick Start

Execute the skill with /10x-init to set up your project's context directory structure.

Frequently Asked Questions about 10x-init

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

FAQPage Schema
How do I automate project context initialization for directory structure and README creation?▼

Project context initialization automates the creation of the `context/{changes,archive,foundation}` directories and their associated README files, establishing a consistent structure for change tracking and documentation management.

What is the best way to set up a project context directory for change tracking?▼

Setting up a project context directory involves generating standardized subfolders and README files to guide documentation workflows, ensuring all team members follow a uniform change-tracking and archival process from the start.

Does project setup require manual configuration of context subdirectories?▼

No, project setup does not require manual configuration because the initialization process automatically verifies the existence of context subdirectories and generates the required foundational folders and READMEs independently.

Why do I need a standardized directory structure for project documentation?▼

A standardized directory structure is needed to separate active changes, archived records, and foundational context, providing clear guidance on each folder's purpose and preventing disorganized documentation during development.