Complete guide to mastering autonomous multi-agent coding workflows
The simplest way to install SiftCoder is using the plugin command:
/plugin Or install manually from GitHub:
git clone https://github.com/ialameh/sift-coder.git Try building a new project from a specification:
/siftcoder:build ./spec.md SiftCoder will analyze your spec, create a plan, and implement all features with tests!
Discover all 90+ available commands:
/siftcoder:status This 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:build Build new project from spec
/siftcoder:ideate Generate feature ideas with market research
/siftcoder:spec-from-stories Create spec from user stories
Safe modifications to existing code
/siftcoder:fix Fix bugs and issues
/siftcoder:refactor Refactor code safely
/siftcoder:add-feature Add features to existing app
/siftcoder:chroot Create safe jail for changes
Generate comprehensive documentation
/siftcoder:document Generate documentation
/siftcoder:narrator Convert code to narrative
/siftcoder:website Build beautiful websites
Security analysis and compliance
/siftcoder:security Security analysis
/siftcoder:comply Compliance checks
/siftcoder:chaos Chaos engineering
Intelligent testing
/siftcoder:test Generate and run tests
/siftcoder:tdd Test-driven development
/siftcoder:fuzz-mind Adversarial test generation
Debugging assistance
/siftcoder:debug Debug issues
/siftcoder:timewarp State reconstruction debugging
/siftcoder:duck Rubber duck debugging
SiftCoder includes 15+ specialized commands for Salesforce development, covering Apex, Lightning Web Components, schema management, deployment, and more.
/siftcoder:sf-schema Manage Salesforce objects and fields
/siftcoder:apex Generate Apex code with enterprise patterns
/siftcoder:lwc Create Lightning Web Components
/siftcoder:sf-deploy Deploy to Salesforce org
/siftcoder:sf-test Generate and run Apex tests
/siftcoder:sf-architect Architecture diagrams and planning
/siftcoder:sf-connect Named credentials and integrations
/siftcoder:sf-webhook Inbound webhook handlers
Persistent sessions with checkpoints and handoffs
Protect files from accidental modification
Automatic quality checks at every step