engage-forge

Generates parallel structured UX design artefacts with mandatory heuristic audit and persona critique passes.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/rubrical-works/idpf-praxis-skills --skill engage-forge-rubrical-works
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: engage-forge
Source: https://github.com/rubrical-works/idpf-praxis-skills/tree/main/Skills/engage-forge
Command: npx skills add https://github.com/rubrical-works/idpf-praxis-skills --skill engage-forge-rubrical-works

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ajv, and includes references (resource) components.

What problem does it solve? Product and UX design questions often get answered with a single narrative opinion rather than concrete, comparable design artefacts. This Skill refracts one design problem into multiple paradigm-paired structured artefacts (user flows, IA trees, journey maps, Kano grids) and forces every recommendation through a heuristic audit and a persona-driven critique before it is adopted. ## Core Features & Use Cases - Parallel paradigm exploration: Dispatches 2-4 subagents in parallel, each producing a schema-conformant structured artefact (flow, ia-tree, heuristic-matrix, journey-map, try-fail-cycle, or kano-grid) rather than prose summaries. - Mandatory quality gates: Runs a heuristic audit pass (Nielsen-10, WCAG-AA, or a custom checklist) with operational-graft recommendations, plus a persona-driven critique pass producing exactly three friction points. - Comparison-based synthesis: Produces a comparison table instead of merging artefacts, and writes a decision-focused design proposal to Proposal/FORGE-{problem-slug}.md. - Use Case: Given "our mobile checkout loses 38% of returning users between email and payment steps", the Skill explores JTBD, atomic-design, and Kano paradigms in parallel, audits the recommended flow against Nielsen's heuristics, stress-tests it with a named persona, and writes a full design proposal. ## Quick Start Ask the AI to run /engage-forge on your design problem, for example: redesign our mobile checkout onboarding flow using three parallel design paradigms with a Nielsen heuristic audit.

Frequently Asked Questions about engage-forge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I explore multiple UX design approaches for one problem?▼

Invoke the skill with your design problem and optionally --paths N (2-4). It dispatches parallel subagents, each producing a structured artefact such as a user flow, IA tree, or journey map, then synthesizes them into a comparison table with an optional recommendation.

What design artefacts can this skill generate?▼

It produces six schema-validated artefact types: markdown-table user flows, nested-list IA trees, heuristic-finding matrices, journey-stage maps, try/fail recovery cycles, and Kano feature-classification grids. Pure prose output without a structured payload is rejected.

Can I run a WCAG accessibility audit instead of Nielsen heuristics?▼

Yes. Pass --audit-checklist wcag-aa to apply the bundled WCAG 2.1 Level AA checkpoint subset, or use --audit-checklist custom <path> with your own checklist JSON conforming to the bundled checklist schema. Unknown values halt with a valid-values message.

Does engage-forge work without Node.js installed?▼

Yes. A preflight checks for Node 18+; without it, the skill falls back to inline structural validation against the same JSON schemas. The artefact contract is still enforced, but validation is approximate rather than ajv-grade.

When should I not use this skill for a design question?▼

Avoid it for business or market analysis, code and architecture questions, legal or compliance topics, pixel-level visual design, and design-system token generation. It produces text-based artefacts only, with no image generation or Figma integration.