mcpbeat

Implementation Approach

shinpr/implementation-approach

Implementation strategy selection framework. Use when planning implementation strategy, selecting development approach, or defining verification criteria.

2k tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
664
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/shinpr/claude-code-workflows --skill implementation-approach

The instruction itself

23 sections, as written by the author

Implementation Strategy Selection Framework (Meta-cognitive Approach)

Meta-cognitive Strategy Selection Process

Phase 1: Comprehensive Current State Analysis

Core Question: "What does the existing implementation look like?"

Analysis Framework
Architecture Analysis: Responsibility separation, data flow, dependencies, technical debt
Implementation Quality Assessment: Code quality, test coverage, performance, security
Historical Context Understanding: Current form rationale, past decision validity, constraint changes, requirement evolution
Meta-cognitive Question List
  • What is the true responsibility of this implementation?
  • Which parts are business essence and which derive from technical constraints?
  • What dependencies or implicit preconditions are unclear from the code?
  • What benefits and constraints does the current design bring?

Phase 2: Design Convergence

Complete these steps in order before selecting an implementation strategy:

  • Direct MVP: Describe the simplest end-to-end design that delivers the current required outcome using existing system capabilities. Explicit user requirements and confirmed decisions are binding; technical mechanisms framed as suggestions or options remain candidates unless confirmed as mandatory.
  • Failure Check: Test the Direct MVP against current requirements, verified constraints, observed problems within confirmed scope or dependencies required for the outcome, and evidence-backed material risks. Record only unmet items as Failed Items with their evidence; record None when all pass. Report problems outside that boundary separately for a scope decision.
  • Targeted Expansion: For each Failed Item, first test reuse, derivation from existing data, on-demand computation, or responsibility at the current caller or boundary within the existing design surface. When these fail, select the smallest sufficient addition. Record Adopted Additions as addition → Failed Item → evidence that lower-surface resolutions fail; an addition requires a Failed Item.
  • Subtraction Check: Temporarily remove each Adopted Addition and re-test its Failed Item. Keep the addition when the item becomes unmet again. Record options considered in step 3 but not adopted as Rejected Additions with a brief reason; record None when step 3 had no rejected candidate.

Classify supporting claims as observed, inferred, or unknown. When an unknown blocks the next step, stop at the current step and name the evidence or user decision required.

Design Doc output: Direct MVP, Failed Items, Adopted Additions, and Rejected Additions.

Phase 3: Strategy Exploration and Creation

Core Question: "When determining before → after, what implementation patterns or strategies should be referenced?"

Strategy Discovery Process
Direct Strategy: Smallest repository-supported change that satisfies the accepted requirements and constraints
Repository Alternatives: Existing patterns that materially differ in migration, dependency order, or verification boundary
External Research: Official/current sources only when repository evidence cannot resolve a time-sensitive capability, compatibility, or dependency decision
Reference Strategy Patterns

Legacy Handling Strategies:

  • Strangler Pattern: Gradual migration through phased replacement
  • Facade Pattern: Complexity hiding through unified interface
  • Adapter Pattern: Bridge with existing systems

New Development Strategies:

  • Feature-driven Development: Vertical implementation prioritizing user value
  • Foundation-driven Development: Foundation-first construction prioritizing stability
  • Risk-driven Development: Prioritize addressing maximum risk elements

Integration/Migration Strategies:

  • Proxy Pattern: Transparent feature extension
  • Decorator Pattern: Phased enhancement of existing features
  • Bridge Pattern: Flexibility through abstraction

Use these patterns only when their named migration or dependency problem exists. Start with the direct strategy. Compare an alternative when it would materially change risk, rollout, compatibility, or the early verification point; do not add a pattern or combination only to increase the option count.

Phase 4: Risk Assessment and Control

Core Question: "What risks arise when applying this to existing implementation, and what's the best way to control them?"

