← Back to list

discoverytech-landscape
by edwardmonteiro
Make Claude Skills work in other agents like Codex by adding the missing piece: a small enumerator script.
⭐ 0🍴 1📅 Dec 23, 2025
SKILL.md
name: discovery.tech_landscape phase: discovery roles:
- Engineering Lead
- Solution Architect
description: Assess technical patterns, integrations, and constraints in the domain to inform feasibility and strategy.
variables:
required:
- name: domain description: Product or problem domain to investigate.
- name: constraints description: Compliance, performance, or architectural constraints that must be respected. optional:
- name: existing_stack description: Summary of current systems or technologies in place.
- name: partnership_targets description: Potential vendors or platforms to evaluate for integration. outputs:
- Overview of domain-specific architectural trends.
- Integration and dependency analysis with risk ratings.
- Recommendation backlog for spikes or proof-of-concepts.
Purpose
Help engineering leadership quickly synthesize domain research into actionable technical exploration tasks during discovery.
Pre-run Checklist
- ✅ Align with security, platform, and data stakeholders on non-negotiable constraints.
- ✅ Gather existing architecture diagrams and system inventories.
- ✅ Clarify the decision timeline for selecting technologies.
Invocation Guidance
codex skills run discovery.tech_landscape \
--vars "domain={{domain}}" \
"constraints={{constraints}}" \
"existing_stack={{existing_stack}}" \
"partnership_targets={{partnership_targets}}"
Recommended Input Attachments
- Current architecture diagrams.
- Procurement or compliance requirements.
- Vendor documentation links.
Claude Workflow Outline
- Outline the domain context and key constraints.
- Summarize prevailing architecture patterns, tooling, and best practices.
- Evaluate integration options, highlighting trade-offs and implementation complexity.
- Flag high-risk areas requiring spikes or proof-of-concepts.
- Produce a recommended investigation backlog with owners and timelines.
Output Template
## Domain Overview
...
## Architecture & Pattern Insights
- Trend:
- Impact:
## Integration Considerations
| Option | Benefits | Risks | Effort | Recommendation |
| --- | --- | --- | --- | --- |
## Recommended Spikes
1. Spike Title — Owner (Timeline)
- Goal:
- Deliverables:
Follow-up Actions
- Create engineering exploration tickets based on recommended spikes.
- Socialize findings with the product trio to refine scope and timeline.
- Update the architectural decision log once selections are made.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon