feat: add Issue creation from plan and enhanced PR linking#7
Merged
Conversation
Commands: - New: /github:create-issue-from-plan - converts plan to Issue with checklist - Enhanced: /github:create-pr - extracts plan info and links research files Changes: - Update create-pr to extract plan file information - Link plan file and research files in PR body - Generate PR title with type from plan metadata - Extract Implementation Plan phases for Review Focus section - Update plan frontmatter with Issue number after creation - Commit Issue linkage back to plan file This completes the Plan → Issue → PR traceability chain.
- Bump version from 1.2.1 to 1.3.0 (minor version for new features) - Update package.json and plugin.json manifests - Document new /github:create-issue-from-plan command in CHANGELOG - Document /create-pr enhancements for plan extraction and linking
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds complete Plan → Issue → PR integration:
Changes
New Command:
/github:create-issue-from-plan plans/file.mdissue: 123Enhanced
/github:create-pr:Implementation Details
Plan → Issue Conversion:
PR Enhancement:
See plans/file.md for full design<type>: #<issue> - TitleCloses #<number>Review Focus
Files to review:
commands/create-issue-from-plan.md- New command (119 lines)commands/create-pr.md- Enhanced with plan extraction (33 line changes)Key architectural decision:
References
Completes the workflow integration started in sdlc-plugin changes