Atomic Bomb and Skills
Atomic Bomb provides architectural structure. Skills provide implementation guidance. Together they create a deterministic workflow.
Without Atomic Bomb:
With Atomic Bomb:
Skills then teach AI how to implement correctly.
Mini Exercise
Choose a feature and split the work between:
- what Atomic Bomb should define
- what the skill should define
Example
For a booking feature:
- Atomic Bomb defines the structure: BookingModel, BookingApi, BookingState, BookingForm, BookingPage
- the skill defines the rules: typing, naming, validation, testing, and implementation boundaries