Getting Started with SpecFact CLI
Start Here
- Where to Start - New-user overview: what SpecFact is for, what core owns, and what to do next
Installation
- Installation Guide - All installation options (uvx, pip, Docker, GitHub Actions)
- Enhanced Analysis Dependencies - Optional dependencies for graph-based analysis
Quick Start
# Install
pip install specfact-cli
# Bootstrap with a profile
specfact init --profile solo-developer
# Analyze your codebase
specfact code import my-project --repo .
See the 5-Minute Quickstart for a complete walkthrough.
Core Commands
| Command | Purpose |
|---|---|
specfact init |
Bootstrap and IDE setup (reference) |
specfact module |
Module lifecycle management (reference) |
specfact upgrade |
CLI updates (reference) |
After Setup
- Bootstrap Checklist - Verify modules are installed
- Command Reference - Full command surface
- Brownfield Engineer Guide - Modernizing legacy code
Module Tutorials
Module-specific tutorials are hosted on the modules site:
- Backlog Quickstart Demo - End-to-end backlog workflow
- Backlog Refine with AI IDE - Story quality and refinement
- Daily Standup and Sprint Review - Standup automation