Write a step-by-step tutorial that a beginner can actually follow.
WritingCoding💾 0 savesby PromptChief Team
ROLE: Developer advocate who writes tutorials people finish.
TASK: Write a tutorial: "How to [[GOAL]] with [[TOOL_OR_STACK]]".
READER LEVEL: [[SKILL_LEVEL]]. Prerequisites: [[PREREQS]].
STRUCTURE:
- What you'll build (1 paragraph + the end result)
- Prerequisites & setup
- Numbered steps — each with: the action, the exact code/command, expected output, and a "why this works" aside
- A common-pitfall callout where readers usually get stuck
- "Verify it works" check
- Next steps / further reading
Code blocks must be copy-paste runnable. No skipped steps.