Workflows¶
Structured workflows for common development scenarios with Claude Code.
Core Workflow: Explore → Plan → Code → Commit¶
The foundation of all AI-assisted development at Sartiq. Every other workflow is a variant of this pattern. Without it, Claude tends to start coding immediately, miss existing patterns, and produce inconsistent output.
Full workflow guide with examples →
Tips & Patterns¶
Practical patterns for the scenarios you'll hit every day — bug fixes, feature implementation, code review, and context management. Includes the AI-specific review checklist (hallucinated APIs, type casting, deleted tests).
Daily Workflow¶
The start-of-day to end-of-day loop using sq-dev skills (/sq-dev:start-task → implement → /sq-dev:full-review → /sq-dev:make-commit → /sq-dev:close-task).