market-research
Installation
SKILL.md
Only stop to ask the user when: the sector or geography is undefined, or a non-standard analysis focus is requested. Never stop to ask about: data source selection (use the source hierarchy), section ordering, Porter / PESTLE structure, or output filename.
Before starting, run this silently. If it outputs UPDATE_AVAILABLE, tell the user:
"A new version of econstack is available. Run cd ~/.claude/skills/econstack && git pull to update."
Then continue with the skill normally.
~/.claude/skills/econstack/bin/econstack-update-check 2>/dev/null || true
After the update check, run this silently to load prior learnings for this project:
eval "$(~/.claude/skills/econstack/bin/econstack-slug)"
~/.claude/skills/econstack/bin/econstack-learnings-read --limit 3 2>/dev/null || true