Document and optimize business processes with flowcharts, bottleneck analysis, and future-state design
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ١٬٣٦٠ من skills من UitbreidenOS/UitKit. افتح أي skill لمراجعة مصدره وتفاصيله.
UitbreidenOS/UitKitعرض ٤٠ من أصل ١٬٣٦٠ skills مجمعة.
Document and optimize business processes with flowcharts, bottleneck analysis, and future-state design
لغة النص الأصلي: الإنجليزية
Plan and optimize team/resource allocation across projects with capacity modeling and priority-based assignment
لغة النص الأصلي: الإنجليزية
Create standard operating procedures with step-by-step guides, roles, quality checks, and version control
لغة النص الأصلي: الإنجليزية
Track vendor relationships, monitor SLA compliance, manage contracts, and evaluate vendor performance
لغة النص الأصلي: الإنجليزية
Guide audio post-production — noise reduction, leveling, EQ, compression, and mastering for podcast episodes
لغة النص الأصلي: الإنجليزية
Plan podcast episode structure with segments, timing, talking points, and transition scripts
لغة النص الأصلي: الإنجليزية
Research potential podcast guests — background, expertise, recent work, and prepare interview briefs
لغة النص الأصلي: الإنجليزية
Configure, validate, and maintain podcast RSS feeds for Apple Podcasts, Spotify, and directory submissions
لغة النص الأصلي: الإنجليزية
Write SEO-optimized podcast show notes with timestamps, links, key takeaways, and guest bios
لغة النص الأصلي: الإنجليزية
Extract episode highlights and format them as social media clips for Twitter/X, LinkedIn, Instagram, and TikTok
لغة النص الأصلي: الإنجليزية
Create sponsor pitch decks, ad copy, and integration scripts for podcast sponsorship packages
لغة النص الأصلي: الإنجليزية
Generate formatted podcast transcripts with speaker labels, timestamps, and accessibility formatting
لغة النص الأصلي: الإنجليزية
Research top 3–5 competitors; produce a feature gap analysis matrix showing what they have, what you have, and where you differentiate. Includes: company snapshot (founding, funding, size), feature comparison (5–8 key features), positioning summary, and 2–3…
لغة النص الأصلي: الإنجليزية
Converts a finalized PRD into a detailed technical specification for engineering. Includes: API contracts, database schema changes, edge cases, error handling, rollout plan, rollback procedures, and testing strategy. Returns a spec that an engineer can code…
لغة النص الأصلي: الإنجليزية
Writes a complete product requirements document (2–4 pages) from a feature brief. Sections: problem statement, solution, personas, use cases, acceptance criteria (testable), success metrics (with baseline and target), dependencies, risks, competitive context,…
لغة النص الأصلي: الإنجليزية
Reviews a PRD's acceptance criteria and flags vague or untestable criteria. Suggests measurable alternatives. Ensures criteria are outcome-focused ("can do X") not effort-focused ("should improve Y"). Returns a critique report with specific suggestions for…
لغة النص الأصلي: الإنجليزية
Scores a list of feature candidates using the RICE matrix (Reach × Impact × Confidence ÷ Effort). Returns a ranked backlog with RICE scores, quarters recommended for build, and business justification for each feature. Highlights the critical path for the…
لغة النص الأصلي: الإنجليزية
Converts a PRD into one-page summaries tailored to each stakeholder group: engineering (what to build and why), sales (customer benefits and positioning), support (new features and edge cases), and executives (business case and ROI). Each summary is…
لغة النص الأصلي: الإنجليزية
Takes a PRD's success metrics and adds: baseline (where you are now), target (where you want to go), and measurement plan (how you'll track it). Ensures metrics are SMART: specific, measurable, achievable, relevant, time-bound. Returns a metrics validation…
لغة النص الأصلي: الإنجليزية
Converts a PRD into acceptance-criteria-driven user stories. Each story has format: "As a [persona] I want [action] so that [outcome]." Includes acceptance criteria (testable) and a complexity estimate (S/M/L). Returns a ranked list with dependencies noted.
لغة النص الأصلي: الإنجليزية
Aggregates customer feedback from multiple sources (interviews, surveys, support tickets, reviews). Identifies themes, sentiment, and feature requests. Returns categorized summary with top 5 demands and customer segment signals.
لغة النص الأصلي: الإنجليزية
Coordinate product launches — go/no-go checklists, stakeholder communication, monitoring
لغة النص الأصلي: الإنجليزية
Analyzes product health metrics (retention, activation, feature adoption, churn signals). Identifies trends, anomalies, and business-critical changes. Returns dashboard summary with actionable insights and risk flags.
لغة النص الأصلي: الإنجليزية
Structures release scope, timeline, dependencies, and rollout strategy. Identifies critical path, risk mitigation, and communication checkpoints. Returns release checklist, timeline, and go/no-go criteria.
لغة النص الأصلي: الإنجليزية
Analyzes feature requests, customer feedback, and business metrics to prioritize product roadmap. Applies weighted scoring matrix (impact, effort, alignment, technical debt). Returns ranked backlog with rationale for each item.
لغة النص الأصلي: الإنجليزية
Maps product decision-makers, stakeholders, and communication channels. Identifies approval paths, creates RACI matrix, and flags potential conflicts. Returns stakeholder map with roles, priorities, and influence flow.
لغة النص الأصلي: الإنجليزية
Evaluate and select product management tools — comparison matrices, migration planning
لغة النص الأصلي: الإنجليزية
Synthesizes user research findings from interviews, usability tests, and observational studies. Maps user jobs-to-be-done, friction points, and mental models. Returns personas, journey maps, and actionable research insights.
لغة النص الأصلي: الإنجليزية
Generates executable test code in Pytest, Jest, Playwright, or Cypress from test cases. Includes setup/teardown, mocking, assertions, and error handling. Code is ready for CI/CD integration.
لغة النص الأصلي: الإنجليزية
Categorizes failing tests and bugs by severity (Critical/High/Medium/Low) and priority (P1-P4). Analyzes root causes, identifies patterns, and logs to bug-registry.md. Escalates P1/P2 bugs automatically.
لغة النص الأصلي: الإنجليزية
Analyzes code and test coverage metrics. Identifies coverage gaps and recommends additional test cases. Generates coverage reports by module and tracks coverage trends over time.
لغة النص الأصلي: الإنجليزية
Analyzes code changes and assesses regression risk. Identifies which test paths must be re-run before release. Recommends critical test suites based on file modifications and dependency impact.
لغة النص الأصلي: الإنجليزية
Creates detailed test cases in standard format covering positive, negative, and edge cases. Generates test case IDs, preconditions, steps, expected results, and acceptance criteria. Auto-saves to test-registry.md.
لغة النص الأصلي: الإنجليزية
Executes test suites and parses output. Generates detailed pass/fail reports with failure analysis, coverage metrics, and performance baselines. Identifies root causes and flaky tests.
لغة النص الأصلي: الإنجليزية
Analyzes feature requirements and generates a comprehensive test plan with test case outlines, coverage goals, acceptance criteria, and risk assessment. Identifies critical paths and edge cases.
لغة النص الأصلي: الإنجليزية
Reviews test suite for redundancy, duplication, and inefficiency. Consolidates duplicate tests, identifies slow tests, and recommends test removal. Improves overall test execution time and maintainability.
لغة النص الأصلي: الإنجليزية
Screen candidate resumes against job requirements with structured scoring and bias mitigation
لغة النص الأصلي: الإنجليزية
Build diverse candidate pipelines through targeted sourcing, inclusive job descriptions, and bias audits
لغة النص الأصلي: الإنجليزية
Craft compelling employer brand content — career pages, social posts, and EVP narratives that attract top talent
لغة النص الأصلي: الإنجليزية
Design structured interview scorecards with competency-based questions and calibrated rating scales
لغة النص الأصلي: الإنجليزية