All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 12s
- Sidebar: dynamic brand-accent colors, brainstorm section restyled - AI chat general: popup panel with expand/collapse, hides when contextual AI open - AI chat contextual: tabs reordered (Actions first), X close button, height fix - Settings: all tabs restyled, 6 new color presets (sage, terracotta, iron, etc.) - Global color cleanup: emerald/orange hardcoded → brand-accent dynamic - Brainstorm page: orange → brand-accent throughout - PageEntry animation component added to key pages - Floating AI button: bg-brand-accent instead of hardcoded black - i18n: all 15 locales updated with new AI/billing keys - Billing: freemium quota tracking, BYOK, stripe subscription scaffolding - Admin: integrated into new design - AGENTS.md + CLAUDE.md project rules added
1.7 KiB
1.7 KiB
name, description, borrows_from
| name | description | borrows_from |
|---|---|---|
| analyze-product | Understand current product state and find improvement targets | Phase 3 (scenarios) |
Analyze Product
Goal: Understand the existing product, identify what needs improving, and prioritize targets.
INITIALIZATION
Design Log
Read {output_folder}/_progress/00-design-log.md. Check Current and Backlog for context.
Steps
Step 1: Load Product Context
Gather existing product information:
- Read project configuration and any existing WDS artifacts
- If the product has a live URL → analyze current state (structure, pages, flows)
- If codebase available → scan for tech stack, component patterns, design tokens
- Document what exists: pages, navigation, key user flows
Present a Product Snapshot — current state summary.
Step 2: Identify Improvement Targets
With the user, identify what needs work:
- User feedback — What are users struggling with?
- Business goals — What metrics need improvement?
- Technical debt — What's fragile or outdated?
- Visual gaps — What looks inconsistent or dated?
- Competitor gaps — What are competitors doing better?
Create a prioritized list of improvement targets.
Step 3: Select Target
From the prioritized list, pick ONE target for this improvement cycle:
Improvement targets (prioritized):
1. [Target] — [Impact] — [Effort]
2. [Target] — [Impact] — [Effort]
...
Which target should we tackle first?
Step 4: Document Analysis
Save analysis to {output_folder}/evolution/analysis/:
- Product snapshot
- Improvement targets with priorities
- Selected target with rationale
AFTER COMPLETION
- Update design log
- Suggest next action
- Return to activity menu