Quality gates - 11 commit readiness gates, build/test protocol, validation checkpoints, and quality metrics
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ١٥١ من skills من nWave-ai/nWave. افتح أي skill لمراجعة مصدره وتفاصيله.
nWave-ai/nWaveعرض ٤٠ من أصل ١٥١ skills مجمعة.
Quality gates - 11 commit readiness gates, build/test protocol, validation checkpoints, and quality metrics
لغة النص الأصلي: الإنجليزية
Selects a quality-vs-token-consumption profile (lean, standard, thorough, exhaustive, custom, inherit) and persists it globally (~/.nwave/global-config.json) or per-project (.nwave/des-config.json). Use when tuning how much rigor wave commands apply.
لغة النص الأصلي: الإنجليزية
DIVIO/Diataxis four-quadrant documentation framework - type definitions, classification decision tree, and signal catalog
لغة النص الأصلي: الإنجليزية
Requirements quality critique dimensions for peer review - confirmation bias detection, completeness validation, clarity checks, testability assessment, and priority validation
لغة النص الأصلي: الإنجليزية
Runs a timeboxed PROBE to validate one core assumption, then optionally PROMOTES the probe into a walking skeleton — the first e2e thin slice of the feature, committed and demo-able. Use after DISCUSS when the feature involves a new mechanism, performance…
لغة النص الأصلي: الإنجليزية
Single Source of Truth detection — where truth lives in an nWave repo and how to avoid contradicting it.
لغة النص الأصلي: الإنجليزية
Best practices for command definition files - size targets, declarative template, anti-patterns, and canonical examples based on research evidence
لغة النص الأصلي: الإنجليزية
BDD requirements discovery methodology - Example Mapping, Three Amigos, conversational patterns, Given-When-Then translation, and collaborative specification
لغة النص الأصلي: الإنجليزية
Generates C4 architecture diagrams (context, container, component) in Mermaid or PlantUML. Use when creating or updating architecture visualizations.
لغة النص الأصلي: الإنجليزية
Generates 3-5 divergent design directions through JTBD analysis, competitive research, structured brainstorming, and taste evaluation before convergence. Use when the team has a validated problem but hasn't chosen a solution approach.
لغة النص الأصلي: الإنجليزية
Creates new specialized agents using the 5-phase workflow (ANALYZE > DESIGN > CREATE > VALIDATE > REFINE). Use when building a new AI agent or validating an existing agent specification.
لغة النص الأصلي: الإنجليزية
Gathers knowledge from web and files, cross-references across multiple sources, and produces cited research documents. Use when investigating technologies, patterns, or decisions that need evidence backing.
لغة النص الأصلي: الإنجليزية
Algebra-driven API design with monoids, semigroups, and interpreters via algebraic equations
لغة النص الأصلي: الإنجليزية
Clojure language-specific patterns, data-first modeling, REPL-driven development, and spec
لغة النص الأصلي: الإنجليزية
Domain modeling with algebraic data types, smart constructors, and type-level error handling
لغة النص الأصلي: الإنجليزية
F# language-specific patterns, Railway-Oriented Programming, and Computation Expressions
لغة النص الأصلي: الإنجليزية
Haskell language-specific patterns, GADTs, type classes, and effect systems
لغة النص الأصلي: الإنجليزية
Hexagonal architecture patterns with pure core and side-effect shell for functional codebases
لغة النص الأصلي: الإنجليزية
Kotlin language-specific patterns with Arrow, Raise DSL, and coroutine-based effects
لغة النص الأصلي: الإنجليزية
Core functional programming thinking patterns and type system foundations, language-agnostic
لغة النص الأصلي: الإنجليزية
Scala 3 language-specific patterns with ZIO, Cats Effect, and opaque types
لغة النص الأصلي: الإنجليزية
Naming conventions, API ergonomics, and usability patterns for functional code
لغة النص الأصلي: الإنجليزية
[EXPERIMENTAL] Complex refactoring roadmaps with visual tracking
لغة النص الأصلي: الإنجليزية
Architecture quality critique dimensions for peer review. Load when invoking solution-architect-reviewer or performing self-review of architecture documents.
لغة النص الأصلي: الإنجليزية
Architecture quality critique dimensions for peer review. Load when performing architecture document reviews.
لغة النص الأصلي: الإنجليزية
Structured divergent thinking techniques — HMW framing, SCAMPER, Crazy 8s mechanics, and option diversity guarantees. Enforces strict separation of generation and evaluation phases.
لغة النص الأصلي: الإنجليزية
All /nw-* commands — what they do, when to use them, which agent they invoke. For the buddy agent to help users pick the right command.
لغة النص الأصلي: الإنجليزية
Event Modeling facilitation technique — brainstorm events, identify commands and views, define aggregate boundaries, write Given-When-Then specifications
لغة النص الأصلي: الإنجليزية
Event Sourcing and CQRS as DDD implementation patterns — when to use, aggregate event streams, projections, snapshots, sagas, upcasting, conflict resolution
لغة النص الأصلي: الإنجليزية
Strategic DDD — bounded context discovery, context mapping patterns, subdomain classification, ubiquitous language, and organizational alignment
لغة النص الأصلي: الإنجليزية
Tactical DDD — aggregate design rules, entities, value objects, domain events, repositories, domain services, and anti-pattern detection
لغة النص الأصلي: الإنجليزية
Apple LeanUX++ design workflow, journey schema, emotional arc patterns, and CLI UX patterns. Load when transitioning from discovery to visualization or when designing journey artifacts.
لغة النص الأصلي: الإنجليزية
Review criteria for the nw-diverger-reviewer — validates JTBD rigor, research quality, option diversity, taste application correctness, and recommendation coherence in DIVERGE wave artifacts
لغة النص الأصلي: الإنجليزية
JTBD methodology for extracting real jobs behind feature requests — job statements, abstraction layers, first-principles extraction, ODI outcome statements, and opportunity scoring
لغة النص الأصلي: الإنجليزية
25 real-world system design case studies condensed from Alex Xu's System Design Interview Vol 1 and 2 - requirements, architecture, deep dive insights, key takeaways
لغة النص الأصلي: الإنجليزية
4-step system design framework with back-of-envelope estimation, scaling ladder, and common pitfalls
لغة النص الأصلي: الإنجليزية
Advanced distributed patterns - event sourcing, CQRS, saga, stream processing, append-only log, exactly-once delivery, sequencer, double-entry ledger, erasure coding, order book, watermarks
لغة النص الأصلي: الإنجليزية
Core distributed systems patterns - load balancing, caching, sharding, consistent hashing, message queues, rate limiting, CDN, Bloom filters, ID generation, replication, conflict resolution, CAP theorem
لغة النص الأصلي: الإنجليزية
Design taste evaluation framework — DVF primary filter, Apple/Google/Jobs design principles as explicit scoring criteria, weighted decision matrix, and option ranking for the DIVERGE wave
لغة النص الأصلي: الإنجليزية
Review dimensions for acceptance test quality - happy path bias, GWT compliance, business language purity, coverage completeness, walking skeleton user-centricity, priority validation, observable behavior assertions, traceability coverage, and walking…
لغة النص الأصلي: الإنجليزية