Create Pull Request Payload
sdd_create_prGenerate a pull request payload from specification and task documents. Includes spec summary, requirements covered, and task progress to streamline PR creation.
Instructions
Generates a pull request payload from SPECIFICATION.md and TASKS.md with spec summary, requirements covered, and task progress. Returns routing_instructions for GitHub MCP's create_pull_request tool.
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 |
| base_branch | No | Target branch for the PR | main |
| head_branch | No | Source branch for the PR. Auto-generated from feature number if omitted | |
| draft | No | Create as draft PR |