questions

Resolve open milestone questions by updating open-questions.md interactively.

77|5|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/lee-to/hlv --skill questions-lee-to
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: questions
Source: https://github.com/lee-to/hlv/tree/main/skills/questions
Command: npx skills add https://github.com/lee-to/hlv --skill questions-lee-to

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Open questions block the /verify workflow; this skill guides you through each unresolved item, provides a concrete recommendation, prompts for a decision, and updates the questions file accordingly.

Core Features & Use Cases

  • One-question-at-a-time interactive resolution: walks through each open question, offers a recommendation based on project context, and records the user's answer.
  • Real-time provenance and updates: updates open-questions.md after every decision, ensuring traceability for /generate and contract changes.
  • Role-based guidance and constraints: enforces the stepwise UX rules, and helps keep work aligned with milestones and contracts.

Quick Start

Start the interactive session after /generate, resolve the first unresolved question, and update the open-questions.md before proceeding to the next.

Frequently Asked Questions about questions

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

FAQPage Schema
How do I resolve open questions in project milestones interactively?

To resolve open questions interactively, the skill reads project.yaml and milestone data, then guides you through each unresolved item one by one with a recommendation and updates the file after every decision.

What's the best way to manage open questions blocking project verification?

Managing open questions blocking verification involves walking through each unresolved item, receiving a recommendation based on project context, and recording your decision to trace changes for downstream generation.

How does the open-questions.md file update during the decision flow?

The open-questions.md file updates in real time after every decision, ensuring traceability for contract generation and immediate persistence of your answers.

Can I use this interactive QA workflow with project.yaml and milestones data?

Yes, this interactive QA workflow reads project.yaml and loads open-questions.md directly from your milestone directories to enforce stepwise UX rules and role-based constraints.

Do I need to run /generate before resolving unresolved project questions?

You should start the interactive session after /generate, resolve the first unresolved question, and update the open-questions.md before proceeding to the next milestone item.

When do open questions block the /verify workflow in project management?

Open questions block the /verify workflow when unresolved items exist in milestone directories, requiring stepwise interactive resolution to provide concrete recommendations and record decisions.