0 Implement Implementation Phase Skill for OpenSpec Workflow#100
Merged
Conversation
- Creates implement-ticket skill at .claude/skills/implement-ticket/SKILL.md - Nine-phase implementation guidance workflow - Fetches planning context from GitHub issue and planning PR - Reads OpenSpec planning files (proposal, design, tasks, specs) from planning branch - Displays complete implementation plan to developer - Guides implementation work with task tracking - Orchestrates changelog-driven implementation PR creation - Invokes create-changelog skill to analyze implementation changes - Invokes open-pull-request skill to create implementation PR - Completes two-phase ticket workflow (planning + implementation) Integration: - GitHub MCP for issue and PR operations - Reuses create-changelog and open-pull-request skills - Follows TORQ conventions and OpenSpec patterns Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
- Added implement-ticket skill entry to CHANGELOG.md (version 6.2.0) - Updated package.json version from 6.1.1 to 6.2.0 - Changelog documents new skill's integration with OpenSpec workflow Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
✅ Deploy Preview for torqapi canceled.
|
✅ Deploy Preview for torqui canceled.
|
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.
Changelog
0 Implement Implementation Phase Skill for OpenSpec Workflow
Added