Written by
ValYouRise v0.7.0 introduces interactive onboarding tours, an AI-powered OKR Coach, and real-time Planning Poker for story point estimation.

Image: @isaacmsmith
Written by
ValYouRise v0.7.0-alpha ships three features that close the gap between signing up and running your first OKR cycle: guided tours that show you around, an AI Coach that builds your first OKR tree, and Planning Poker that brings your team into the estimation process. This release also consolidates the Design System work from v0.6.0.
Let's dive in.
New users no longer need to figure out the interface on their own. ValYouRise now includes a guided tour system that activates automatically on first visit:
Each tour uses a spotlight overlay to highlight the active element and a tooltip card that explains what you are looking at. You navigate with arrow keys or click through. Press Escape to skip at any time.
Tours adapt to screen size — desktop-only steps are hidden on mobile. Progress persists to localStorage and syncs to your Appwrite user preferences, so completed tours never repeat across devices. You can replay any tour from the help menu in the top navigation.
Adding new tours requires only a definition file and one registration line. No type changes, no i18n updates, no navbar modifications.
Setting up OKRs from scratch is the hardest part of adopting the framework. The new AI OKR Coach guides you through a three-phase wizard:
The Coach sends this context to an AI model and returns a structured OKR tree: Objectives with nested Key Results and Actions. Each item includes a suggested owner and story point estimate.
You review and edit the entire tree before applying. Rename items, reassign owners, remove what does not fit. Nothing hits the board without your approval. One click creates all items with proper hierarchy, links, and auto-layout positioning.
Access the Coach from the empty board state — click "Draft with AI" when your workspace has no items yet. The Board Tour also points it out in step 10.
Estimating effort should be a team exercise, not a solo guess. Kudos Planning Poker brings real-time collaborative estimation to ValYouRise:
Any workspace admin or item owner can start a round from the board toolbar or list view context menu. All workspace members receive a notification and can vote from wherever they are — even from a different workspace via the global notification bell.
Planning Poker is feature-flagged per workspace. Enable it under Workspace Settings, Features. You can also enforce story-points-via-Kudos-only mode, which prevents manual point edits outside of rounds.
This feature is in Preview. Expect refinements based on early feedback.
Between the last blog post and this one, ValYouRise shipped a complete design system:
Every surface — public and private — now renders from a single token-based system.
User statistics dashboards, advanced board filtering, and team analytics are the next priorities. Follow the changelog for incremental updates between releases.