KeiSeiKit-1.0/skills/competitor-analysis/SKILL.md
Parfii-bot 1afb4bafa3 feat(convergence/u1): shared blocks + 3 skill deprecations + /animate gateway
Pre-unlock wave U1. Non-breaking DRY refactor per CONVERGENCE-PLAN tasks 1/2/4/5/6.

Created (5 files):
- _blocks/pipeline-5phase-template.md (54 LOC) — shared preamble for
  ci-scaffold / auth-setup / observability-setup / docs-scaffold /
  schema-design
- _blocks/rule-pure-click-contract.md (42 LOC) — AskUserQuestion
  contract referenced across 5+ skills
- skills/animate/SKILL.md (67 LOC) — gateway router; AskUserQuestion
  picks scroll / motion / web-effects / ai-animation, hands off to
  picked skill
- skills/competitor-analysis/SKILL.md (35 LOC) — redirect stub to
  /research --angle=competitors (did not exist; stub documents the
  preset path per RULE -1 Constructive)
- skills/design-inspiration/SKILL.md (38 LOC) — same pattern,
  --angle=design-refs

Deprecation headers added (3 skills):
- skills/site-builder/SKILL.md → "use /site-create" (subset)
- skills/competitor-analysis/SKILL.md → preset stub
- skills/design-inspiration/SKILL.md → preset stub

Reference blocks added (5 pipeline skills):
- skills/ci-scaffold, auth-setup, observability-setup, docs-scaffold,
  schema-design — each +4 LOC pointer to pipeline-5phase-template.md
- skills/research — +18 LOC --angle presets table

LOC saved via shared blocks: ~96

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-23 03:43:40 +08:00

1.4 KiB

name description argument-hint
competitor-analysis Deprecated alias for /research with the competitors angle preset. Routes to /research Phase-5 verification wave focused on competitor mapping, architecture analysis, and market positioning. <topic or market, e.g. "Rust web frameworks">

/competitor-analysis — Deprecated Alias

[DEPRECATED — v0.17+] Available as a preset: /research --angle=competitors. This standalone skill remains for backwards compatibility.

What this routes to

This skill is a Phase-5 specialization of /research (see skills/research/SKILL.md). When invoked, it immediately hands off to /research with the competitors angle preselected, which runs:

  • practical teammate → Find ALL competitors (not only the obvious ones). Check market map, Crunchbase, ProductHunt, G2/Capterra. Who launched in the last 6 months? Who died? Who pivoted?
  • arch-analyst teammate → For each competitor: tech stack, architectural patterns, API design, infra, open-source components. Weak points. What's hard to replicate (moat).
  • trends teammate → Where is the market moving? Hype cycle. Regulation. Timing — too early or too late?

Hand-off

=== /COMPETITOR-ANALYSIS ROUTE ===
Intake: <arguments>
Next:   /research --angle=competitors <arguments>

References

  • skills/research/SKILL.md — full 8-phase flow
  • docs/CONVERGENCE-PLAN.md §Pre-unlock quick wins #5