LLM Learning Path
Home Path Hard

Write a skill spec for “read requirements -> edit code -> self-test -> report”

Practice turning a common dev loop into a reusable Skill-style workflow.

Task

Write a Skill-style spec for the workflow above.

Include at least

  1. Trigger conditions
  2. Inputs
  3. 4 to 7 steps
  4. Validation
  5. Reporting format
  6. Escalation when blocked or failing

Reminder

The goal is not technical depth. The goal is to make your default workflow reusable by someone else.

Further reading