specit-cli
v0.1.2
Published
One interview. One spec. Every AI tool. Adaptive AI interview that generates a structured .spec file and exports to any AI coding tool.
Downloads
320
Maintainers
Readme
specit-cli
One interview. One spec. Every AI tool.
SpecIt runs an adaptive AI conversation in your terminal, captures everything into a structured .spec file, and exports to any AI coding tool's native format.
Install
npm install -g specit-cliUsage
# Run the interview
specit init
# Export to your tools
specit export --format specit
specit export --format gsd
specit export --format gsd-2
# Validate your codebase against the spec
specit validateSupported Exports
SpecIt (.specit/), GSD (.planning/), GSD-2 (.gsd/)
More
Full documentation: github.com/Solvely-Colin/SpecIt
