Research Questions
sdd_researchTransforms a list of research questions into a structured RESEARCH.md file with entries for findings, sources, recommendations, and status.
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 |
|---|---|---|---|
| spec_dir | No | Spec directory path (relative to workspace root) | .specs |
| questions | Yes | Array of research questions to investigate and resolve | |
| feature_number | No | Feature number (zero-padded, e.g. '001') | 001 |