this is my meta rules for automation. impact , cost and frequency should decide how we prioritise and how we approach automation.

  1. one - just get it done if it is low impact, low risk and low cost
  2. two - thinking and documenting
  3. three - automate it.
    1. full automation
    2. break down the process. see if the sub process is automatable

Take an use case of form builder.

  1. Form, fields(types of supported)
  2. FE for the fields - automatable
  3. moving the field from single valued to multivalued
    1. lets say we want to start with column in same table to begin with. when multivalue move to another table.
      1. migrator changes,
      2. script for data migration
      3. are the above two things generatable if given the inputs.

agents and sub agents

agent - DB agent sub-agent - field transformer

Referenced in:

All notes