Agent skill
incubator
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/incubator
SKILL.md
incubator
Manage the idea incubator - capture ideas quickly, add research, track lifecycle.
Usage
incubator <title> # Create new idea (no prompts)
incubator <title> [domain] # Create with domain(s)
incubator note <title> for <idea> # Create research note
incubator list [filter] # List ideas (active only)
incubator list all # List including archived
incubator status <idea> <status> # Update status
incubator graduate <idea> # Graduate to deliverable (→ archive)
incubator reject <idea> # Reject idea (→ archive)
Examples
incubator API versioning strategy
incubator Central logging platform architecture governance
incubator note SaaS comparison for Central Software
incubator list seed
incubator list architecture
incubator status Archiving exploring
incubator graduate Vault Archiving
incubator reject Outdated Approach
Create Idea: incubator <title> [domains]
Fast capture with zero prompts. Domains are optional keywords at the end.
Valid domains: architecture, governance, tooling, security, data, documentation, process, ai, infrastructure
- Parse title and any domain keywords
- Generate filename:
Incubator - {{title}}.md - Create in
+Incubator/:
---
type: Incubator
title: {{title}}
status: seed
domain: [{{detected domains or empty}}]
outcome: null
created: {{DATE}}
modified: {{DATE}}
tags:
- incubator/idea
---
# {{title}}
## Problem Statement
## Context
## Initial Thoughts
## Questions to Answer
- [ ]
## Related
-
---
*See [[Incubator - MOC]] for all ideas*
- Confirm with one line:
Created [[Incubator - {{title}}]] (seed)
Research Note: incubator note <title> for <idea>
- Parse title and parent idea name
- Fuzzy match parent idea in
+Incubator/ - Create
Incubator Note - {{title}}.md:
---
type: IncubatorNote
title: {{title}}
parent-ideas: ["[[Incubator - {{idea}}]]"]
created: {{DATE}}
modified: {{DATE}}
tags:
- incubator/research
---
# {{title}}
## Summary
## Key Findings
## Evidence / Sources
-
## Implications
## Related
- [[Incubator - {{idea}}]]
- Confirm:
Created research note linked to [[Incubator - {{idea}}]]
List Ideas: incubator list [filter]
Filter by status or domain. No filter = summary of active ideas.
Statuses: seed, exploring, validated (active) | accepted, rejected (archived) Domains: architecture, governance, tooling, security, data, documentation, process, ai, infrastructure
- Read
+Incubator/files withtype: Incubator(default: active only) - If
list all: also read+Archive/Incubator/ - Filter and display as table:
| Idea | Status | Domain | Modified |
|---|
- No filter = show count by status
Archive location: Graduated and rejected ideas live in +Archive/Incubator/
Update Status: incubator status <idea> <status>
- Fuzzy match idea name
- Update
statusandmodifiedin frontmatter - If
rejected: ask for one-line reason, add to note - Confirm:
Updated [[Incubator - {{idea}}]] → {{status}}
Graduate: incubator graduate <idea>
- Fuzzy match idea in
+Incubator/ - Ask: "What should this become? (Project / ADR / Page / Task)"
- Create target note with context from idea
Graduation Outcomes:
| Type | When to Use |
|---|---|
| Project | Idea becomes formal initiative |
| ADR | Idea results in architecture decision |
| Page | Idea becomes documentation or guide |
| Article | Idea becomes communication (blog, video, podcast, etc.) |
| Task | Idea becomes a single actionable task |
Article graduation tip: Use /article <title> from <idea> to create the Article first, then graduate the idea.
4. Update idea frontmatter:
status: acceptedoutcome: "[[New Note]]"- Add tag:
incubator/graduated
- Move idea to
+Archive/Incubator/ - Confirm:
Graduated to [[New Note]] and archived
Example graduation:
# After graduation
status: accepted
outcome: "[[Page - Architecture as Code]]"
tags:
- incubator/idea
- incubator/graduated
Reject: incubator reject <idea>
- Fuzzy match idea in
+Incubator/ - Ask for one-line rejection reason
- Update idea frontmatter:
status: rejected- Add tag:
incubator/rejected
- Add rejection rationale to note body
- Move idea to
+Archive/Incubator/ - Confirm:
Rejected and archived [[Incubator - {{idea}}]]
Domain Reference
| Domain | When to use |
|---|---|
| architecture | Solution patterns, system design, integration |
| governance | Standards, processes, compliance |
| tooling | Software, platforms, dev experience |
| security | Cyber, access control, data protection |
| data | Data management, analytics, products |
| documentation | Knowledge management, templates |
| process | Ways of working, methodologies |
| ai | AI/ML, automation, assistants |
| infrastructure | Cloud, networking, DevOps |
Reference
- [[+Incubator/README]]
- [[Incubator - MOC]]
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?