Skip to main content

Validation

Before merging:

Validate:

Architecture

Does it follow Atomic Design?

Skills

Did existing skills work?

Reusability

Can this pattern be reused?

Complexity

Can the implementation be simplified?

Only after validation should the issue be considered complete.


Mini Exercise

Write a short validation checklist for one issue before it is merged.

Example

For a new atom:

  • does it match Atomic Design rules?
  • did the skill produce the expected shape?
  • is the component reusable?
  • are tests and stories present?