Frameworks & decision tools
Strategic planning tools for mature product development — initiatives, event flows, decision logs, and risk registers.
Initiatives
Initiatives are high-level strategic goals that span multiple features and phases. Think of them as the "why" behind your feature decisions — they answer questions like:
- Why are we building feature X before feature Y?
- What business outcome does this sprint contribute to?
- How do individual features align with our company goals?
Each initiative links to specific features and phases, creating a traceable chain from strategy to implementation. This is especially valuable when communicating with investors or stakeholders who want to understand the business logic behind technical decisions.
Initiatives are most useful for Pro and Team plan users working on complex products with multiple stakeholders. Solo founders building MVPs can skip this section initially.
Event Flows
Event Flows map out the critical user journeys and system events in your product. They describe step-by-step what happens when:
- A user signs up for the first time (onboarding flow)
- A user completes a core action (e.g., places an order, creates a project)
- A payment is processed (billing flow)
- An error occurs (error handling flow)
- A background job runs (e.g., sending emails, generating reports)
Each flow shows the sequence of events, the components involved, and the data that flows between them. This is the bridge between your Architecture diagram and your actual implementation.
Decision Log
The Decision Log captures important product and technical decisions with their context and reasoning. It answers the question: "Why did we decide to do X instead of Y?"
What gets logged
Decision Logs are invaluable when onboarding new team members, revisiting past choices, or explaining your technical decisions to investors and advisors.
Risk Register
The Risk Register identifies potential risks to your product's success and documents mitigation strategies. Risks are categorized by:
Each risk has a severity (low/medium/high/critical), likelihood assessment, and a documented mitigation plan. This structured approach to risk management is a strong signal of product maturity — especially useful in investor conversations.