Most Used Commands

Start here - these are the commands you'll use most often

Command Purpose
/siftcoder:build Build new project from spec
/siftcoder:add-feature Add feature to existing code
/siftcoder:fix Fix bugs with boundaries
/siftcoder:understand Learn your codebase
/siftcoder:document Generate documentation

All Command Categories

Organized by workflow for easy navigation

๐Ÿ—๏ธ BUILD

New development from specifications

4 commands
  • /siftcoder:build - Build from spec
  • /siftcoder:add-feature - Add feature
  • /siftcoder:organize-project - Structure
  • /siftcoder:features - List queue

๐Ÿ”ง MAINTAIN

Safe modifications to existing code

6 commands
  • /siftcoder:investigate - Read-only explore
  • /siftcoder:fix - Bounded fix
  • /siftcoder:optimize - Performance
  • /siftcoder:scope - Manage boundaries
  • /siftcoder:blast-radius - Validate
  • /siftcoder:rollback - Revert

๐Ÿ“š DOCUMENT

Generate comprehensive documentation

4 commands
  • /siftcoder:document code - Inline docs
  • /siftcoder:document user-manual - User guide
  • /siftcoder:document architecture - Diagrams
  • /siftcoder:document technical - API docs

๐Ÿ” UNDERSTAND

Analyze and capture codebase knowledge

3 commands
  • /siftcoder:understand - Analyze project
  • /siftcoder:reverse-spec - Spec from code
  • /siftcoder:search - Semantic search

๐Ÿ“Š ANALYZE

Spec vs code comparison and ideation

3 commands
  • /siftcoder:gap-analysis - Find gaps
  • /siftcoder:ideate - Feature ideas
  • /siftcoder:improve-spec - Enhance spec

๐Ÿ”’ SECURE

Security analysis and vulnerability detection

4 commands
  • /siftcoder:security scan - Full audit
  • /siftcoder:security secrets - Find secrets
  • /siftcoder:security deps - Vulnerable deps
  • /siftcoder:security owasp - OWASP Top 10

๐Ÿงช TEST

Intelligent testing and quality assurance

5 commands
  • /siftcoder:test generate - Create tests
  • /siftcoder:test coverage - Check coverage
  • /siftcoder:test quality - Assess tests
  • /siftcoder:test flaky - Fix flaky
  • /siftcoder:test mutate - Mutation test

๐Ÿ‘๏ธ REVIEW

Automated code review and analysis

4 commands
  • /siftcoder:review pr - Review PR
  • /siftcoder:review diff - Review changes
  • /siftcoder:review checklist - Checklist
  • /siftcoder:review history - File history

๐Ÿ› DEBUG

Debugging assistance tools

5 commands
  • /siftcoder:debug error - Explain error
  • /siftcoder:debug stacktrace - Parse stack
  • /siftcoder:debug reproduce - Reproduce bug
  • /siftcoder:debug bisect - Find commit
  • /siftcoder:debug trace - Trace flow

โ™ป๏ธ REFACTOR

Safe, systematic code improvements

4 commands
  • /siftcoder:refactor suggest - Find issues
  • /siftcoder:refactor extract - Extract
  • /siftcoder:refactor rename - Rename
  • /siftcoder:refactor debt - Tech debt

๐ŸŒ API

API development and validation

5 commands
  • /siftcoder:api document - OpenAPI spec
  • /siftcoder:api validate - Validate spec
  • /siftcoder:api breaking - Breaking changes
  • /siftcoder:api mock - Mock server
  • /siftcoder:api client - Client SDK

โšก PERF

Performance profiling and optimization

4 commands
  • /siftcoder:perf analyze - Static analysis
  • /siftcoder:perf profile - Runtime guide
  • /siftcoder:perf benchmark - Benchmarks
  • /siftcoder:perf bundle - Bundle size

๐ŸŽฎ WORKFLOW CONTROL

Control autonomous workflows

8 commands
  • /siftcoder:status - Check progress
  • /siftcoder:pause - Stop workflow
  • /siftcoder:continue - Resume
  • /siftcoder:focus - Focus area
  • /siftcoder:pair - Pair mode
  • /siftcoder:prompt - Prompt helper
  • + 2 more

๐Ÿ’พ SESSION

Manage session state and checkpoints

7 commands
  • /siftcoder:checkpoint - Save state
  • /siftcoder:handoff - Cross-session
  • /siftcoder:preview - See changes
  • /siftcoder:trace - Execution log
  • /siftcoder:rollback - Revert
  • + 2 more

๐Ÿค– AUTONOMOUS

Self-improving workflows

3 commands
  • /siftcoder:heal - Self-healing
  • /siftcoder:tdd - Test-driven
  • /siftcoder:swarm - Parallel tasks

๐Ÿ“– Need Complete Reference?

Full documentation for all 103 commands is available on GitHub

View Full Command Reference on GitHub โ†’