alunadev

alunadev

@alunadev

GitHub
34 Skills
102 Total Stars
March 2026 Joined

Public Skills

draft-nda

by alunadev

"Drafts a Non-Disclosure Agreement covering parties, information types, duration, jurisdiction, and key clauses needing legal review. Use when starting work with contractors, freelancers, or partners. Triggers on: NDA, non-disclosure agreement, confidentiality agreement, contractor agreement, partnership NDA, freelancer agreement."

Code Review 3 3mo ago

product-strategy

by alunadev

Expert product strategy advisor for Senior PMs. Use when defining a product vision, setting OKRs, building a roadmap, prioritizing between competing bets, entering a new product area, or when stakeholders disagree on direction. Produces a structured strategy document grounded in user outcomes, not feature lists.

Code Gen 3 3mo ago

competitor-analysis

by alunadev

"Analyzes competitors with structured intel across positioning, features, pricing, and differentiation opportunities. Use before entering a new market, updating product strategy, or preparing a competitive brief. Triggers on: competitive analysis, competitor research, market landscape, differentiation, competitive positioning, competitor mapping, market entry, who are my competitors."

Code Gen 3 3mo ago

stakeholder-map

by alunadev

"Builds a Power × Interest stakeholder map and generates a communication plan per quadrant. Use when managing a complex launch, aligning cross-functional teams, or preparing stakeholder engagement strategy. Triggers on: stakeholder management, stakeholder map, stakeholder alignment, communication plan, power interest grid, cross-functional alignment, executive alignment, managing up."

Processing 3 3mo ago

value-proposition

by alunadev

"Designs a value proposition using a 6-part JTBD template: Who, Why, What before, How, What after, Alternatives. Use when articulating why customers should choose your product or when positioning requires clarity. Triggers on: value proposition, value prop, JTBD, customer value, why us, positioning statement, product differentiation, customer benefit, what problem do we solve."

Automation 3 3mo ago

user-discovery

by alunadev

Expert user research and discovery advisor. Use before writing a PRD, when validating product assumptions, when metrics signal a problem but not the "why", when exploring a new user segment or job-to-be-done, or when preparing for stakeholder interviews. Produces structured discovery synthesis that feeds directly into product strategy and PRD writing.

Academic 3 3mo ago

customer-journey-map

by alunadev

"Maps the end-to-end customer experience from awareness to advocacy — touchpoints, emotions, friction points, and improvement opportunities per stage. Use when identifying drop-off points, improving onboarding, or understanding the full user lifecycle. Triggers on: customer journey, user journey, journey map, touchpoints, onboarding experience, funnel analysis, churn points, aha moment, drop-off, user lifecycle."

Code Gen 3 3mo ago

retro

by alunadev

"Facilitates a sprint retrospective using Start/Stop/Continue, 4Ls, or Sailboat format, producing 2-3 prioritized action items with owners and deadlines. Use after a sprint or milestone to drive continuous improvement. Triggers on: retrospective, retro, sprint review, what went well, lessons learned, team improvement, action items, start stop continue, post-mortem, sprint reflection."

Code Review 3 3mo ago

prioritization-frameworks

by alunadev

"Applies the right prioritization framework for the context — Opportunity Score, RICE, ICE, MoSCoW, or Kano — with formulas, scoring guidance, and when-to-use rationale. Use when ranking features or problems, comparing approaches, or preparing a prioritized backlog. Triggers on: prioritization, RICE, ICE, MoSCoW, Kano, backlog prioritization, feature ranking, opportunity score, prioritize features, what to build next."

Performance 3 3mo ago

pre-mortem

by alunadev

"Runs a structured pre-mortem on a PRD or launch plan, categorizing risks as Tigers, Paper Tigers, and Elephants, with launch-blocking action plans. Use before any significant product launch or execution milestone. Triggers on: pre-mortem, risk analysis, launch readiness, what could go wrong, launch risks, risk mitigation, launch blockers, stress-test plan."

Academic 3 3mo ago

maintaining-brand-identity

by alunadev

Provides the single source of truth for brand guidelines, design tokens, technology choices, and voice/tone. Use when applying brand colors, defining typography scale, configuring CSS custom properties, or writing copy that must match a specific brand voice. Triggers on: design tokens, brand colors, color palette, typography, font family, voice & tone, CSS variables, brand consistency, design system initialization.

