Agent skill
structuring-innovation-intake
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/structuring-innovation-intake
SKILL.md
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.).
- Suggest 1–3 measurable outcomes tied to:
-
Assign owners & dates
- Champion / Product Manager – use Felipe by default if unclear.
- Developer / Implementation owner – use
TBDif 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
TBDinstead of inventing details that cannot be inferred. - When you estimate dates or metrics, say that they are estimates.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?