payoff-action-modeling
Model product UI actions from user intent questions after a meaningful outcome, completion, created resource, imported data, uploaded file, synced integration, report, deployment, automation, review state, handoff, or workflow milestone. Use when deciding which actions to show, hide, group, name, prioritize, defer, or place across outcome, item, selection, continuation, navigation, recovery, and assistance scopes.
What this skill does
# Outcome Action Modeling Use this skill before designing or polishing any UI state where the user has achieved a meaningful outcome and now needs to understand what happened, what exists, and what to do next. This applies to AI products, CRUD systems, dashboards, onboarding flows, imports, uploads, reporting tools, automation tools, admin panels, PM tools, CMS platforms, deployment or sync flows, collaborative review systems, and workflow products. The goal is to answer: "Now that the user has value or progress, what might they reasonably want to do next, and where should each action live?" ## Core Output Produce an action model with: - `Primary outcome`: the result, resource, state, or completion the user should understand first. - `Outcome state type`: `completion`, `generation`, `workspace`, `review`, `handoff`, `recovery`, or `continuation`. - `User questions`: realistic "What if I want to..." questions from the user's point of view. - `Action scope`: `outcome`, `selection`, `item`, `continuation`, `navigation`, `recovery`, or `assistance`. - `Intent pressure`: `immediate`, `contextual`, or `deferred`. - `UI placement`: `primary CTA`, `secondary action`, `per-item action`, `row menu`, `accordion detail`, `bulk toolbar`, `empty/optional state`, `status area`, `shell navigation`, or `next screen`. - `Required vs optional`: whether the action must be visible now or can be deferred. - `Copy`: short labels written as user-facing outcomes, not implementation details. Use this table shape unless the user requests another format: | User question | Scope | Pressure | Action | Placement | Required? | Label | | --- | --- | --- | --- | --- | --- | --- | | How do I open one item? | item | contextual | open item details | per-item action | yes, if item inspection matters | Open | | How do I act on everything? | outcome | immediate | apply action to full result | primary CTA | yes | Download all | | How do I recover a removed item? | recovery | deferred | restore from history | secondary action or history screen | yes, if removal exists | Restore | ## Outcome State Types Classify the screen before placing actions: | Type | Description | | --- | --- | | completion | The user finished a flow, setup, onboarding step, task, approval, or configuration. | | generation | The system produced a result such as test cases, content, analysis, recommendations, or files. | | workspace | The user now continues work inside a project, dashboard, editor, board, list, or admin surface. | | review | The user validates, approves, rejects, compares, comments on, or verifies an outcome. | | handoff | The user exports, shares, publishes, transfers, downloads, syncs, or sends the outcome elsewhere. | | recovery | The user fixes, retries, restores, rolls back, resolves errors, or undoes changes. | | continuation | The user extends the workflow, creates more, repeats with different inputs, or starts the next branch. | ## Principles ### Outcome Clarity The user should understand within about two seconds: - what happened - what was created, completed, imported, deployed, synced, approved, or changed - what the highest-value next action is - where to inspect details before acting ### Locality Principle Actions should appear near the object they affect. - Item actions belong near rows, cards, files, cases, records, comments, tasks, or list items. - Selection actions belong in a toolbar that appears after selection exists. - Destructive actions should remain contextual and recoverable. - Refinement, help, explanation, and AI actions should appear beside the object being refined or explained. - Full-result actions belong near the outcome summary or primary completion area. ### Intent Pressure Classify actions by urgency: - `immediate`: the user probably needs this action now to capture value or finish the job. - `contextual`: the action matters when the user is inspecting a specific object, state, error, or selection. - `deferred`: the action is useful but should not compete with the primary outcome moment. Rules: - Immediate actions dominate the outcome state. - Contextual actions stay close to their object. - Deferred actions can live behind secondary controls, menus, details, settings, or later screens. - Advanced actions should not overload first-success moments. ### Action Density Management Avoid overwhelming users immediately after success or completion. - Prefer one clear primary action over multiple equal CTAs. - Keep toolbars compact until selection, filtering, review, or edit mode makes them necessary. - Do not stack continuation prompts, refinement tools, upgrade prompts, and export options in the same visual tier. - Show enough actions to support momentum, but not so many that the outcome becomes secondary to tooling. ### Momentum Continuation The UI should answer: "How does the user continue naturally after achieving value?" - Continuation actions should extend momentum without replacing the primary success state. - `Create another`, `Generate more`, `Import more`, `Add teammate`, `Publish`, `Run again`, `Open workspace`, and `Review next` should be optional branches. - Do not make continuation mandatory after success unless the product flow truly requires it. - Preserve the current result while letting the user branch, repeat, refine, or hand off. ### Scope Separation Keep these scopes distinct in label, placement, and behavior: - one-item actions - multi-item or selected-item actions - full-result actions - continuation actions - navigation actions - recovery actions - assistance actions If users cannot tell whether an action affects one item, selected items, or everything, the action model is not done. ## Workflow 1. Define the outcome. - State the result, resource, completed step, imported data, deployment, sync, report, automation, or review state in plain language. - State what "success" means for the user. - Identify whether the screen is a first-success moment, production workspace, review state, handoff state, recovery state, or continuation branch. 2. Ask user-intent questions. - Generate 12-25 questions from the user's point of view. - Prefer concrete questions over abstract needs. - Include one-item, selected-item, full-result, continuation, navigation, recovery, collaboration, validation, and assistance questions. 3. Classify action scope. - `outcome`: affects the full result, resource set, completed flow, report, upload, import, deployment, or sync. - `selection`: affects multiple chosen objects or resources. - `item`: affects one row, card, file, record, task, case, page, comment, or resource. - `continuation`: extends, repeats, branches, adds to, or continues the workflow. - `navigation`: moves across screens, workspaces, dashboards, sources, projects, or settings. - `recovery`: supports undo, retry, restore, compare, history, rollback, discard, or error repair. - `assistance`: supports help, explanation, AI refinement, recommendations, support, or guided improvement. 4. Classify intent pressure. - Mark actions as `immediate`, `contextual`, or `deferred`. - Let immediate actions shape the first visual hierarchy. - Keep contextual actions local to their object. - Move deferred actions to secondary placement unless hiding them would block trust, safety, or completion. 5. Place actions by scope. - Put the highest-value full-outcome action in the primary CTA. - Put per-item actions inside the item row, card, accordion, panel, preview, or menu. - Put selection actions in a bulk toolbar that appears after items are selected. - Put continuation actions as optional next branches, not required completion steps. - Put navigation actions in the shell, breadcrumb, footer, completion area, or next screen. - Put recovery actions near the state they recover from, with visible confirmation after destructive or risky actions. - Put assistance near the object, result,
Related in Design
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context — no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes — information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development — guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.