Design 3 3mo ago

requesting-code-review

by alunadev

Dispatch a code-reviewer subagent to catch issues before they cascade into production. Use before merging a PR, after completing a feature, or any time you want a second pass on code quality. Triggers on: "review my code", "check this PR", "code review", "review this", "before merge", "find bugs", "spot issues", pre-merge check.

Code Review 3 3mo ago

agent-workflow

by alunadev

Expert system for designing and architecting AI agent workflows based on proven Meta methodologies. Use when building AI agents, designing multi-agent systems, integrating tools into agent architectures, choosing between single vs. multi-agent setups, or translating a business problem into an agentic solution. Triggers on: "build an agent", "design agent workflow", "multi-agent system", "agent architecture", "how should I structure this agent". Covers 9-step building process, 8-layer architecture framework, MCP integration, and pitfall avoidance.

Agents 3 3mo ago

feature-to-launch

by alunadev

End-to-end workflow from approved PRD to public launch. Chains full-stack-build → changelog-generator → product-launch with explicit readiness gates. Use when a PRD is approved and you're ready to execute the complete build + launch cycle. Triggers on: /feature-launch, "build and launch this feature", "take this PRD to launch", "ship this feature". Prevents shipping without monitoring and launching without a changelog.

Agents 3 3mo ago

idea-to-prd

by alunadev

Multi-step workflow that takes a raw idea from validation through design to a complete PRD. Chains idea-validator → brainstorming → prd-writer with explicit gates between steps. Use when starting a new feature or side project from scratch. Triggers on: /idea, "validate this idea", "should I build this", "new feature idea", "take this idea to PRD". Prevents building without validating and prevents specifying without designing.

Agents 3 3mo ago

designing-api-principles

by alunadev

Designs REST and GraphQL APIs following production best practices for resource naming, error handling, versioning, authentication, and documentation. Use this skill when designing new API endpoints, reviewing API contracts, implementing GraphQL schemas, establishing API conventions for a project, or writing API documentation. Apply when creating any route in Next.js API routes or route handlers, any Supabase Edge Function, or any backend endpoint — even if it starts small, these patterns prevent painful rewrites later.

API Dev 3 3mo ago

following-react-best-practices

by alunadev

React and Next.js performance optimization guidelines from Vercel Engineering. Use this skill when writing, reviewing, or refactoring React/Next.js code. Apply it proactively whenever working on React components, Next.js pages, API routes, data fetching (server or client), bundle size, rendering performance, re-renders, server actions, hydration, animations, or JavaScript optimizations. If the code involves React or Next.js, use this skill — even if performance isn't the stated goal, these patterns prevent issues before they arise.

Processing 3 3mo ago

frontend-design

by alunadev

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

Animation 3 3mo ago

applying-composition-patterns

by alunadev

Applies React composition patterns to build flexible, maintainable components. Use this skill when refactoring components that have accumulated too many boolean props, designing a reusable component API from scratch, building compound components (Tabs, Accordion, Select), working with context providers, or reviewing components that are hard to extend. Triggers on: "this component is getting hard to use", "too many props", "how do I make this reusable", "compound component", "component API design", "context pattern".

API Dev 3 3mo ago

applying-react-native-best-practices

by alunadev

React Native and Expo best practices for building performant mobile apps. Use this skill when building React Native or Expo applications, optimizing list performance with FlashList, implementing animations with Reanimated, configuring native modules, routing with expo-router, managing state in mobile contexts, or working in monorepo setups with Expo. Apply proactively when writing FlatList, useEffect for animations, TouchableOpacity, or setting up navigation — these patterns prevent common mobile performance pitfalls.

Docker 3 3mo ago

interface-design

by alunadev

Build interface design with craft and consistency for dashboards, admin panels, and SaaS tools. Generates intentional, non-generic designs by exploring product domains and creating signature elements.

Code Review 3 3mo ago

applying-web-design-guidelines

by alunadev

