Research Questions
sdd_researchGenerates a structured RESEARCH.md file from research questions, including placeholders for findings, sources, and recommendations, to track feature research.
Instructions
Takes an array of research questions, generates RESEARCH.md with structured entries (question, findings placeholder, sources, recommendation, status), and writes it to the feature directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feature_number | No | Feature number (zero-padded, e.g. '001') | 001 |
| spec_dir | No | Spec directory path (relative to workspace root) | .specs |
| questions | Yes | Array of research questions to investigate and resolve |