open-questions

Consolidate open questions, user goals, and blockers into a dashboard.

5|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/zkysar1/Claude-Mind --skill open-questions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: open-questions
Source: https://github.com/zkysar1/Claude-Mind/tree/main/.claude/skills/open-questions
Command: npx skills add https://github.com/zkysar1/Claude-Mind --skill open-questions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Show open questions, user-assigned goals, and blocked goals — user dashboard in a single view to reduce oversight and context-switching.

Core Features & Use Cases

  • Consolidates pending questions, user goals, and blockers for a quick status check
  • Groups blockers by reason to help identify bottlenecks and required actions
  • Works across different agent states to support ongoing collaboration with the user

Quick Start

Query the current session to display open questions, user goals, and blockers for the active user.

Frequently Asked Questions about open-questions

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

FAQPage Schema
How do I view all open questions and blocked goals in a single dashboard?

You can view open questions and blocked goals by querying your current session to load a consolidated user dashboard, which surfaces pending items, active goals, and blockers grouped by reason.

What is the best way to track blocked goals and identify bottlenecks?

The best way to track blocked goals is to group blockers by reason within a consolidated dashboard. This helps identify bottlenecks and required actions by displaying all pending blockers alongside open questions and active goals.

Can I check pending user goals across different agent states?

Yes, you can check pending user goals across RUNNING, IDLE, and UNINITIALIZED agent states. The dashboard applies across all states to support ongoing collaboration and present pending questions, goals, and blockers.

Does goal-tracking work without external dependencies?

Yes, goal-tracking works without external dependencies. The skill uses a Markdown body loaded into context during activation, requiring only a YAML frontmatter with name and description to function properly.

Why does my task-management dashboard show context-loading issues?

Context-loading issues occur because the skill activates by loading a Markdown body into context alongside optional resources directories. If these directories containing scripts, references, or assets are missing, on-demand loading may fail.