Loading...
Loading...
Cross-platform landscape scan before planning or implementation. Researches context, workarounds, existing solutions, and structural gaps, then writes reusable survey artifacts for OMC, OMX, OHMG, and general agent workflows.
npx skill4agent add supercent-io/skills-template surveyKeyword:| Platforms: OMC / OMX / OHMG / Claude Code / Codex CLI / Gemini CLI / OpenCodesurveySurvey the landscape before planning, coding, or committing to a direction.
/planjeoralph.survey/{slug}/
├── triage.md
├── context.md
├── solutions.md
└── platform-map.md # optional; required for agent/tooling/platform topicstriage.mdcontext.mdsolutions.mdplatform-map.mdsettingsruleshookssettingsruleshookssurvey_profile:
settings:
search_language: English
output_language: user-language
max_searches_per_lane: 8-10
save_root: .survey
rules:
- facts_only
- no_code_generation
- ask_max_2_triage_questions
- dedupe_solution_names
- include_source_links
hooks:
pre_research:
- normalize_topic
- choose_platform_adapter
post_lane:
- merge_notes
- record_sources
post_run:
- write_summary
- suggest_next_skill| Platform | Preferred execution shape | Notes |
|---|---|---|
| OMC / Claude Code | 4 parallel research agents. Prefer research-oriented specialist agents when available; otherwise use general-purpose agents with web search. | Keep artifacts in |
| OMX / Codex CLI | Use | Translate vendor config into |
| OHMG / Gemini / Antigravity | Use Workflow Guide + PM/research-capable agents or equivalent parallel lanes. | Preserve the same 4-lane structure and shared artifact names. |
| OpenCode / fallback | Use generic web-capable agents in parallel. | Do not block on missing specialized agent names. |
whatwhowhywhatwhowhy.survey/{slug}/triage.md# Triage
- Problem: {what}
- Audience: {who}
- Why now: {why}## Workflow Context## Affected Users## Current Workarounds## Adjacent Problems## User Voices## Solutions## Frequency Ranking## Categories## Curated Sources## What People Actually Use## Common Workarounds## Pain Points With Current Solutions## Sources## Settings## Rules## Hooks## Platform Gapscontext.md# Context: {project name}
## Workflow Context
{when and where the problem shows up}
## Affected Users
| Role | Responsibility | Skill Level |
|------|----------------|-------------|
{rows}
## Current Workarounds
{numbered list with limitations}
## Adjacent Problems
{lettered or bulleted list}
## User Voices
{quotes with source links}solutions.md# Solution Landscape: {project name}
## Solution List
| Name | Approach | Strengths | Weaknesses | Notes |
|------|----------|-----------|------------|-------|
{deduplicated list}
## Categories
{grouped by category}
## What People Actually Use
{behavior summary}
## Frequency Ranking
{most mentioned solutions}
## Key Gaps
{structural gaps not covered today}
## Contradictions
{marketed claims vs user reality}
## Key Insight
{1 paragraph}platform-map.md# Platform Map: {project name}
## Settings
| Concern | Claude | Codex | Gemini | Common Layer |
|---------|--------|-------|--------|--------------|
{rows}
## Rules
| Concern | Claude / OMC | Codex / OMX | Gemini / OHMG | Common Layer |
|---------|---------------|-------------|---------------|--------------|
{rows}
## Hooks
| Lifecycle | Claude | Codex | Gemini | Common Layer |
|-----------|--------|-------|--------|--------------|
{rows}
## Platform Gaps
{where abstractions do not align cleanly}## Survey complete: {slug}
### Context
- {1-2 sentence summary}
- Main workaround: {most common workaround}
### Solution Landscape
- {N} solutions across {M} categories
- Key insight: {one sentence}
- Key gap: {one sentence}
### Files
- `.survey/{slug}/triage.md`
- `.survey/{slug}/context.md`
- `.survey/{slug}/solutions.md`
- `.survey/{slug}/platform-map.md` # if created| Action | Instruction |
|---|---|
| Start a survey | |
| Reuse existing results | Check |
| Search strategy | Search in English, write in the user's language |
| Parallel lanes | Context + Solutions + Behavior + Alternatives/Platform Map |
| Next step after survey | |
what / who / whycontext.mdsolutions.mdplatform-map.md