What problem does it solve?
Autospec turns a feature request into tracked, reviewable, and explainable software changes, preserving the full “story behind the code” (specs, issues, PRs, commits, and implementation state).
Core Features & Use Cases
- End-to-end feature pipeline: bootstraps a GitHub repo (if missing), investigates, brainstorms a design spec, decomposes into an issue tree, and runs an autonomous implementation loop with admin auto-merge.
- Existing spec mode: split and materialize an already-written design spec into linked GitHub issues, skipping investigation and design.
- Operational guardrails & traceability: enforces a phased workflow, quality gates, dependency metadata, and produces artifacts that let you synthesize a cited repo overview afterward.
Quick Start
Run autospec to ship a feature end-to-end by invoking /autospec with a detailed feature request (for example, add a real-time presence indicator to your dashboard) and let the workflow create the spec, issues, implementation PRs, and merges.