ss-bs-bootstrapping-project

Initialize Spec-Driven Development projects with validated convention and memory artifacts.

Updated May 19, 2026
One-click install
npx skills add https://github.com/Emrebener/Sublime-Skills --skill ss-bs-bootstrapping-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ss-bs-bootstrapping-project
Source: https://github.com/Emrebener/Sublime-Skills/tree/main/skills/project-bootstrap/ss-bs-bootstrapping-project
Command: npx skills add https://github.com/Emrebener/Sublime-Skills --skill ss-bs-bootstrapping-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the uncertainty and tedious setup work required to initialize a Spec-Driven Development (SDD) project with the full set of convention and memory files correctly wired into framework configuration.

Core Features & Use Cases

  • Guided per-artifact discovery with user back-and-forth: Routes each convention file (constitution, architecture, testing, glossary, domain, design, and memory-file) through its dedicated inline discovering skill to detect what exists and iteratively ask what should be added or refined.
  • Safe, validated project scaffolding: Copies a config scaffold, creates required SDD directories with stub READMEs, edits only targeted config keys to reflect what was created or skipped, and enforces mandatory validation.
  • Optional suggestion pass with coherence enforcement: Offers a single opt-in switch for descriptive-only vs descriptive+suggestions, then runs a cross-artifact coherence check before a single commit.
  • One-run, commit-ready initialization: Ensures configuration integrity via validate-config and coherence-check, then stages only the files actually created/modified.

Quick Start

Ask an agent to run ss-bs-bootstrapping-project on your repository to walk you through creating or extending the SDD convention files and generate a validated .sublime-skills/config.yml.

Frequently Asked Questions about ss-bs-bootstrapping-project

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

FAQPage Schema
How do I bootstrap a spec-driven development project with the correct configuration and file structure?

To bootstrap a spec-driven development project, this Skill orchestrates sequential discovery of convention and memory artifacts, scaffolds required directories, wires framework configuration, and enforces mandatory validation gates before a single final commit.

What is guided discovery for SDD convention files and how does it work?

Guided discovery routes each convention file—such as constitution, architecture, testing, glossary, domain, and design—through dedicated inline discovering skills that detect existing content and iteratively ask what should be added or refined.

Can I use this project scaffolding tool on a partially configured repository?

Yes, project scaffolding applies to both new and partially configured repositories by detecting existing SDD convention files, creating missing artifacts, and editing only targeted config keys to reflect what was created or skipped.

How do I validate SDD configuration and check coherence across convention files?

SDD configuration validation runs via mandatory validate-config.sh and coherence-check.sh gates, which enforce configuration integrity and cross-artifact consistency before staging only the files actually created or modified for a single commit.

Does bootstrapping an SDD project support evidence-based improvement suggestions?

Yes, SDD project bootstrapping offers an opt-in switch for descriptive-only or descriptive-plus-suggestions mode, providing evidence-based improvement suggestions during the cross-artifact coherence check before the final commit.

What are the limitations of automated SDD project initialization?

Automated SDD initialization requires sequential per-artifact discovery via inline discovering skills, enforces mandatory validation gates, and stages only created or modified files in a single commit rather than supporting parallel or multi-commit workflows.