CLI for streamlined spec-driven development
# Add to your Claude Code skills
git clone https://github.com/ariel-frischer/autospecSpec-Driven Development Automation
Build features systematically with AI-powered specification workflows.
</div>Stop AI slop. Autospec brings structure to AI coding: spec → plan → tasks → implement - all in one command.
Built with a multi-agent architecture and inspired by GitHub SpecKit, Autospec reimagines the specification workflow with YAML-first artifacts for programmatic access and validation. These principles ensure reliable, performant, and maintainable software that developers can trust for their critical development workflows.
curl -fsSL https://raw.githubusercontent.com/ariel-frischer/autospec/main/install.sh | sh
spec.yaml, plan.yaml, for programmatic accessNo comments yet. Be the first to share your thoughts!
tasks.yaml-spti, -a, etc.)Originally inspired by GitHub SpecKit, Autospec is now a fully standalone tool with its own embedded commands and workflows.
| Feature | GitHub SpecKit | Autospec | |---------|---------------|----------| | Output Format | Markdown | YAML (machine-readable) | | Validation | Manual review | Automatic with retry logic | | Context Efficiency | Full prompt each time | Smart YAML injection + phase-isolated sessions | | Status Updates | Manual | Auto-updates spec.yaml & tasks.yaml | | Phase Orchestration | Manual | Automated with dependencies | | ...