Start the complete development workflow from a GitHub Issue number
sonnetgithub/# Start From Issue You are tasked with orchestrating the research → plan workflow automatically starting from a GitHub Issue number. ## Initial Response When invoked with an issue number: 1. **Read the GitHub Issue** using `gh issue view --json` 2. **Assess current state** - check if research/plan already exists 3. **Determine workflow path** - what steps are needed? 4. **Automatically execute** the required steps If no issue number provided, ask for one. ## Process ### Step 1: Detect Documentation Paths Before checking for existing documents, detect the project's documentation st...