skills/website-cloner/website-improvement-prd/SKILL.md
Turn approved end-user report into a full improvement proposal with what/why/value for each change. Writes prd.md after user approval. Use when asked to propose website improvements, create a PRD for a site rebuild, or plan improvements with measurable impact. Don't use for implementation planning or coding — those are separate phases.
npx skillsauth add luongnv89/skills website-improvement-prdInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Turns an approved end-user report into a full improvement proposal with measurable value metrics. Writes prd.md after user approval.
Trigger when the user asks to:
Do not use for implementation planning or coding — those are separate phases.
1. Read the approved report (Phase 2) and analysis (Phase 1)
2. Identify improvement opportunities per dimension
3. For each change: define what, why, and expected value
4. Assemble into prd.md
5. Present to user for review
6. Incorporate edits (loop until approved)
7. Persist prd.md
# Improvement Proposal: <site name>
**Source URL:** <url>
**Date:** <date>
**Version:** 1.0
---
## Executive Summary
2–3 sentences summarizing the main improvement themes and expected impact.
## Current State
Brief summary of the baseline from Phase 1 analysis:
- Category and audience
- Current performance highlights
- Current SEO standing
- Current security posture
## Proposed Improvements
### Change 1: <Title>
**What:** Specific, scoped description of the change.
Example: "Replace the current hero section with a centered layout featuring a clear headline, subtext, and primary CTA button above the fold."
**Why:** Problem being solved, evidence from Phase 1 analysis.
Example: "The current hero burying the CTA below two content sections. Users must scroll past unrelated content before seeing the sign-up option (Phase 1 UI/UX friction point: 'CTA not immediately visible')."
**Expected Value:** Measurable impact.
Example: "Estimated +15–25% improvement in CTA click-through rate. Reduced scroll depth requirement from 600px to 0px for primary action."
---
Repeat for each change. Group changes by dimension:
### UI/UX Improvements
### Performance Improvements
### SEO Improvements
### Security Improvements
### Style Enhancements
## Metrics Summary
| Metric | Current | Target | Delta |
|--------|---------|--------|-------|
| LCP | 4.3s | ≤ 2.0s | -53% |
| CLS | 0.18 | ≤ 0.05 | -72% |
| SEO Score | 62/100 | ≥ 90/100 | +45% |
| Page Weight | 2.1 MB | ≤ 800 KB | -62% |
## Next Steps
Reference Phase 4 (implementation plan) — the approved proposal feeds into `tasks.md` for phased execution.
---
*This proposal is based on analysis of a single crawl of the source site. Actual improvements may vary based on implementation decisions.*
Read the approved report and analysis:
Read file <path-to-report.md>
Read file <path-to-analysis.json>
If either is missing, ask for paths. The orchestrator should have already produced both.
For each dimension, identify specific, actionable improvements:
Each improvement must include:
Compare current metrics from Phase 1 against realistic targets:
| Current | Target Logic | |---------|-------------| | LCP > 3s | Target ≤ 2.0s (good) or ≤ 1.5s (excellent) | | CLS > 0.1 | Target ≤ 0.05 (good) | | SEO < 80 | Target ≥ 90 | | Page weight > 1 MB | Target ≤ 800 KB |
Assemble the proposal using the structure above.
Present the draft to the user:
"Here is the improvement proposal. Please:
If edits requested:
Do not persist until explicit approval.
Write to output path:
printf '%s\n' "$PRD_CONTENT" > "$OUTPUT_PATH"
Default: $PROJECT_DIR/prd.md or ~/workspace/clones/YYYY_MM_DD_slug/prd.md.
If $ARGUMENTS includes --output <path>, use that.
Confirm:
prd.md saved to: <absolute-path>
STATUS: approved
When invoked by the website-cloner umbrella (Phase 3 gate), the orchestrator
gates Phase 4 on this skill's outcome. The contract:
| Outcome | Signal |
|----------|---------------------------------------------------------------------|
| approved | prd.md exists at the resolved output path AND final line of stdout reads STATUS: approved |
| pending | no prd.md written; final line reads STATUS: pending (user still iterating) |
| aborted | no prd.md written; final line reads STATUS: aborted (user declined) |
The orchestrator MUST NOT advance to Phase 4 unless the outcome is approved.
A standalone invocation may ignore the status line, but the file-existence rule
still holds: no approval, no prd.md.
| Failure | Behavior | |---|---| | No input files provided | Ask for report.md and analysis.json paths | | Invalid input format | Report error and ask for valid files | | User never approves | Keep looping; do not auto-save |
documentation
Manage software releases end-to-end: bump version, generate changelog, tag, push, GitHub release, publish to PyPI/npm. Use when user asks to ship, cut a release, tag a version, or list changes since last tag. Skip routine commits and marketplace publishing.
development
Review UI for usability issues using Steve Krug's principles and produce a scannable report. Use when asked for a usability audit, UX review, or UI feedback on screenshots, URLs, or code. Don't use for visual/brand design critique, accessibility (WCAG) audits, or backend/API review.
development
Validate app/startup ideas with market, feasibility, commercial, and open-source competitor analysis. Use when asked to evaluate, validate, or score a product idea. Don't use for PRDs, go-to-market plans, or investor decks.
testing
Install local-first security hardening: pre-commit secret detection, offline dependency scans, static analysis, reports, and gated free CI. Use when hardening repos or adding security hooks. Don't use for incident response or cloud security reviews.