Build new projects from specifications with automated planning and implementation
Detailed documentation for each command including when to use it, what it's best for, and real-world examples.
Build new projects from specifications
Analyzes your specification document and automatically generates a complete, production-ready implementation with comprehensive tests and documentation. Uses multi-agent architecture (Planner → Coder → Reviewer → Fixer) to ensure high-quality output.
/siftcoder:build <spec-file.md>spec-file.mdMarkdown file containing project requirements, features, and technical specificationsStarting a new project, implementing feature specifications, prototyping ideas rapidly
Full-stack applications, microservices, APIs, web applications from specifications
/siftcoder:build ecommerce-spec.md # Creates: Database models, REST API, React UI, tests, docs
Initialize new project structure
Creates a complete project scaffold with best practices, proper folder structure, configuration files, and development environment setup. Includes TypeScript, ESLint, Prettier, and testing framework configuration.
/siftcoder:project-setupCreating a new project from scratch, setting up development environment
Quick project scaffolding, ensuring consistent project structure across team
/siftcoder:project-setup # Creates: src/, tests/, docs/, config files, README