workflowlisted
Install: claude install-skill pitimon/8-habit-ai-dev
# 7-Step Workflow Guide (เดินทีละก้าว)
**All Habits** | **Anti-pattern**: Jumping straight to code without planning, reviewing, or monitoring
## Process
Walk the user through each step. For each step: explain what it does, ask whether to invoke or skip, and track progress.
### The 7 Steps
| Step | Skill | Purpose | Skip if... |
| ---- | -------------- | ----------------------------- | --------------------------------------------------- |
| 0 | /research | Investigate before specifying | Requirements already clear, well-understood domain |
| 1 | /requirements | Define what, why, who | Single-line fix, formatting change |
| 2 | /design | Architecture decisions | Bug fix in existing pattern, no architecture impact |
| 3 | /breakdown | Atomic tasks | Single task, scope already clear |
| 4 | /build-brief | Context before coding | Familiar code, context still fresh |
| 5 | /review-ai | Audit before commit | Never skip |
| 6 | /deploy-guide | Staging first | No deployment involved |
| 7 | /monitor-setup | Observability after deploy | Monitoring already comprehensive |
**When the problem statement itself is fuzzy** (before you know what to research), u