This skill should be used when running competitive intelligence scans and market research reports against tracked competitors. It produces a structured knowledge-base report.
From soleurnpx claudepluginhub jikig-ai/soleur --plugin soleurThis skill uses the workspace's default tool permissions.
Run a competitive intelligence scan producing a structured report at knowledge-base/product/competitive-intelligence.md.
If arguments are present (non-empty):
--tiers, extract the comma-separated tier list.If no arguments, proceed to Step 2.
Use AskUserQuestion to select tiers:
Spawn the competitive-intelligence agent via Task tool:
Task competitive-intelligence: "Run a competitive intelligence scan for tiers <TIERS>. Research each competitor in the specified tiers, read brand-guide.md and business-validation.md for positioning context, and write the report to knowledge-base/product/competitive-intelligence.md."
After the agent completes:
The scheduled-competitive-analysis.yml workflow runs this skill monthly via claude-code-action. The agent's prompt includes instructions to commit and push the report to main after creating the audit trail issue. The push must happen inside the agent (not a separate workflow step) because: (1) claude-code-action revokes the App installation token in its post-step cleanup, and (2) the Claude App is a bypass actor on the CLA Required ruleset, so only pushes under its identity succeed. The GitHub Issue is still created as an audit trail.