answer-collector

Collect and validate product assessment responses into structured JSON with computed fields.

25|2|Updated Oct 26, 2025
One-click install
npx skills add https://github.com/matteocervelli/llms --skill answer-collector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: answer-collector
Source: https://github.com/matteocervelli/llms/tree/main/.claude/skills/answer-collector
Command: npx skills add https://github.com/matteocervelli/llms --skill answer-collector

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Structure, validate, and track product assessments in JSON to support GO/NO-GO decisions and audit trails.

Core Features & Use Cases

  • Incremental JSON assembly with metadata and 17 questions
  • Validation rules and completion tracking
  • GO/NO-GO decision support and status indicators
  • Storing assessments for auditing and collaboration

Quick Start

Initialize with metadata.product_name, then answer questions 1–4, 5–8, 9–13, and 14–17, updating and validating progress.

Frequently Asked Questions about answer-collector

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

FAQPage Schema
How do I structure product assessments in JSON format?

Product assessments in JSON use a schema with metadata (product_name, timestamps in ISO 8601 format), 17 questions organized into WHY, WHO, WHAT, and GO/NO-GO sections, and computed fields like answered_questions and completion_percentage. You build the JSON incrementally, validating required fields as you progress.

Can I use JSON assessment tracking for go/no-go product decisions?

Yes. The assessment schema supports GO/NO-GO decision logic with a computed go_no_go_result field, enabling teams to evaluate new product ideas systematically, document their reasoning across all four sections, and maintain audit trails for collaboration and future reference.

How do I validate product assessment data as my team answers questions?

Validation rules enforce required metadata (product_name, ISO 8601 timestamps) and track completion status through answered_questions and completion_percentage fields. The schema validates incrementally as responses are collected across the 17-question assessment, catching missing or malformed data before finalization.

What's the best way to collect product feedback from multiple team members in a structured format?

Use incremental JSON assembly to gather responses progressively from team members across WHY, WHO, WHAT, and GO/NO-GO sections. The schema maintains consistent structure and validation, allowing multiple contributors to input answers while preserving metadata and computing real-time completion metrics.

How do I track product assessment completion and progress?

Computed fields answered_questions and completion_percentage automatically reflect progress as responses are added to the JSON. This enables teams to see at a glance how many of the 17 questions have been answered and monitor incremental completion across assessment phases.