KeiSeiKit-1.0/skills/competitor-analysis/SKILL.md
Parfii-bot 036bc6a52e docs: SKILL.md triggers + STATUS-TRUTH footer + phase placeholders
Group G — markdown tech-debt cleanup (post-audit 2026-05-02).

- 36 SKILL.md files: added "## When to use" section. Was missing across the
  catalog; orchestrator routing by keyword could not auto-dispatch.

- 20 code-implementer agent .md files: added Output Footer block prescribing
  RULE 0.16 STATUS-TRUTH MARKER schema in agent's final report. Previously only
  code-implementer-rust.md had it; other 27 language/role variants were silent
  about the marker, breaking RULE 0.16 §3 status-truth aggregation for non-Rust
  batches.

- skills/site-create/: added phase-5-preview.md and phase-6-deploy.md skeleton
  files. SKILL.md table-of-contents referenced 7 phases; only 5 existed on disk.

- skills/{ai-animation,rag-pipeline}/skill.md: added migration banner comment
  noting they should be SKILL.md (canonical filename). Case-rename via git is a
  separate orchestrator task (macOS APFS is case-insensitive; Linux deploy needs
  explicit rename).

- 3 deprecated skills (site-builder, competitor-analysis, design-inspiration):
  added concrete removed-after dates (was vague "before v2").

- docs/CONVERGENCE-PLAN.md:129: TBD on _blocks/evidence-grading.md duplicate
  resolved (file exists, not duplicated).

- docs/DNA-INDEX.md: count edits made then overwritten by auto-encyclopedia-refresh
  hook during agent run. The .kei-registry-ignore files in test fixtures (Group F)
  are the structural fix; kei-registry walker implementation is the follow-up.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-02 21:41:41 +08:00

1.5 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. removed-after: v0.20.0 (~2026-08-01)

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