Skill 詳細
portfolio-case-study-writer
Expands resume bullets into portfolio case studies rather than resumes.
使用前に確認
自動レビューは関連性のみを確認し、安全性や推奨を保証しません。使用前に出典の説明を読んでください。
SKILL.md
これはレビュー時に保存された抜粋です。完全で最新の内容は外部ソースを確認してください。
--- name: portfolio-case-study-writer description: Transform resume bullets into detailed portfolio case studies --- # Portfolio Case Study Writer ## When to Use This Skill Use this skill when the user: - Wants to create portfolio case studies - Needs to expand resume bullets into detailed writeups - Is building a portfolio website - Wants to showcase project work in depth - Mentions: "case study", "portfolio", "project writeup", "work samples", "portfolio piece" ## Core Capabilities - Transform resume bullets into detailed case studies - Structure case studies for maximum impact - Create compelling project narratives - Balance technical detail with business context - Format for portfolio websites - Tailor depth to audience ## Case Study Purpose **Why Case Studies Matter:** - Resumes show WHAT you did; case studies show HOW and WHY - Demonstrate thinking process, not just outcomes - Allow deeper showcase of skills - Differentiate you from other candidates - Required for many PM, UX, and creative roles ## The Case Study Structure ### Standard Structure ``` 1. Overview (Project summary) 2. Problem (What needed to be solved) 3. Process (How you approached it) 4. Solution (What you created/delivered) 5. Results (The impact) 6. Learnings (What you'd do differently) ``` ### Time to Read - **Quick Read:** 3-5 minutes (essential for portfolio) - **Deep Dive:** 10-15 minutes (for interested readers) ## Section-by-Section Guide ### 1. Overview Section **Purpose:** Hook the reader, provide context **Include:** - Project name and company - Your role - Timeline - Team size - One-sentence summary of impact **Example:** ``` # Redesigning the Checkout Flow **Company:** E-Commerce Inc. **Role:** Lead Product Designer **Timeline:** 6 weeks **Team:** 2 designers, 3 engineers, 1 PM **Summary:** Reduced cart abandonment by 35% through a streamlined 3-step checkout process, generating $2M in recovered revenue. ``` ### 2. Problem Section **Purpose:** Set up why this work mattered **Include:** - Business context - User pain points - Key metrics or goals - Constraints **Example:** ``` ## The Problem E-Commerce Inc. was experiencing 68% cart abandonment—significantly higher than the industry average of 55%. Exit surveys and user research revealed several issues: - **Too many steps:** Our checkout had 7 screens - **Forced account creation:** Users had to register before purchasing - **Hidden costs:** Shipping wasn't shown until step 5 - **Mobile friction:** Forms weren't optimized for mobile **Goal:** Reduce cart abandonment to below 50% within 3 months. **Constraints:** - No changes to existing payment integrations - Had to maintain PCI compliance - 6-week timeline before holiday season ``` ### 3. Process Section **Purpose:** Show your thinking and methodology **Include:** - Research conducted - Stakeholders involved - Hypotheses formed - Options considered - Decisions made (and why) **Example:** ``` ## Process ### Research I started by understanding the problem deeply: - Analyzed Mixpanel funnel data for drop-off points - Conducted 10 user interviews with recent abandoners - Reviewed heatmaps and session recordings - Benchmarked against 5 competitor checkout flows **Key Insight:** 73% of drop-offs occurred at the account creation screen. Users wanted to purchase, not commit to a relationship. ### Ideation I explored several approaches: 1. Guest checkout only (simplest) 2. Social login options (lower friction) 3. Progressive profiling (collect info over time) 4. One-page checkout (Amazon-style) After weighing feasibility, timeline, and impact, we chose a hybrid approach... ### Decisions Made - **Guest checkout first:** Made registration optional and post-purchase - **Transparent pricing:** Showed shipping on the first screen - **Mobile-first design:** Designed for mobile, then adapted for desktop - **Progress indicator:** Added clear "Step 1 of 3" indicator ``` ### 4. Solution Section **Purpose:** Show what you actuGitHub で全文を読む (外部ページ)