Metadata-Version: 2.1
Name: spectra-sdd
Version: 0.4.0
Summary: Spec-Driven Development for the Agentic Era
Author: GuiMiran
License: CC-BY-NC-ND-4.0
Project-URL: Homepage, https://github.com/GuiMiran/spectra
Project-URL: Repository, https://github.com/GuiMiran/spectra
Project-URL: Issues, https://github.com/GuiMiran/spectra/issues
Keywords: spec-driven-development,sdd,ai-agents,specifications,agentic-ai
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Spectra — Python

Spec-Driven Development for the Agentic Era.

```
pip install guimiran-spectra
```

## Commands

```
spectra init        Scaffold .spectra/ with 13 layers
spectra status      Show which layers are filled vs pending
spectra trace       Scan specs + code → generate 12-trace.md
spectra validate    Validate spec quality and cross-refs
spectra --version   Show installed version
```

## Docs

https://github.com/GuiMiran/spectra
