.claude/skills/incubator/SKILL.md
--- context: fork model: haiku --- # 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>
npx skillsauth add DavidROliverBA/ArchitectKB .claude/skills/incubatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Manage the idea incubator - capture ideas quickly, add research, track lifecycle.
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)
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
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
Incubator - {{title}}.md+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*
Created [[Incubator - {{title}}]] (seed)incubator note <title> for <idea>+Incubator/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}}]]
Created research note linked to [[Incubator - {{idea}}]]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
+Incubator/ files with type: Incubator (default: active only)list all: also read +Archive/Incubator/| Idea | Status | Domain | Modified | |------|--------|--------|----------|
Archive location: Graduated and rejected ideas live in +Archive/Incubator/
incubator status <idea> <status>status and modified in frontmatterrejected: ask for one-line reason, add to noteUpdated [[Incubator - {{idea}}]] → {{status}}incubator graduate <idea>+Incubator/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]]"incubator/graduated+Archive/Incubator/Graduated to [[New Note]] and archivedExample graduation:
# After graduation
status: accepted
outcome: "[[Page - Architecture as Code]]"
tags:
- incubator/idea
- incubator/graduated
incubator reject <idea>+Incubator/status: rejectedincubator/rejected+Archive/Incubator/Rejected and archived [[Incubator - {{idea}}]]| 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 |
tools
--- context: fork --- # /youtube Save a YouTube video as both a Weblink (quick reference) and a detailed Page (full analysis). ## Usage ``` /youtube <url> /youtube <url> <optional title override> ``` ## Examples ``` /youtube https://www.youtube.com/watch?v=0TpON5T-Sw4 /youtube https://youtu.be/abc123 AWS re:Invent Keynote ``` ## Prerequisites This skill uses the MCP Docker YouTube tools: - `mcp__MCP_DOCKER__get_video_info` - Video metadata - `mcp__MCP_DOCKER__get_transcript` - Full trans
data-ai
Create and manage git worktrees for parallel agent sessions
testing
--- context: fork --- # /wipe Generate a context handoff summary, clear the session, and resume in a fresh conversation. Detects environment and provides automated (tmux) or manual workflow. ## Usage ``` /wipe /wipe quick # Minimal handoff, just essentials /wipe detailed # Comprehensive handoff with full context ``` ## Instructions When the user invokes `/wipe`: ### Phase 1: Detect Environment First, check the terminal environment: ```bash echo "Environment Detection:"
data-ai
--- context: fork --- # /weekly-summary Generate comprehensive weekly summary from daily notes, meetings, tasks, and project updates using parallel sub-agents. ## Usage ``` /weekly-summary /weekly-summary --last-week /weekly-summary --from 2026-01-01 --to 2026-01-07 /weekly-summary --output page # Create Page note instead of just outputting ``` ## Instructions This skill uses **5 parallel sub-agents** to gather data concurrently from different vault areas, then synthesizes a comprehensi