spectra-pack
v0.1.3
Published
Spec-first CLI for AI-assisted product development
Maintainers
Readme
spectra-pack
Spectra is a CLI-first operating system for AI-assisted product development.
This package installs the spectra CLI and includes the runtime and template assets needed to bootstrap or adopt a repository.
Install With npx
npx spectra-pack@latest init /path/to/project
cd /path/to/project
spectra feature init demo-intake --name "Demo Intake Assistant" --type assistant
spectra validate
spectra statusBrownfield adoption:
npx spectra-pack@latest adopt /path/to/projectInstall and Run
After initialization, use the installed CLI command inside the target repository:
spectra validate
spectra status
spectra verifyCore Commands
Setup:
spectra init [path]
spectra adopt [path]Workflow:
spectra feature init demo-intake --name "Demo Intake Assistant" --type assistant
spectra context --role planner --goal discover
spectra task --item TASK-001 --task-type bugfix --goal "Describe intended change"
spectra approve --stage implementation-approved
spectra validate
spectra verify
spectra eval spectra-core --suite smokeUtilities:
spectra adapters --agents codex,cursor --target .
spectra diff semantic
spectra doctorWhat It Installs
Spectra initializes a repository with:
.spectra/install metadata and cachesdd/features/executable spec bundlessdd/governance/approval and decision graph statesdd/memory-bank/human-readable working contextsdd/system/runtime rules, prompts, adapters, and scaffolds
Documentation
License
MIT
