Unified File Tree
Browse all spec files in a navigable sidebar with real-time filesystem watching
CLI tool + VS Code extension for managing markdown specifications with AI-assisted workflows
Managing software specifications across multiple markdown files can be challenging:
SpecTacular solves these problems with a powerful CLI scaffolding tool and an integrated VS Code extension.
# One-liner installation
irm https://raw.githubusercontent.com/Tadzesi/SpecTacular/master/spectacular-cli/installer/install.ps1 | iex
# Verify
spectacular --version# Scaffold a new spec-driven project
cd your-project
spectacular init --name "MyProject" --tech "Node.js, TypeScript"
# Opens project structure with AI workflow commands# Download from GitHub releases
# https://github.com/Tadzesi/SpecTacular/releases
# Install via command line
code --install-extension spectacular-dashboard-1.6.6.vsixSpecTacular consists of two main components:
CLI Tool: Scaffolds projects with templates, AI workflow commands, and configuration VS Code Extension: Rich markdown preview, WYSIWYG editing, tree view, auto-status updates
Learn more about the architecture →
For Users:
init, update, and moreFor Developers: