Visionary Idea Scanner

If you are in a phase of developing & growing your startup and you want to add a value. Make sure that you stand on your startup’s vision.

Many startups at their earlier stage don’t think much on their vision, which I believe is wrong. If you know your vision then you can relate it to lots of important mediums such as hiring a new person or proposing a new idea. In the end, it all aligns with your vision.

Here is a simple Visionary Idea Scanner that can help you scan your ideas:

#include ‘vision_of_your_company.h’
#include ‘analysis_engine.h’
#include ‘stdio.h’

int main(void)
{
vision_test(‘my_new_idea’);
return 0;
}

void vision_test(idea)
{
idea = get_score();
if(idea == 1)
{
printf(“you idea is close to vision”);
}
else
{
printf(“sorry sir.. think again”);
}
}

The best way to verify your idea is to compare it to your company vision. If it aligns with it then that means your idea is correct, follow it.