Welcome to SFSpeckit
Better Results. No Hallucinations. Enterprise Grade.
SFSpeckit is a toolkit for Salesforce teams who want to use AI without the risks. Most AI tools "hallucinate" or make mistakes because they don't have a plan. SFSpeckit fixes this by enforcing **Spec-Driven Development (SDD)**.
psychology The Problem it Solves
"In the era of AI-agentic coding, jumping directly into implementation is the fastest way to hit context limits, create hallucinations, and accumulate technical debt."
The 5 Phases of SDD
1. SPEC
Define what we are building. Functional requirements and user stories.
2. PLAN
Define how we build it. Technical blueprints and dependency maps.
3. BUILD
The actual coding phase. AI builds logic while following your rules.
4. TEST
Verify everything. Automated tests and human sign-offs.
5. DEPLOY
Safe promotion across environments (Dev, QA, UAT, Prod).
Installation & Setup
Step 1: Install the Extension
specify extension add sf --from https://github.com/ysumanth06/spec-kit-sf/archive/refs/tags/v1.0.0.zip
Step 2: Automated Environment Config
/speckit.sf.setup
Prerequisites
| Tool | Version | Purpose |
|---|---|---|
| Spec Kit | ≥ 0.4.0 | Core SDD framework engine. |
| Salesforce CLI | ≥ 2.0.0 | Metadata operations & org connectivity. |
| SF Code Analyzer | ≥ 5.0.0 | Security & Quality Gates (PMD 7). |