The route from never having made a website to understanding one
learning_pathFollow a ten-stop learning route that orders site fixes by what beginners need first, from making a site work to understanding why escape routes close. Read one stop at a time or the full path.
Instructions
Ten stops, in the order a beginner needs them — which is NOT the order the critique uses. review_site sorts by how fast a visitor notices a fault. That is right for a critique and wrong for learning. This sorts by what you need first: make it work, then make it not look broken, then make it not look generic, then make it honest, then understand why the escape routes keep closing.
Every stop is built from the rulebook itself and names the rule ids that carry its reasoning, so it cannot drift away from what the tool actually checks. Pass a stop number to read one at a time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stop | No | Read one stop on its own, 1 to 10. Leave it out for the whole route. | |
| depth | No | "route" is the ten stops and what to do at each. "full" (the default) adds each rule's own reasoning and the better move underneath the stop that teaches it. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fix | No | ||
| why | No | ||
| tool | Yes | Which tool produced this. | |
| stops | No | ||
| status | Yes | pass = checked and clean. fail = checked and found problems. skipped = nothing was measured. error = the tool could not run. | |
| problem | No | ||
| headline | Yes | One sentence verdict, safe to show a non-technical user. | |
| error_code | No | Set only when status is "error". | |
| rules_total | No | ||
| rules_uncovered | No |