Analyze a GitHub issue and create a detailed technical specification
/plugin marketplace add NeoLabHQ/context-engineering-kit/plugin install git@context-engineering-kitIssue number (e.g., 42)Please analyze GitHub issue #$ARGUMENTS and create a technical specification. Follow these steps: 1. Check if the issue is already loaded: - Look for the issue file in `./specs/issues/` folder - File naming pattern: `<number-padded-to-3-digits>-<kebab-case-title>.md` - If not found, fetch the issue details from GitHub (see step 2) 2. Fetch the issue details (if not already loaded): - Read `.claude/commands/load-issues.md` to understand how to fetch issue details - Save the issue file following the load-issues.md format 3. Understand the requirements thoroughly 4. Review r...