Audits and enforces web interface standards covering accessibility, performance, UX, and code quality from Vercel Engineering's Web Interface Guidelines. Use this skill when reviewing UI code, checking accessibility compliance, auditing design implementations, running pre-merge frontend checks, or when someone asks to "review my UI", "check accessibility", "check my site", "audit design", or "is this component correct". Apply proactively when writing form elements, interactive components, images, animations, or anything that users directly touch — these guidelines prevent common mistakes before they reach production.

Accessibility 3 3mo ago

building-fullstack-features

by alunadev

Guides end-to-end implementation of features in side projects, from design decision to deployment. Use when building a new feature from scratch, connecting frontend to backend, setting up a new side project architecture, or following a complete implementation checklist. Triggers on: "build this feature", "implement end-to-end", "new feature from scratch", "set up project structure", "ship this". Covers the Next.js 15 + React 19 + Supabase + Vercel stack.

API Dev 3 3mo ago

planning-product-launch

by alunadev

Creates go-to-market plans and launch checklists for features and side projects. Use when preparing a feature for public release, planning a Product Hunt launch, defining a rollout strategy, creating a post-launch review framework, or coordinating the technical, product, and marketing work for a launch. Triggers on: "prepare launch", "go-to-market", "Product Hunt", "launch checklist", "rollout plan", "launch this feature".

Code Review 3 3mo ago

prompt-engineering-patterns

by alunadev

A library of reusable, production-tested prompt engineering patterns for building AI-powered features. Use when designing system prompts for apps, building AI pipelines, selecting the right prompting technique for a use case, or reviewing prompts for common failure modes. Complements the prompt-engineering skill (which covers the optimization framework); this skill covers the pattern library itself.

Processing 3 3mo ago

maintaining-documentation

by alunadev

Maintains The Canonical Docs as single source of truth. Trigger after feature completion, before git push, on architecture changes, or explicit "update docs" requests. Skip for trivial changes (<10 LOC, no logic/schema/UI changes).

Code Gen 3 3mo ago

idea-validator

by alunadev

Provides brutally honest, quick validation of app/product ideas before development begins. Use when the user presents an app idea, startup concept, product proposal, or asks for feedback on whether to build something. Also trigger when users mention starting a new project, building an app, or ask "should I build this?" Evaluates market saturation, demand, feasibility, monetization, and interest level.

Code Gen 3 3mo ago

prompt-engineering

by alunadev

Expert prompt optimization system for building production-ready AI features. Use when users request help improving prompts, want to create system prompts, need prompt review/critique, ask for prompt optimization strategies, want to analyze prompt effectiveness, mention prompt engineering best practices, request prompt templates, or need guidance on structuring AI instructions. Also use when users provide prompts and want suggestions for improvement.

Processing 3 3mo ago

design-guide

by alunadev

Modern UI design system and guidelines for building clean, professional interfaces. Use when creating or modifying any UI components, web pages, React components, HTML/CSS, or visual interfaces. Ensures consistent, modern design with proper spacing, typography, colors, and interaction patterns.

Animation 3 3mo ago

prd-writer

by alunadev

Expert PRD (Product Requirements Document) writer for the AI era. Use when users want to create PRDs, spec documents, product specifications, feature specs, or technical requirements documents. Also use when users ask to review/improve existing PRDs, want PRD templates, need guidance on product documentation, or mention writing product specs. Handles both traditional and AI-specific product features with emphasis on decision-making over documentation.

Code Gen 3 3mo ago

generating-changelogs

by alunadev

Transforms technical git commits into polished, user-friendly changelogs. Use when preparing release notes, creating product update summaries, documenting changes for customers, or maintaining a public changelog page.

Code Gen 3 3mo ago

codebase-documenter

by alunadev

Create comprehensive, beginner-friendly documentation for codebases. Use when writing READMEs, architecture guides, code comments, or API documentation.

API Dev 3 3mo ago

brainstorming

by alunadev

Explores user intent, requirements, and design before implementation. Use this skill when the user asks to build a feature, change architecture, or start a complex task to ensure clarity before coding.

Automation 3 3mo ago

planning

by alunadev

Creates comprehensive, detailed implementation plans for approved designs. Use this skill after brainstorming or when requirements are already clear and you need a step-by-step execution roadmap.

Automation 3 3mo ago