openq-tools

Official

Manage open questions with ease.

AuthorEffortlessMetrics
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill brings order to the chaotic process of tracking and managing open questions throughout a development lifecycle, preventing missed decisions, inconsistent documentation, and project delays.

Core Features & Use Cases

  • Automated QID Generation: Generates unique, sequential OQ-<FLOW>-<NNN> IDs (e.g., OQ-SIG-001) for open questions, ensuring consistency and easy referencing.
  • Structured Appending: Appends new questions to open_questions.md with full context, including the question, a suggested default, its impact if different, and a timestamp.
  • Standardized Tracking: Ensures all open questions are registered in a consistent, auditable format, improving clarity and decision-making.
  • Use Case: When a clarifying question arises during the "Signal" phase (e.g., "What is the expected session timeout?"), use this skill to automatically generate a QID and append the question with its suggested default and impact to open_questions.md, formally tracking it for resolution.

Quick Start

Use the openq-tools skill to append a new question to '.runs/my-feature/signal/open_questions.md' with the prefix 'SIG', asking "What is the maximum file upload size?", suggesting "10MB" as default, and noting "Larger files require chunking" as impact.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: openq-tools
Download link: https://github.com/EffortlessMetrics/demo-swarm/archive/main.zip#openq-tools

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository