project-setup

Automates SDD setup by generating CLAUDE.md, initializing ai-context, and creating openspec/config.yaml.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/fearovex/claude-config --skill project-setup-fearovex
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: project-setup
Source: https://github.com/fearovex/claude-config/tree/main/skills/project-setup
Command: npx skills add https://github.com/fearovex/claude-config --skill project-setup-fearovex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploys a complete SDD architecture and hybrid memory layer in the current project, enabling rapid setup without manual gluing of components.

Core Features & Use Cases

  • Automates CLAUDE.md generation at project root.
  • Initializes ai-context/ with the 5 memory files.
  • Creates openspec/config.yaml and registers project artifacts for SDD cycles.

Quick Start

Initialize a new or existing Claude project via /project-setup to bootstrap SDD and memory modules.

Frequently Asked Questions about project-setup

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

FAQPage Schema
How do I automate SDD project setup and initialize ai-context memory files?▼

Automating SDD project setup initializes the ai-context directory with five memory files, generates CLAUDE.md at the project root, and creates openspec/config.yaml to establish a complete SDD architecture without manual component gluing.

What is the best way to configure Claude Code projects for rapid SDD cycles?▼

Configuring Claude Code projects for rapid SDD cycles requires detecting the repository structure, extracting the stack, and registering artifacts in openspec/config.yaml to align with project conventions and enable fast development iterations.

Can I reconfigure an existing repository to use SDD and hybrid memory?▼

Yes, you can reconfigure an existing repository by running the setup process to generate CLAUDE.md, initialize the ai-context hybrid memory layer, and create the openspec configuration file for your current project structure.

Does project setup work without manually creating CLAUDE.md or openspec config files?▼

Yes, the setup works without manual file creation because it automatically generates the CLAUDE.md file at the root, initializes the ai-context memory files, and creates the openspec/config.yaml artifact registry directly.

What are the limitations of automating SDD architecture deployment in a new project?▼

The automation relies on detecting your existing repository structure and stack to align artifacts with project conventions, meaning projects lacking a clear structure may require manual reconfiguration before successful SDD initialization.