sf-architect-solutioning
v1.1.1Salesforce solution architect workflow: clarify requirements, verify platform facts, design declarative-first, and produce a solution plan before build.
By Mike Rihm0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install sf-architect-solutioning for Codex and Claude Code
codex plugin marketplace add Mar5929/claude-toolkit
codex plugin marketplace upgrade claude-toolkit
codex plugin add sf-architect-solutioning@claude-toolkitPaste and run these commands in a terminal with Codex. They add and refresh the claude-toolkit catalog, then install this plugin.
Compatibility: the page URL and API slug “sf-architect-solutioning” remain stable.
- Codex:
sf-architect-solutioning@agent-plugin-marketplace→sf-architect-solutioning@claude-toolkit
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Mar5929/claude-toolkitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/sf-architect-solutioning/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/sf-architect-solutioning/SKILL.md
Included Skills1
Triggers when the user provides requirements to architect and solution for Salesforce. Acts as a certified Salesforce Technical Architect. Pushes back on vague requirements, clarifies, interviews for more info, verifies platform facts against official Salesforce documentation, and builds a solution plan before any code. Use when user says "architect this", "solution this requirement", "design this feature", feeds requirements, or asks how to build something in Salesforce. Do NOT use for implementation or building; hand off to the project's available implementation workflow. Do NOT use for non-Salesforce work.
Plugin manifests2
{
"name": "sf-architect-solutioning",
"version": "1.1.1",
"description": "Salesforce solution architect workflow: clarify requirements, verify platform facts, design declarative-first, and produce a solution plan before build.",
"author": {
"name": "Mike Rihm",
"email": "[email protected]",
"url": "https://github.com/Mar5929"
},
"homepage": "https://github.com/Mar5929/claude-toolkit",
"repository": "https://github.com/Mar5929/claude-toolkit",
"keywords": [
"toolkit",
"workflow",
"skills"
],
"skills": "./skills/",
"interface": {
"displayName": "Sf Architect Solutioning",
"shortDescription": "Salesforce architecture and solution planning.",
"longDescription": "Salesforce solution architect workflow from Mike Rihm's toolkit. It pushes back on vague requirements, verifies platform facts, designs declarative-first against Well-Architected guidance, and prepares an approved solution plan before implementation.",
"developerName": "Mike Rihm",
"category": "Productivity",
"capabilities": [
"Interactive",
"Research"
],
"websiteURL": "https://github.com/Mar5929/claude-toolkit",
"defaultPrompt": [
"Create a Salesforce solution plan",
"Review this Salesforce design",
"Clarify this Salesforce requirement"
],
"brandColor": "#2563EB"
}
}{
"name": "sf-architect-solutioning",
"description": "Salesforce solution architect skill. Takes a requirement, pushes back on vagueness, verifies platform facts against official Salesforce docs (live fetch, never memory), designs declarative-first to Well-Architected standards, and produces an approved solution plan before any build. Project-agnostic: discovers each project's requirement/decision locations from its own AGENTS.md and rules.",
"version": "1.1.1",
"author": {
"name": "Mike Rihm",
"email": "[email protected]"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[sf-architect-solutioning on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sf-architect-solutioning)