Risk Analysis Matrix
Technical Risks: System impact, data consistency, performance degradation, integration complexity
Operational Risks: Service availability, deployment downtime, process changes, rollback procedures
Project Risks: Schedule delays, learning costs, quality achievement, team coordination
Risk Control Strategies
Preventive Measures: Phased migration, parallel operation verification, integration/regression tests, monitoring setup
Incident Response: Rollback procedures, log/metrics preparation, communication system, service continuation procedures

Phase 5: Constraint Compatibility Verification

Core Question: "What are this project's constraints?"

Constraint Checklist
Technical Constraints: Library compatibility, resource capacity, mandatory requirements, numerical targets
Temporal Constraints: Deadlines/priorities, dependencies, milestones, learning periods
Resource Constraints: Team/skills, work hours/systems, budget, external contracts
Business Constraints: Market launch timing, customer impact, regulatory compliance

Phase 6: Implementation Approach Decision

Select the implementation approach that directly fits the verified dependency and delivery constraints:

Vertical Slice (Feature-driven)

Characteristics: Vertical implementation across all layers by feature unit

Application Conditions: Default when an end-to-end value unit can be delivered and verified independently. Sharing fewer than 2 data models or touching 3+ layers are supporting signals, not substitutes for independent deliverability

Verification Method: End-user value delivery at each feature completion

Horizontal Slice (Foundation-driven)

Characteristics: Phased construction by architecture layer

Application Conditions: Use when a common foundation blocks consumer work or must pass stability/compatibility verification before dependent slices can proceed. Three or more dependent features is a mandatory signal to evaluate this approach

Verification Method: Integrated operation verification when all foundation layers complete

Hybrid

Characteristics: Flexible combination according to project characteristics

Application Conditions: Use when a verified foundation step is required first and later work can proceed as independently verifiable value slices. Resolve blocking requirement ambiguity before selecting the implementation approach

Verification Method: Verify at appropriate L1/L2/L3 levels according to each phase's goals

Phase 7: Decision Rationale Documentation

Design Doc Documentation: Record in the Design Doc's implementation approach section:

  • Selected strategy name and characteristics
  • A materially different alternative and reason for rejection, when one was compared
  • Risk mitigation plan (from Phase 4)
  • Constraint compliance summary (from Phase 5)
  • Verification level (L1/L2/L3) and integration point definition

Verification Level Definitions

Priority for completion verification of each task:

  • L1: Functional Operation Verification - Operates as end-user feature (e.g., search executable)
  • L2: Test Operation Verification - New tests added and passing
  • L3: Build Success Verification - Code builds/runs without errors

Priority: L1 > L2 > L3 in order of verifiability importance

Integration Point Definitions

Define integration points according to selected strategy:

  • Strangler-based: When switching between old and new systems for each feature
  • Feature-driven: When users can actually use the feature
  • Foundation-driven: When all architecture layers are ready and E2E tests pass
  • Hybrid: When individual goals defined for each phase are achieved

Quality Checks

  • Confirm Phase 1 identifies the current responsibility, dependency path, and historical constraints before selecting a strategy
  • Confirm Phase 2 records all four Design Convergence outputs, evidence for every Failed Item, and each Adopted Addition's Failed Item mapping, lower-surface insufficiency rationale, and subtraction result
  • Confirm Phase 4 records the material risks and concrete controls before implementation starts
  • Confirm Phase 5 checks the constraints that can change strategy selection; mark non-applicable categories explicitly rather than inventing content
  • Confirm Phase 7 records the selected strategy, any materially different alternative, and the early verification point

Guidelines for Meta-cognitive Execution

  • Leverage Known Patterns: Use a pattern when its problem and trade-off match the observed repository state
  • Conditional External Research: Use official/current sources when a time-sensitive capability, compatibility, or dependency decision remains unresolved after repository inspection
  • Apply 5 Whys: Pursue root causes to grasp essence
  • Multi-perspective Evaluation: Evaluate current state, convergence, risk, and constraints before selecting the implementation approach

How to use it

Copy the folder

Take shinpr/implementation-approach from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.