Skip to content

Commit 03a9163

Browse files
authored
Add SFSpeckit — Salesforce SDD Extension (#2208)
* Add SFSpeckit — Salesforce SDD Extension * chore: update catalog updated_at timestamp
1 parent 4687c33 commit 03a9163

2 files changed

Lines changed: 46 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ The following community-contributed extensions are available in [`catalog.commun
228228
| Review Extension | Post-implementation comprehensive code review with specialized agents for code quality, comments, tests, error handling, type design, and simplification | `code` | Read-only | [spec-kit-review](https://github.com/ismaelJimenez/spec-kit-review) |
229229
| SDD Utilities | Resume interrupted workflows, validate project health, and verify spec-to-task traceability | `process` | Read+Write | [speckit-utils](https://github.com/mvanhorn/speckit-utils) |
230230
| Security Review | Comprehensive security audit of codebases using AI-powered DevSecOps analysis | `code` | Read-only | [spec-kit-security-review](https://github.com/DyanGalih/spec-kit-security-review) |
231+
| SFSpeckit | Enterprise Salesforce SDLC with 18 commands for the full SDD lifecycle. | `process` | Read+Write | [spec-kit-sf](https://github.com/ysumanth06/spec-kit-sf) |
231232
| Ship Release Extension | Automates release pipeline: pre-flight checks, branch sync, changelog generation, CI verification, and PR creation | `process` | Read+Write | [spec-kit-ship](https://github.com/arunt14/spec-kit-ship) |
232233
| Spec Critique Extension | Dual-lens critical review of spec and plan from product strategy and engineering risk perspectives | `docs` | Read-only | [spec-kit-critique](https://github.com/arunt14/spec-kit-critique) |
233234
| Spec Diagram | Auto-generate Mermaid diagrams of SDD workflow state, feature progress, and task dependencies | `visibility` | Read-only | [spec-kit-diagram-](https://github.com/Quratulain-bilal/spec-kit-diagram-) |

extensions/catalog.community.json

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-04-13T14:39:00Z",
3+
"updated_at": "2026-04-13T23:01:30Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -1529,6 +1529,50 @@
15291529
"created_at": "2026-04-03T03:24:03Z",
15301530
"updated_at": "2026-04-03T04:15:00Z"
15311531
},
1532+
"sf": {
1533+
"name": "SFSpeckit — Salesforce Spec-Driven Development",
1534+
"id": "sf",
1535+
"description": "Enterprise-Grade Spec-Driven Development (SDD) Framework for Salesforce.",
1536+
"author": "Sumanth Yanamala",
1537+
"version": "1.0.0",
1538+
"download_url": "https://github.com/ysumanth06/spec-kit-sf/archive/refs/tags/v1.0.0.zip",
1539+
"repository": "https://github.com/ysumanth06/spec-kit-sf",
1540+
"homepage": "https://ysumanth06.github.io/spec-kit-sf/",
1541+
"documentation": "https://ysumanth06.github.io/spec-kit-sf/introduction.html",
1542+
"changelog": "https://github.com/ysumanth06/spec-kit-sf/blob/main/CHANGELOG.md",
1543+
"license": "MIT",
1544+
"requires": {
1545+
"speckit_version": ">=0.4.0",
1546+
"tools": [
1547+
{
1548+
"name": "sf",
1549+
"version": ">=2.0.0",
1550+
"required": true
1551+
},
1552+
{
1553+
"name": "gh",
1554+
"version": ">=2.0.0",
1555+
"required": false
1556+
}
1557+
]
1558+
},
1559+
"provides": {
1560+
"commands": 18,
1561+
"hooks": 2
1562+
},
1563+
"tags": [
1564+
"salesforce",
1565+
"enterprise",
1566+
"sdlc",
1567+
"apex",
1568+
"devops"
1569+
],
1570+
"verified": false,
1571+
"downloads": 0,
1572+
"stars": 0,
1573+
"created_at": "2026-04-13T22:11:30Z",
1574+
"updated_at": "2026-04-13T22:11:30Z"
1575+
},
15321576
"ship": {
15331577
"name": "Ship Release Extension",
15341578
"id": "ship",

0 commit comments

Comments
 (0)