npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

spec-driven-pipeline

v2.1.2

Published

CLI spec-driven: agentes, skills y árbol specs/ para Cursor, Windsurf y Claude Code

Readme

spec-driven-pipeline

npm

Transformá tus archivos .md en código real de forma autónoma, local y con verificación garantizada.

CLI spec-driven para equipos: instala plantillas bajo specs/, descubre el repo y genera specs/project-context.md


Documentación en el repositorio


Quick Start en 3 pasos

1. Instalá el paquete en tu proyecto:

npm install spec-driven-pipeline --save-dev

2. Generá la estructura specs/ y la config del pipeline:

npx spec-driven-pipeline init

Recomendado: después de init, corré npx spec-driven-pipeline run una vez para regenerar specs/project-context.md (contexto del repo sin costo de API).


Los 8 agentes del pipeline

Inicia cada fase invocando al agente correspondiente en el chat de tu IDE:

1. Iniciador de propuesta (Step 1)

  • Comando: /step-1-ai-proposal-initiator
  • Misión: Crear la carpeta de épica con spec.md, config.yaml de épica y proposal.md.
  • Skills: epic-input-validator, ai-path-generator, epic-scope-analyzer, epic-domain-extractor.

2. Analizador de exploración (Step 2)

  • Comando: /step-2-ai-exploration-analyzer
  • Misión: Código + specs/library/ frente a proposal.md / spec.mdexploration.md (y refinar spec.md si aplica).
  • Skills: spec-library-reader, repo-structure-scanner, technical-gap-analyzer, code-area-impact-detector.

3. Constructor de diseño (Step 3)

  • Comando: /step-3-ai-design-builder
  • Misión: design.md y tasks.md; mantiene coherencia con spec.md.
  • Skills: technical-decision-maker, task-list-generator, fsd-architecture-planner.

4. Comportamiento y QA (Step 4)

  • Comando: /step-4-ai-qa-manual-generator
  • Misión: Completar reglas y escenarios en spec.md, generar testing.md, opcionalmente actualizar specs/library/.
  • Skills: qa-test-matrix-builder, usage-manual-builder, qa-edge-case-expander, fsd-structure-validator.

5. Ejecutor de desarrollo (Step 5)

  • Comando: /step-5-ai-dev-executor
  • Misión: Implementar código según design.md / spec.md / testing.md y marcar tasks.md.
  • Skills: repo-code-analyzer, task-progress-updater, code-style-enforcer, minimal-change-implementer.

6. Revisor estricto (Step 6)

  • Comando: /step-6-ai-strict-reviewer
  • Misión: Auditoría frente a spec.md, design.md, tasks.md, testing.md.
  • Skills: diff-change-detector, code-style-reviewer, task-completion-verifier.

7. Organizador de commits (Step 7)

  • Comando: /step-7-ai-commit-splitter
  • Misión: Plan de Conventional Commits atómicos (cruza con tasks.md en specs/changes/).
  • Skills: conventional-commit-generator.

8. Archivador (Step 8)

  • Comando: /step-8-ai-archiver
  • Misión: Promover a specs/library/; archivar en specs/changes/archive/[épica]/ (raíz: cuatro .md + .openspec.yaml desde config.yaml; carpeta specs/ con spec.md y testing.md); luego rm -rf la carpeta activa en specs/changes/[épica].
  • Skills: ai-archiver.

Equivalente por entorno: SPEC_VERIFICATION_PATH con la misma ruta que --spec.

Otras formas de instalar el CLI

Sin instalar dependencia (solo npx)

npx spec-driven-pipeline init
npx spec-driven-pipeline run

Sin dejar paquete en el proyecto (ya cubierto arriba)

npx usa la versión publicada; para fijar versión podés usar npx spec-driven-pipeline@2 ....

Comandos del CLI

init

Copia plantillas, pipeline.config.yaml y el árbol bajo specs/ (flujo interactivo según el entorno). Primer paso para alinear Cursor, Windsurf u otros flujos con el pipeline.

npx spec-driven-pipeline init

run o sync

Alias: run y sync hacen lo mismo. En el directorio actual:

  • Crea carpetas necesarias bajo la raíz de documentación del pipeline.
  • Mantiene specs/config.yaml, índice de skills y archivos de equipo.
  • Ejecuta auto-discovery y regenera specs/project-context.md (stack, scripts, entrypoints heurísticos, árbol acotado respetando .gitignore).
npx spec-driven-pipeline run

Qué incluye el paquete

  • 33 skills de arquitectura y flujo: reglas y prompts en templates/skills/ para que la IA respete Clean Architecture, FSD, análisis de repo, QA, riesgo, estilo y buenas prácticas de equipo (alineadas al baseline Zero-Guesswork).
  • Plantillas de agentes por pasos del pipeline en templates/agents/.
  • Documentación en el repo (enlaces abajo).

Desarrollo y contribución

Instalación global del CLI

npm install -g spec-driven-pipeline
spec-driven-pipeline init

Trabajar con el código fuente (npm link)

Para probar cambios locales del CLI antes de publicar, o usar el clon del repo sin pasar por una versión publicada:

  1. Cloná e instalá:
git clone https://github.com/dgiannico19/spec-driven-pipeline.git
cd spec-driven-pipeline
npm install
  1. En el clon:
npm link
  1. En otro proyecto:
cd /ruta/a/tu-proyecto
npm link spec-driven-pipeline
  1. Usá npx spec-driven-pipeline como siempre.

Desenlazar en el proyecto: npm unlink spec-driven-pipeline. En el clon del framework: npm unlink -g desde la carpeta del repo.

Incidencias y PRs: issues en GitHub.

Licencia

MIT. Texto completo: LICENSE.