Complete guide to mastering autonomous multi-agent coding workflows
The simplest way to install SiftCoder is using the plugin command:
/pluginOr install manually from GitHub:
git clone https://github.com/ialameh/sift-coder.gitTry building a new project from a specification:
/siftcoder:build ./spec.mdSiftCoder will analyze your spec, create a plan, and implement all features with tests!
Discover all 90+ available commands:
/siftcoder:statusThis shows all commands organized by workflow category.
Specialized AI agents for different tasks: planner, coder, reviewer, fixer, investigator, and documenter
Plan → Code → Review → Fix cycles that run automatically until completion or pause
Scope management protects specified files from modification
Automatic linting, formatting, type checking, and testing
New development from specifications
/siftcoder:buildBuild new project from spec
/siftcoder:ideateGenerate feature ideas with market research
/siftcoder:spec-from-storiesCreate spec from user stories
Safe modifications to existing code
/siftcoder:fixFix bugs and issues
/siftcoder:refactorRefactor code safely
/siftcoder:add-featureAdd features to existing app
/siftcoder:chrootCreate safe jail for changes
Generate comprehensive documentation
/siftcoder:documentGenerate documentation
/siftcoder:narratorConvert code to narrative
/siftcoder:websiteBuild beautiful websites
Security analysis and compliance
/siftcoder:securitySecurity analysis
/siftcoder:complyCompliance checks
/siftcoder:chaosChaos engineering
Intelligent testing
/siftcoder:testGenerate and run tests
/siftcoder:tddTest-driven development
/siftcoder:fuzz-mindAdversarial test generation
Debugging assistance
/siftcoder:debugDebug issues
/siftcoder:timewarpState reconstruction debugging
/siftcoder:duckRubber duck debugging
SiftCoder includes 15+ specialized commands for Salesforce development, covering Apex, Lightning Web Components, schema management, deployment, and more.
/siftcoder:sf-schemaManage Salesforce objects and fields
/siftcoder:apexGenerate Apex code with enterprise patterns
/siftcoder:lwcCreate Lightning Web Components
/siftcoder:sf-deployDeploy to Salesforce org
/siftcoder:sf-testGenerate and run Apex tests
/siftcoder:sf-architectArchitecture diagrams and planning
/siftcoder:sf-connectNamed credentials and integrations
/siftcoder:sf-webhookInbound webhook handlers
Persistent sessions with checkpoints and handoffs
Protect files from accidental modification
Automatic quality checks at every step