R1.Minimalist.TRYscript 2022
Aug 2022 Status update
As of today we reached roughly 63% progress in constructing Minimalist variation of the T-RY system.
As you can see from the four images displayed on this repo folder, The Main feature is being able to generate fine-grained patterns over time.
Our current “default” pattern is the intensity of work problems, but the pattern can be readjusted to any work pattern that you would like to observe.
When is the system necessary ?
The T-RY system is most aligned with technical projects.
Most coding systems focus on the script itself and not the time it takes to write the script, estimating time for programming projects is the most difficult problem of all because of the planning fallacy.
T-RY system addresses the technical planning fallacy directly.
What are workwaves ?
Let’s assume we construct a plan and estimate that it will take 40 hours to complete, but the actual implementation takes 75 or 100 hours to complete.
The red parts in any given “workwave” should explain why it took longer than expected to implement our plan.
What we call a workwave is the worklog that consists of a minimum of 2hours for each point and a maximum of 80 hours per wave, each wave is roughly maximum of 2 average workweeks.
The system is set to 2 hours minimum to be considered a real log, anything less than 2 hours is not considered significant to be logged.
Over time as you log more to the system you will be able to clearly and quickly understand what are the most complex patterns that occur that cause most delays
The advantage of using the system is seeing work problems in relativistic progression, and remembering events in a better precision.
How will this data be stored ?
we like our users to have most control and optionality of data storage
So we are starting with export / import json data system design for members
We will cover more demos on exact use cases in our next blog posts.