.claude/skills/timeline/SKILL.md
--- context: fork --- # /timeline Generate a chronological timeline for a project or topic using sub-agents. ## Usage ``` /timeline <project or topic> /timeline MyDataIntegration /timeline NewProductLine /timeline SAP migration ``` ## Instructions ### Phase 1: Planning 1. Identify the project/topic 2. Load `.claude/context/projects.md` for context 3. Plan to gather events from: - Project file (key dates, milestones) - Meetings (by date) - ADRs (decision dates) - Tasks (created
npx skillsauth add DavidROliverBA/ArchitectKB .claude/skills/timelineInstall 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 chronological timeline for a project or topic using sub-agents.
/timeline <project or topic>
/timeline MyDataIntegration
/timeline NewProductLine
/timeline SAP migration
.claude/context/projects.md for contextLaunch sub-agents in parallel using model: "haiku" for efficiency:
Agent 1: Project Milestones (Haiku)
Agent 2: Meeting Timeline (Haiku)
+Meetings/ for all meetings linked to projectAgent 3: Decision Timeline (Haiku)
Agent 4: Task Timeline (Haiku)
# Timeline: {{Project/Topic}}
**Generated**: {{DATE}}
**Span**: {{earliest date}} to {{latest date}} ({{duration}})
## Visual Timeline
{{YEAR}} ├── Q1 │ ├── Jan │ │ └── {{event}} │ ├── Feb │ │ └── {{event}} │ └── Mar ├── Q2 ...
## Detailed Timeline
### {{YYYY-MM}}
#### {{DATE}} - {{Event Title}}
- **Type**: Meeting / Decision / Milestone / Task
- **Details**: {{description}}
- **Outcome**: {{result if applicable}}
- **Link**: [[{{source note}}]]
### {{YYYY-MM}}
...
## Key Milestones
| Date | Milestone | Status |
|------|-----------|--------|
{{major milestones}}
## Decision Points
| Date | Decision | ADR |
|------|----------|-----|
{{decisions with links}}
## Activity Heatmap
{{show which months had most activity}}
## Gaps
{{identify periods with no documented activity}}
## Upcoming
{{future dated items if any}}
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