Classifies an industry's evolutionary stage (emerging, fragmented, transitioning to maturity, declining) using Porter's diagnostic criteria and observable market signals.
How this skill is triggered — by the user, by Claude, or both
Slash command
/porter-strategy-skills:diagnose-industry-typeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Classify an industry's evolutionary stage and structural type by matching observable market signals against Porter's diagnostic criteria, then route to the appropriate strategy skill.
Classify an industry's evolutionary stage and structural type by matching observable market signals against Porter's diagnostic criteria, then route to the appropriate strategy skill.
These predictable dynamic processes occur in every industry. Assessing which are most active reveals evolutionary stage:
Porter is explicit: true structural decline cannot be ascribed to the business cycle or short-term discontinuities (strikes, material shortages). Apply this test:
| Factor | Structural Decline | Cyclical Downturn |
|---|---|---|
| Duration | Sustained, multi-year | Tied to economic cycle |
| Cause | Technological substitution, demographic shifts, permanent changes in buyer needs | Recession, temporary supply disruption |
| Reversibility | Irreversible without fundamental reinvention | Self-correcting as cycle turns |
| Substitutes | Growing substitute eroding demand permanently | No new substitute; demand returns |
If structural: route to end-game strategy. If cyclical: do not classify as declining — reassess at next cycle.
| Classification | Downstream Skill |
|---|---|
| Emerging | strategize-emerging-industry |
| Fragmented | strategize-fragmented-industry |
| Transitioning to maturity | select-generic-strategy -- no dedicated maturity skill exists; Porter's maturity advice (compete on cost/service, rationalize product mix) is closest to generic-strategy selection |
| Declining | strategize-declining-industry |
| Ambiguous / multi-type | Re-gather data or present both classifications with caveats |
During synthesis, consult reference.md for Porter's heuristics on industry evolution; before finalizing, check its failure modes.
## Industry Diagnosis: [Industry Name]
**Classification:** [Emerging | Fragmented | Transitioning to Maturity | Declining]
**Confidence:** [High | Medium | Low]
### Signals Matched
- [Signal 1]
- [Signal 2]
- ...
### Active Evolutionary Processes
- [Process name]: [observation]
- ...
### Structural vs. Cyclical Assessment (if declining)
[Assessment]
### Recommended Next Step
→ Route to: `[downstream skill name]`
→ Rationale: [why this classification leads to this skill]
Industry: U.S. traditional print newspaper publishing (circa 2015)
Signals matched (Declining):
Active evolutionary processes:
Structural vs. cyclical test: Decline persists through both recession and recovery periods. Driven by permanent technological substitution (digital) and demographic shifts, not economic cycles. Verdict: structural decline.
Classification: Declining (structural)
Confidence: High (6+ signals, clear structural cause)
Route to: strategize-declining-industry
npx claudepluginhub gnurio/porter-strategy-skills --plugin porter-strategy-skillsGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.