Research Questions
sdd_researchTakes an array of research questions and generates a RESEARCH.md file with structured entries including question, findings placeholder, sources, recommendation, and status, then writes it to the feature directory.
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 |