What problem does it solve? Setting up a spec-driven development workflow requires consistent configuration files, conventions, and architectural decision records, which are tedious and error-prone to create by hand. This Skill automates the initialization of the .specture/ configuration directory so every project starts from a validated, coherent baseline. ## Core Features & Use Cases - Three Detection Modes: Automatically detects whether a project is empty (Bootstrap), has existing code (Adopt), or is already configured (Reconfigure), and adapts the workflow accordingly. - Stack Detection and Wizard: Scans manifest files like package.json, *.csproj, go.mod, or pyproject.toml to infer the stack in Adopt mode, or runs an interactive question wizard in Bootstrap mode. - Configuration Generation: Produces stack.yml, conventions.md, rules.yml, settings.yml, ADR files, .gitignore entries, and a project CLAUDE.md from templates. - Use Case: A developer adopts Specture in an existing NestJS + PostgreSQL codebase; the Skill detects the stack, drafts a configuration, validates it with the user, and writes all config files plus an adoption ADR. ## Quick Start Ask the assistant to configure Specture for this project by saying "configura el proyecto" or invoking the setup command.