implementation-approach
FeaturedImplementation strategy selection framework. Use when planning implementation strategy, selecting development approach, or defining verification criteria.
Install
Quality Score: 91/100
Skill Content
Details
- Author
- shinpr
- Repository
- shinpr/claude-code-workflows
- Created
- 10 months ago
- Last Updated
- 2 weeks ago
- Language
- JavaScript
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
implementation-approach
実装戦略(垂直スライス、水平、ハイブリッド)をリスク評価で選択。機能の実装計画時に使用。
strategic-analysis
Use when the user must CHOOSE between two or more named approaches, technologies, or design decisions before committing. Compares options with explicit trade-off tables and a recommendation. Trigger on "X or Y", "should we use A or B", "compare approaches", "trade-offs", "pros and cons", "which is better", "what do you recommend", "I'm torn between", "the team is split on", "I need to decide between", "keep X or switch to Y", "evaluate options for", "monorepo vs separate repos", "REST vs GraphQL". DECIDES between named alternatives with trade-off analysis — not for sizing complexity (use complexity-assessment), not for code review (use code-review-guide), not for creating plans, not for searching existing code (use codebase-scan).
implementation-plan
Write an implementation plan that leads with the decisions the user is most likely to change, and buries the mechanical work at the bottom. Use when planning is requested before a build, especially after brainstorming or an interview.