.claude/skills/system-roadmap/SKILL.md
# Skill: /system-roadmap Generate a visual system lifecycle roadmap from System notes in the vault. ## Trigger - `/system-roadmap` - Generate default roadmap - `/system-roadmap --list` - List systems without generating - `/system-roadmap --svg` - Generate SVG format - `/system-roadmap --theme GREENTURTLE` - Use different colour theme ## Description This skill generates a PNG or SVG roadmap visualisation showing system lifecycles grouped by Gartner TIME category (Invest, Tolerate, Migrate, E
npx skillsauth add DavidROliverBA/ArchitectKB .claude/skills/system-roadmapInstall 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.
Generate a visual system lifecycle roadmap from System notes in the vault.
/system-roadmap - Generate default roadmap/system-roadmap --list - List systems without generating/system-roadmap --svg - Generate SVG format/system-roadmap --theme GREENTURTLE - Use different colour themeThis skill generates a PNG or SVG roadmap visualisation showing system lifecycles grouped by Gartner TIME category (Invest, Tolerate, Migrate, Eliminate). It reads System notes from the vault and uses their lifecycle frontmatter fields.
The following Python packages must be installed:
pip3 install roadmapper python-frontmatter
# Default - generates PNG to +Attachments/
python3 scripts/system_roadmap.py
# List systems found (dry run)
python3 scripts/system_roadmap.py --list
# Generate SVG format
python3 scripts/system_roadmap.py --format svg
# Custom output location
python3 scripts/system_roadmap.py --output +Attachments/custom-roadmap.png
# Different theme (DEFAULT, GREYWOOF, ORANGEPEEL, GREENTURTLE, BLUEMOUNTAIN)
python3 scripts/system_roadmap.py --theme GREENTURTLE
# Custom timeline
python3 scripts/system_roadmap.py --start-year 2020 --years 15
Report the output location to the user
Provide embed syntax for Obsidian:
![[system-lifecycle-roadmap.png]]
The script reads these fields from System notes:
| Field | Purpose | Example |
| -------------- | --------------------- | --------------------------------- |
| type | Must be "System" | type: System |
| title | System display name | title: Core ERP |
| status | Current status | status: active |
| timeCategory | TIME classification | timeCategory: migrate |
| launchDate | When system went live | launchDate: 2005-01-01 |
| sunsetDate | Planned retirement | sunsetDate: 2030-06-01 |
| replacedBy | Successor system | replacedBy: "[[System - New ERP]]" |
| criticality | Business criticality | criticality: critical |
If timeCategory is not set, the script infers it:
status: planned → investstatus: deprecated or retired → eliminatesunsetDate → migrate+Attachments/system-lifecycle-roadmap.pngThe roadmap shows:
No systems found:
type: System in frontmatterRoadmapper not installed:
pip3 install roadmapper python-frontmatter
Image not rendering in Obsidian:
+Attachments/ folder![[filename.png]]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