feat: add industry-landscape-research skill (8-step methodology)#336
Open
AaronAust1n wants to merge 1 commit into
Open
feat: add industry-landscape-research skill (8-step methodology)#336AaronAust1n wants to merge 1 commit into
AaronAust1n wants to merge 1 commit into
Conversation
Add comprehensive 8-step industry research methodology skill for PilotDeck. Covers: research charter, track decomposition, 3-round search + multi-iteration, company profiling, valuation tracking, coverage audit, analysis frameworks (Porter 5 Forces / 7 Powers / Wardley / JTBD), unit economics, thesis synthesis, and deliverable assembly. Includes: - 8 workflow SOPs (00-07) - 7 industry archetypes + 1 rapidly-evolving modifier - 14 reference guides (source recipes, valuation, bias, etc.) - 12 visualization templates (SVG/HTML) - 5 sub-agent templates - 6 JSON schemas for data validation - 5 example projects with sample data - Python validator + Makefile - Unit economics calculator 87 files total. Skill format: Anthropic SKILL.md + YAML frontmatter.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR: Add Industry Landscape Research Skill
Summary
This PR adds the industry-landscape-research skill — a comprehensive 8-step industry research methodology that enables PilotDeck agents to conduct professional-grade market research, competitive landscape analysis, and investment thesis development.
What This Skill Provides
A complete research methodology covering the full lifecycle of an industry analysis project:
Files Included (87 files, ~9,890 lines)
Core
SKILL.md— Main skill definition (456 lines, v2.2.0)INDEX.md— Quick navigation indexREADME.md/README.zh.md— Bilingual documentationWorkflows (8 SOPs)
workflows/00-execution-plan.md— Phase 1/2/3 + parallel agent schedulingworkflows/01-research-charter.md— Scope lock with sign-off gateworkflows/02-three-round-search.md— R1-R8 iteration with convergence criteriaworkflows/03-analysis-frameworks.md— Porter 5F / 7 Powers / Wardley / JTBDworkflows/04-coverage-audit.md— Mandatory gate before Step 5workflows/05-quant-modeling.md— Unit economics, TAM, profit poolworkflows/06-thesis-synthesis.md— House view, scenarios, Pre-mortemworkflows/07-deliverable-assembly.md— 6+2 chapter standard reportIndustry Archetypes (7 + 1 modifier)
archetypes/platform.md— Two-sided platformsarchetypes/saas-vertical.md— Vertical SaaSarchetypes/deeptech-hardware.md— DeepTech / Hardwarearchetypes/marketplace.md— Marketplacesarchetypes/consumer.md— Consumer appsarchetypes/infrastructure.md— Infrastructure / Cloudarchetypes/content-media.md— Content / Mediaarchetypes/_modifier-rapidly-evolving.md— 🆕 Rapidly-evolving catalog modifier (v2.2)Reference Guides (14 documents)
Templates (5 sub-agent + 12 visualization + calculators)
Schemas (6 JSON schemas)
Examples (5 complete projects)
Scripts
validate.py— JSON Schema validator with datum quality checksMakefile—make validate,make unit-economics,make allDesign Highlights
Checklist
scripts/validate.py