askill
explore-approach

explore-approachSafety 90Repository

Prototype and explore technical approaches. Use when (1) multiple valid technical approaches exist, (2) performance characteristics unknown, (3) implementation path unclear, (4) need evidence-based technical recommendation.

1 stars
1.2k downloads
Updated 2/8/2026

Package Files

Loading files...
SKILL.md

๐Ÿ”” ์‹œ์Šคํ…œ ๋ฉ”์‹œ์ง€: ์ด Skill์ด ํ˜ธ์ถœ๋˜๋ฉด [SEMO] Skill: explore-approach ํ˜ธ์ถœ - {์ฃผ์ œ} ์‹œ์Šคํ…œ ๋ฉ”์‹œ์ง€๋ฅผ ์ฒซ ์ค„์— ์ถœ๋ ฅํ•˜์„ธ์š”.

explore-approach Skill

Purpose: Systematic technical exploration and evidence-based recommendation

When to Use

Agents should invoke this skill when:

  • Multiple valid technical approaches exist
  • Performance characteristics unknown
  • Integration complexity unclear
  • New technology/library evaluation needed
  • plan.md indicates technical uncertainty

Quick Start

1. Create Spike Branch

git checkout -b spike/[topic-name]

2. Define Approaches (2-3)

Evaluation criteria:

  • Performance (latency, throughput, resources)
  • Complexity (LOC, learning curve)
  • Maintainability (docs, community)
  • Integration (stack compatibility)

3. Implement & Measure

  • Time-box each prototype (1-2 hours max)
  • Create spike-prototypes/[approach-name] directories
  • Measure: setup time, LOC, dependencies, performance

4. Document Findings

Create docs/spikes/[topic-name].md with recommendation

Usage

skill: spike("realtime-tech-evaluation");
skill: spike("state-management", { focus: "performance" });
skill: spike("image-optimization", { quick: true });

Critical Rules

  1. Spike Branches are Temporary: NEVER merge to main
  2. Prototype, Don't Perfect: Minimal viable implementation
  3. Measure Everything: Metrics mandatory
  4. Evidence-Based Recommendations: NEVER recommend without data
  5. Document for Future: Spike docs are permanent

Common Scenarios

ScenarioApproachesDuration
Real-timeWebSocket vs SSE vs Polling2-3 hours
State ManagementZustand vs Jotai vs Redux1-2 hours
Image Optimizationnext/image vs Cloudinary2-3 hours
AuthenticationNextAuth vs Supabase Auth3-4 hours

Related Skills

  • spec - Use recommendation in specification
  • implement - Implement recommended approach
  • verify - Validate implementation

References

For detailed documentation, see:

Install

Download ZIP
Requires askill CLI v1.0+โ–ถ

AI Quality Score

78/100Analyzed 2/24/2026

Well-structured technical exploration skill with clear purpose, when-to-use guidance, and actionable steps. Excellent actionability and reusability for spike methodology. Slightly reduced completeness due to dependency on external internal docs and mismatched tags. Minor content quality issue: Korean system message text leaked into the document. The dedicated skills folder structure and internal references indicate this is an internal tool, slightly reducing generalizability."

90
80
85
60
85

Metadata

Licenseunknown
Version-
Updated2/8/2026
Publishersemicolon-devteam

Tags

github-actionsobservabilitysecurity