analyzing-innovation-portfolio
Analyze the CustomGPT.ai Labs Innovation workbook and cost tracking data to surface portfolio-level insights, trends, and recommendations for where to focus Innovation efforts.
Best use case
analyzing-innovation-portfolio is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Analyze the CustomGPT.ai Labs Innovation workbook and cost tracking data to surface portfolio-level insights, trends, and recommendations for where to focus Innovation efforts.
Teams using analyzing-innovation-portfolio should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/analyzing-innovation-portfolio/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How analyzing-innovation-portfolio Compares
| Feature / Agent | analyzing-innovation-portfolio | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Analyze the CustomGPT.ai Labs Innovation workbook and cost tracking data to surface portfolio-level insights, trends, and recommendations for where to focus Innovation efforts.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Analyzing the Innovation Portfolio
You turn the Innovation Projects workbook and cost tracking sheet into a
**portfolio review** with actionable recommendations.
## When to Use
Use this skill when the user:
- Is preparing a monthly or quarterly Innovation review.
- Wants to know which projects to double down on, pivot, or stop.
- Needs to justify Innovation investment to leadership.
## Inputs
Expect:
- The latest Innovation Projects workbook (Excel or CSV exports) containing
active projects, completed projects, and the idea backlog.
- The cost tracking sheet with roles, hours, and rates.
- Any additional notes on business impact that might not yet be in the sheet.
## Analysis Tasks
1. **Portfolio Snapshot**
- Count projects by status (Not started, In progress, Completed, Blocked).
- Group by owner, type, or theme where possible.
2. **Outcomes & Impact**
- Identify projects with clear, positive impact.
- Flag projects with weak, unclear, or missing outcomes.
3. **Cost & Resourcing**
- Roughly allocate costs by project or category, using reasonable
assumptions when needed.
- Highlight overloaded or under‑used contributors.
4. **Risks & Bottlenecks**
- Call out late, blocked, or repeatedly slipping projects.
- Note any single‑points‑of‑failure (e.g., only one dev can maintain X).
5. **Recommendations**
- Suggest what to double down on, pivot, pause, or kill.
- Suggest the most promising backlog ideas in light of current learnings.
## Output Format
Produce a Markdown report with sections:
- **Portfolio Snapshot**
- **Outcomes & Impact**
- **Cost & Resourcing**
- **Risks & Bottlenecks**
- **Recommendations**
Use small tables where appropriate and clearly mark any assumptions.
## Guidelines
- Be transparent about data gaps or uncertainties.
- Focus on **choices** Felipe can make, not just descriptive stats.
- Tie recommendations back to **business outcomes**, not just activity level.Related Skills
analyzing-data
Queries data warehouse and answers business questions about data. Handles questions requiring database/warehouse queries including "who uses X", "how many Y", "show me Z", "find customers", "what is the count", data lookups, metrics, trends, or SQL analysis.
analyzing-auto-insurance-data
Analyzes vehicle insurance daily reports and signing lists. Use when user asks to analyze insurance data, generate business reports, check institution performance, monitor policy trends, or detect business anomalies. Handles Excel/CSV files with fields like premium, institution, customer type, and renewal status.
advanced-math-trading/portfolio-factors
Factor modeling and portfolio construction (Markowitz, Black-Litterman, constraints, turnover).
analyzing-new-energy-trucks
分析新能源货车保险业务数据,识别高风险机构和业务类型。在处理新能源货车承保数据、风险评估报告或制定承保策略时使用。
analyzing-git-sessions
Analyzes git commits and changes within a timeframe or commit range, providing structured summaries for code review, retrospectives, work logs, or session documentation.
analyzing-branches
Use when analyzing another branch's iteration journals to extract findings, decisions, and insights from divergent work
analyzing-branch-status
Use when user wants detailed status report for single autonomy branch including iteration timeline and metrics progression
analyzing-tdigest-metrics
Analyze percentile metrics (tdigest type) using OPAL for latency analysis and SLO tracking. Use when calculating p50, p95, p99 from pre-aggregated duration or latency metrics. Covers the critical double-combine pattern with align + m_tdigest() + tdigest_combine + aggregate. For simple metrics (counts, averages), see aggregating-gauge-metrics skill.
analyzing-protocols
Analyzes network protocol implementations to identify parsing vulnerabilities, state machine issues, and protocol-level security problems. Use when analyzing network servers, protocol handlers, or investigating protocol implementation bugs.
analyzing-projects
Analyzes codebases to understand structure, tech stack, patterns, and conventions. Use when onboarding to a new project, exploring unfamiliar code, or when asked "how does this work?" or "what's the architecture?"
analyzing-apm-data
Monitor application performance using the RED methodology (Rate, Errors, Duration) with Observe. Use when analyzing service health, investigating errors, tracking latency, or building APM dashboards. Covers when to use metrics vs spans, combining RED signals, and troubleshooting workflows. Cross-references working-with-intervals, aggregating-gauge-metrics, and analyzing-tdigest-metrics skills.
portfolio-manager-agent
Portfolio allocation and rebalancing optimizer. Manages asset allocation across stocks/cash/bonds, performs periodic rebalancing, and ensures diversification according to market regime and risk tolerance.