| name | gz-competitor-radar |
| description | Run a monthly B+ competitor-discovery radar for spec-driven and agent-workflow tools, render JSON-governed reports, grill suggested gzkit moves, and route approved opportunities without unattended governance mutation. |
| compatibility | Project-local skill contract. |
| category | agent-operations |
| metadata | {"skill-version":"1.0.1","govzero-framework-version":"v6","govzero-author":"gzkit-governance","govzero_layer":"Layer 1 - Evidence Gathering"} |
| lifecycle_state | active |
| owner | gzkit-governance |
| last_reviewed | "2026-07-25T00:00:00.000Z" |
| model | opus |
gz-competitor-radar
Monthly competitor radar for spec-driven development, agent skills, executable
spec ecosystems, and adjacent workflow tools.
Posture
- Discovery: B+. Scan the seeded registry and actively discover new
candidates. Admit new candidates only when the scan cites evidence and names a
gzkit-relevant strength, rejection, or route.
- Execution: B-. The report may recommend ADR/GHI/pool moves, but it does
not mutate governance artifacts. It opens a grill/design discussion first.
- Report structure: C. Render both product snapshots and strength-pattern
maps. Products show trajectory; patterns prevent copying brands.
- Source of truth.
artifacts/reports/competitor-radar/registry.json and
monthly scan JSON files govern the Markdown. Markdown reports under
artifacts/reports/competitor-radar/ are generated projections and must not
be hand-edited.
- Portability. Deterministic scripts live with this skill under
scripts/, per Agent Skills packaging guidance.
When To Use
- Monthly competitor/status scan.
- Ad-hoc scan when a new comparator appears.
- Before deciding whether competitor strengths warrant a new pool ADR, existing
pool update, active ADR amendment, GHI, or explicit rejection.
- When the operator asks to grill competitor-derived recommendations.
Workflow
-
Refresh sources. Browse current official sources first: project homepage,
repository, docs, release notes, marketplace entry, and credible radar-style
commentary. Do not rely on memory.
-
Update scan JSON. Write findings to
artifacts/reports/competitor-radar/scans/YYYY-MM.json. The agent authors
this JSON from evidence and from grill answers. The operator does not edit
JSON or Markdown.
-
Render reports.
uv run python .gzkit/skills/gz-competitor-radar/scripts/radar.py render
-
Validate JSON and generated Markdown.
uv run python .gzkit/skills/gz-competitor-radar/scripts/radar.py validate
-
Open the grill discussion. For each suggested move, ask one question at a
time, recommend an answer, and walk the decision tree. Record answers back
into the scan JSON, rerender, and revalidate.
-
Route only after decisions. Approved outcomes may update pool ADRs, file
GHIs, or start design/promotion work. Rejections are recorded explicitly.
Grill Discipline
For every suggested move, ask:
- Are we copying a product or absorbing a mechanism?
- What evidence proves the strength or trajectory changed?
- Are we chasing fashion?
- Is this foundation intent, feature capability, pool backlog, GHI, or reject?
- Which gzkit invariant must not weaken?
- What mechanical witness would make this safe?
- What is the recommended route?
Ask one question at a time. Prefer a recommended answer with tradeoffs. If the
answer is discoverable from repo state or source evidence, gather it instead of
asking the operator to type it.
Scripts
All scripts are stdlib Python and portable with the skill:
uv run python .gzkit/skills/gz-competitor-radar/scripts/new_scan.py --month YYYY-MM
uv run python .gzkit/skills/gz-competitor-radar/scripts/render_report.py
uv run python .gzkit/skills/gz-competitor-radar/scripts/validate_registry.py
uv run python .gzkit/skills/gz-competitor-radar/scripts/validate_report.py
The wrapper scripts delegate to scripts/radar.py.
Data Contract
Registry source:
artifacts/reports/competitor-radar/registry.json
Monthly scan source:
artifacts/reports/competitor-radar/scans/YYYY-MM.json
Generated reports:
artifacts/reports/competitor-radar/index.md
artifacts/reports/competitor-radar/YYYY-MM.md
Validation compares rendered Markdown byte-for-byte against the JSON source. If
the Markdown differs, edit the JSON or the renderer, rerender, and revalidate.
References
references/registry.schema.json — registry shape.
references/scan.schema.json — monthly scan shape.
references/report-template.md — report section contract.
references/grill-questions.md — grill question bank.
Related Skills
gz-design
gz-adr-evaluate
gz-justify
ghi-author
gz-agent-sync