Skip to main content

Skill vs Guideline

A useful rule:

Skill

Repeatable execution process.

Example:

Create Atom
Create Service
Create Context

Guideline

Architectural recommendation.

Example:

Use BEM naming.
Prefer composition.
Avoid prop drilling.
  • Skills tell AI what to do.
  • Guidelines tell AI how to think.

Mini Exercise

Classify three rules from your own team as either skills or guidelines.

Example

  • Create Molecule - skill
  • Prefer composition - guideline
  • Use BEM naming - guideline