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
2.1 KiB
2.1 KiB
name, description, borrows_from
| name | description | borrows_from |
|---|---|---|
| scope-improvement | Create a focused scenario for a specific product improvement | Phase 3 (scenarios) |
Scope Improvement
Goal: Turn an improvement target into a concrete scenario — one focused change with clear before/after.
INITIALIZATION
Design Log
Read {output_folder}/_progress/00-design-log.md. Check Current and Backlog for context.
Steps
Step 1: Load Analysis
Read the analysis from [A] Analyze Product:
- Product snapshot
- Selected improvement target
- Context and rationale
Step 2: Define the Change
Scope the improvement as a mini-scenario:
- Which view/page needs changing? (Be specific — one page, one flow section)
- Current state — What does the user see today? What's wrong?
- Desired state — What should the user experience after the change?
- Success criteria — How do we know it worked? (measurable if possible)
Step 3: Map the User Journey
For the selected view, map the micro-journey:
- Entry point — How does the user arrive at this view?
- Current flow — What happens step by step today?
- Pain points — Where exactly does the experience break down?
- Proposed flow — What should happen step by step after the change?
Step 4: Estimate Scope
Assess the change:
- Pages affected: List specific pages/views
- Components touched: Which UI elements change?
- Data changes: Any API or data model changes?
- Risk level: Low (visual only) / Medium (behavior change) / High (structural change)
Step 5: Write Scenario
Create a scenario document at {output_folder}/evolution/scenarios/:
# [Scenario Name]
## Target
[What we're improving and why]
## Current State
[What users experience today]
## Desired State
[What users should experience after]
## User Journey
[Step-by-step flow]
## Success Criteria
[How we measure success]
## Scope
[Pages, components, risk level]
Present for user approval.
AFTER COMPLETION
- Update design log
- Suggest next action
- Return to activity menu