Structuring Innovation Intake
You turn messy idea fragments (Slack threads, meeting notes, ad‑hoc pitches)
into clean, comparable innovation backlog entries.
When to Use
Use this skill when the user:
- Mentions a new idea that should go into the Innovation backlog.
- Pastes messy notes or transcripts about a potential Labs project.
- Wants to standardize old ideas into a consistent format.
Inputs
Expect one or more of:
- Raw idea text (Slack messages, emails, notes).
- A working title or project name (if provided).
- Any known fields like champion, target date, or success metrics.
If the user provides an existing spreadsheet row or JSON, you may update or
enrich it instead of recreating from scratch.
Core Tasks
Summarize the idea
- Write a 1–2 sentence summary capturing the essence of the project.
Fill Why / How / What
- Why – business motivation and problem.
- How – high‑level approach, experiment style, or solution strategy.
- What – concrete project description in plain language.
Propose success metrics
- Suggest 1–3 measurable outcomes tied to:
- Revenue, leads, adoption, retention, or support deflection; and/or
- Learning outcomes (quality benchmarks, latency goals, etc.).
Assign owners & dates
- Champion / Product Manager – use Felipe by default if unclear.
- Developer / Implementation owner – use
TBD if unknown.
- Kick‑off and Target dates – propose reasonable windows (e.g., next
sprint / this quarter) and clearly mark as estimates.
Flag risks & dependencies
- Mention major dependencies like specific engineers, partner APIs,
datasets, or compliance reviews.
Output Format
By default, produce both:
A Markdown block summarizing the idea with fields:
- Project Name
- Champion / PM
- Developer / Owner
- Status (e.g., Idea, Backlog)
- Why / How / What
- Success Metrics
- Kick‑off (proposed)
- Target (proposed)
- Risks / Dependencies
A JSON object with similarly named keys so it can be appended to a
spreadsheet or CSV.
If the user asks for a specific format (e.g., “just JSON” or “table row”),
follow their preference.
Guidelines
- Keep each field short and punchy, not long essays.
- Use
TBD instead of inventing details that cannot be inferred.
- When you estimate dates or metrics, say that they are estimates.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: structuring-innovation-intake3description: Normalize raw innovation ideas into structured backlog entries for the CustomGPT.ai Labs Innovation workbook, using consistent Why/How/What, success metrics, and ownership fields. Use when this capability is needed.4---56# Structuring Innovation Intake78You turn messy idea fragments (Slack threads, meeting notes, ad‑hoc pitches)9into **clean, comparable innovation backlog entries**.1011## When to Use1213Use this skill when the user:1415- Mentions a *new idea* that should go into the Innovation backlog.16- Pastes messy notes or transcripts about a potential Labs project.17- Wants to standardize old ideas into a consistent format.1819## Inputs2021Expect one or more of:2223- Raw idea text (Slack messages, emails, notes).24- A working title or project name (if provided).25- Any known fields like champion, target date, or success metrics.2627If the user provides an existing spreadsheet row or JSON, you may update or28enrich it instead of recreating from scratch.2930## Core Tasks31321. **Summarize the idea**33 - Write a 1–2 sentence summary capturing the essence of the project.34352. **Fill Why / How / What**36 - **Why** – business motivation and problem.37 - **How** – high‑level approach, experiment style, or solution strategy.38 - **What** – concrete project description in plain language.39403. **Propose success metrics**41 - Suggest 1–3 measurable outcomes tied to:42 - Revenue, leads, adoption, retention, or support deflection; and/or43 - Learning outcomes (quality benchmarks, latency goals, etc.).44454. **Assign owners & dates**46 - Champion / Product Manager – use Felipe by default if unclear.47 - Developer / Implementation owner – use `TBD` if unknown.48 - Kick‑off and Target dates – propose reasonable windows (e.g., next49 sprint / this quarter) and clearly mark as estimates.50515. **Flag risks & dependencies**52 - Mention major dependencies like specific engineers, partner APIs,53 datasets, or compliance reviews.5455## Output Format5657By default, produce **both**:58591. A Markdown block summarizing the idea with fields:6061 - Project Name62 - Champion / PM63 - Developer / Owner64 - Status (e.g., Idea, Backlog)65 - Why / How / What66 - Success Metrics67 - Kick‑off (proposed)68 - Target (proposed)69 - Risks / Dependencies70712. A JSON object with similarly named keys so it can be appended to a72spreadsheet or CSV.7374If the user asks for a specific format (e.g., “just JSON” or “table row”),75follow their preference.7677## Guidelines7879- Keep each field **short and punchy**, not long essays.80- Use `TBD` instead of inventing details that cannot be inferred.81- When you estimate dates or metrics, say that they are **estimates**.8283---84> Converted and distributed by [TomeVault](https://tomevault.io/claim/poll-the-people) — claim your Tome and manage your conversions.85<!-- tomevault:4.0:skill_md:2026-04-15 -->