Cascading v3: Writing stories from Figma
Learn how to create shell stories and stories from Figma designs.
Β
π Bitovi can help you integrate this into your own SDLC workflow: AI for Software Teams
Β
The CascadeMCP server provides two MCP and API capabilities useful for this part of the Cascading workflow:
Β
Given designs like:
This will produce a list of shell stories like (full list on the left, example story on the right)
st001Display Core Dashboard Metrics β© Show primary task and team statistics in summary cards (2025-11-09T22:20:02.861Z)SCREENS: macbook-pro-16-9
DEPENDENCIES: none
β Display Total Tasks card with count (30) and subtitle "All tasks in the system"
β Display Completed Tasks card with count (5) and percentage (17% completed)
β Display Open Tasks card with count (10) and subtitle "Tasks currently in progress"
β Display Team Members card with count (8) and subtitle "Active users on the platform"
β Fixed left sidebar navigation component with dark teal background (#0A3A3A)
β Dashboard navigation item shown in active state (coral/orange color, grid icon)
β Inactive navigation items: Tasks (checkbox icon), Board (vertical bars icon), Team (people icon), Analytics (bar chart icon)
β TaskFlow branding logo with checkmark icon in top-left
β Page title "Dashboard" displayed at top-center of main content area
β Interactive icon functionality in top-right of metric cards (defer to st007)
β Drill-down functionality for metric cards (defer to st008)
β Real-time data updates (defer to st009)
β What API endpoint(s) provide the metric data?
β Should metrics update on page load only, or refresh periodically?
β What should display if metric values are zero?
Β