openspec-init-config

Initialize OpenSpec project context by reading root documentation files.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/dariopalminio/agile-sddf --skill openspec-init-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-init-config
Source: https://github.com/dariopalminio/agile-sddf/tree/main/.claude/skills/openspec-init-config
Command: npx skills add https://github.com/dariopalminio/agile-sddf --skill openspec-init-config

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Este Skill carga el contexto del proyecto para OpenSpec actualizando openspec/config.yaml al leer exhaustivamente la documentación del proyecto (README.md, CLAUDE.md, AGENTS.md) y otros archivos relevantes de la raíz.

Core Features & Use Cases

  • Lectura secuencial de README.md, CLAUDE.md y AGENTS.md para inferir stack, arquitectura, convenciones y dominio.
  • Actualización precisa de openspec/config.yaml manteniendo las secciones schema y rules intactas.
  • Soporte para proyectos nuevos y existentes, permitiendo inicialización y actualización del contexto de OpenSpec.

Quick Start

Ejecuta el skill openspec-init-config para poblar el contexto del proyecto en openspec/config.yaml leyendo README.md, CLAUDE.md y AGENTS.md.

Frequently Asked Questions about openspec-init-config

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

FAQPage Schema
How do I initialize OpenSpec context from my project documentation automatically?

You can initialize OpenSpec context by running a skill that reads README.md, CLAUDE.md, and AGENTS.md to infer stack, architecture, and conventions, then updates the context field in openspec/config.yaml automatically.

What does updating openspec config.yaml do to my existing schema and rules blocks?

Updating openspec/config.yaml preserves your existing schema spec-driven and rules blocks intact while populating the context field with inferred project information from your root documentation files.

Can I use project docs like CLAUDE.md and AGENTS.md to infer stack and architecture for OpenSpec?

Yes, sequential reading of CLAUDE.md, AGENTS.md, and README.md infers stack, architecture, conventions, and domain to populate the OpenSpec project context accurately.

Does OpenSpec config initialization work for existing projects or only new ones?

OpenSpec config initialization supports both new and existing projects, allowing you to initialize or update the context field in openspec/config.yaml based on current documentation.

What's the best way to keep openspec config.yaml context updated when project docs change?

The best way to keep openspec/config.yaml updated is to run the initialization skill, which exhaustively reads root documentation like README.md and AGENTS.md to refresh the inferred context.