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.

16 stars

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

$curl -o ~/.claude/skills/analyzing-innovation-portfolio/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/data-ai/analyzing-innovation-portfolio/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/analyzing-innovation-portfolio/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How analyzing-innovation-portfolio Compares

Feature / Agentanalyzing-innovation-portfolioStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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

16
from diegosouzapw/awesome-omni-skill

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

16
from diegosouzapw/awesome-omni-skill

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

16
from diegosouzapw/awesome-omni-skill

Factor modeling and portfolio construction (Markowitz, Black-Litterman, constraints, turnover).

analyzing-new-energy-trucks

16
from diegosouzapw/awesome-omni-skill

分析新能源货车保险业务数据,识别高风险机构和业务类型。在处理新能源货车承保数据、风险评估报告或制定承保策略时使用。

analyzing-git-sessions

16
from diegosouzapw/awesome-omni-skill

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

16
from diegosouzapw/awesome-omni-skill

Use when analyzing another branch's iteration journals to extract findings, decisions, and insights from divergent work

analyzing-branch-status

16
from diegosouzapw/awesome-omni-skill

Use when user wants detailed status report for single autonomy branch including iteration timeline and metrics progression

analyzing-tdigest-metrics

16
from diegosouzapw/awesome-omni-skill

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

16
from diegosouzapw/awesome-omni-skill

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

16
from diegosouzapw/awesome-omni-skill

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

16
from diegosouzapw/awesome-omni-skill

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

16
from diegosouzapw/awesome-omni-skill

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.