Unstuck

Guide Directum RX development recovery through platform pattern search and structured debugging.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/dunaevdmitriys-dev/directum-mcp-server --skill unstuck-dunaevdmitriys-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Unstuck
Source: https://github.com/dunaevdmitriys-dev/directum-mcp-server/tree/main/skills/unstuck
Command: npx skills add https://github.com/dunaevdmitriys-dev/directum-mcp-server --skill unstuck-dunaevdmitriys-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you move forward when your task is unclear, the first solution attempt fails, or expected system behavior contradicts what you see, by guiding you to find a correct approach instead of repeatedly stalling.

Core Features & Use Cases

  • Blueprint your solution from platform patterns: guides searching and learning from existing Directum RX entity schemas and working implementations to reduce guesswork.
  • Diagnose issues using context-driven debugging: helps structure investigation around error context and differences from known working examples, then iteratively narrow to minimal working changes.
  • Generate viable alternatives and ask the right questions: supports reframing architecture (e.g., choose simpler workflows, different UI components, or alternate integration paths) and asks targeted questions after repeated failures.

Quick Start

Activate Unstuck when your Directum RX task feels non-obvious, then ask the AI to propose 2–3 alternative approaches and tell you exactly what to verify next using platform examples.

Frequently Asked Questions about Unstuck

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

FAQPage Schema
How do I debug non-standard Directum RX features when the first implementation attempt fails?

To debug failed Directum RX implementations, compare your code's error context against known working platform examples to iteratively narrow down to minimal viable changes.

What is the best way to plan architecture for overly large Directum RX development tasks?

Plan large Directum RX architecture by extracting existing entity schemas and working implementation patterns from the platform to blueprint structured solution paths.

How do I troubleshoot Directum RX workflow design when expected system behavior contradicts what I see?

Troubleshoot Directum RX workflow discrepancies by reframing architecture to simpler workflows, alternate UI components, or different integration paths to resolve behavioral contradictions.

Can I use platform search to find working Directum RX examples for complex bug resolution?

Yes, Directum RX platform search extracts working entity schemas and implementation patterns to provide context for diagnosing bugs and generating viable alternatives.

When should I reframe my debugging strategy instead of repeating failed Directum RX solutions?

Reframe your debugging strategy after repeated failed attempts by proposing two to three alternative architectural approaches and verifying exact differences against platform examples.