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

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

Module Tutorials

Module-specific tutorials are hosted on the modules site:

Need Help?