Add implement-code and plan-design skills#4854
Conversation
These skills provide structured workflows for feature design and implementation using Claude Code subagents, TDD, and verification gates. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Large PR Detected
This PR exceeds 1000 lines of changes and requires justification before it can be reviewed.
How to unblock this PR:
Add a section to your PR description with the following format:
## Large PR Justification
[Explain why this PR must be large, such as:]
- Generated code that cannot be split
- Large refactoring that must be atomic
- Multiple related changes that would break if separated
- Migration or data transformationAlternative:
Consider splitting this PR into smaller, focused changes (< 1000 lines each) for easier review and reduced risk.
See our Contributing Guidelines for more details.
This review will be automatically dismissed once you add the justification section.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4854 +/- ##
=======================================
Coverage 69.06% 69.06%
=======================================
Files 530 530
Lines 55127 55127
=======================================
Hits 38071 38071
Misses 14128 14128
Partials 2928 2928 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Large PR justification has been provided. Thank you!
|
✅ Large PR justification has been provided. The size review has been dismissed and this PR can now proceed with normal review. |
|
Closing, put it in stacklok plugins instead as its not toolhive specific |
Summary
Adds two Claude Code skills that were previously only available locally (blocked by global ~/.gitignore). These skills provide structured workflows for feature design (
/plan-design) and implementation (/implement-code) using subagents, TDD, and verification gates.Type of change
Test plan
Large PR Justification
🤖 Generated with Claude Code