If you are in phase of developing & growing your startup.
You want to add a value to your startup.
Make sure that you stand on your startup’s vision.
Many startup at their earlier breath do not think of their vision, which i believe is wrong. If you know your vision of your startup you can think and co-relate it with lots of important mediums. Whether its hiring a new person or proposing a new idea. Its all aligned to the Vision.
Here is a simple Visionary Idea Scanner, helps to 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”);
}
}
A simple conceptual program which can help you identify your idea. It’s called as ‘Visionary Idea Scanner’. The best way to verify your idea is to compare it against your company vision. If it aligns to it then that means your idea is correct, follow it.