Agent skill · Design & Presentation

nw-ai-workflow-tutorials

AI workflow tutorial patterns — non-deterministic output handling, outcome-based verification, and agent workflow step design

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill nw-ai-workflow-tutorials --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/ai-llm/nw-ai-workflow-tutorials/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# AI Workflow Tutorial Patterns Tutorials for AI-powered tools face a unique challenge: output is non-deterministic. Traditional tutorials show exact expected output; AI workflow tutorials define success by outcome. ## The Non-Determinism Contract State this early in any AI workflow tutorial: ```markdown > **AI output varies between runs.** Your output will look different from > the examples in this tutorial. That is normal. We define success by > what your code *does*, not what the agent *says*. ``` ## Timing Expectations AI agents work in cycles with processing pauses. Users interpret silence as failure. Always set timing expectations: ```markdown ## Step 3: Let the Agent Work (~5 minutes) \`\`\` /nw:deliver "feature description" \`\`\` This takes 3-5 minutes. The agent works in phases with 20-60 second pauses between visible output. This is normal processing, not a hang. ``` Provide a "is it stuck?" diagnostic: ```markdown > **If you see no output for 2+ minutes**: Check the status bar at > the bottom of Claude Code. A pulsing indicator means it is still > working. If the indicator is gone, press Enter to prompt it. ``` ## Output Reading Guide Teach users to read agent output by

What's inside
Steps it walks through
  1. The Non-Determinism Contract
  2. Timing Expectations
  3. Output Reading Guide
  4. Messages You Can Safely Ignore
  5. Success Verification
  6. Progressive Trust Building
  7. Level 1: Micro-success (Step 1-2)
  8. Level 2: Small feature (Step 3-4)
  9. Level 3: Full workflow (Step 5+)
  10. Handling Divergence
  11. Recovery Patterns
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the nw-ai-workflow-tutorials skill do?

AI workflow tutorial patterns — non-deterministic output handling, outcome-based verification, and agent workflow step design

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill nw-ai-workflow-tutorials --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going