# Planner And Insights Pages

> PetSwipe workflow for adoption-planner and insights page work, including comparison cards, gauges, charts, metrics, and recommendation panels. Use when changes focus on adoption-planner.tsx, insights.tsx, or the relationship between liked pets, readiness, and swipe analytics.

- Skill: `hoangsonww/planner-and-insights-pages` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add hoangsonww/planner-and-insights-pages`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hoangsonww/planner-and-insights-pages/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: hoangsonww (https://skillmd.com/u/hoangsonww)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/hoangsonww/planner-and-insights-pages

---


Use this skill for the planner and insights product surfaces.

## Workflow

1. Start from the touched page and identify the data it derives from profile, swipes, likes, or pet records.
2. Preserve decision-support value, not just layout.
3. Check card density, pagination, gauge readability, chart overflow, and mobile responsiveness.
4. Keep recommendation text useful and specific rather than decorative.
5. If the work changes how these pages are described, update docs and screenshots references as needed.

## Repo-Specific Guidance

- `frontend/pages/adoption-planner.tsx` is a decision-support page, not a browse page.
- `frontend/pages/insights.tsx` is a swipe analytics dashboard with charts and recommendations.
- Shared chart behavior still routes through `frontend/components/ui/chart.tsx`.

Read `references/planner-insights-checklist.md`.

