.claude/skills/todos/SKILL.md
--- context: fork --- # Skill: Todo List Management Guidelines for managing the Claude Code todo list during sessions. ## Core Principles ### 1. Only Track Active Work The todo list should only contain: - Tasks currently in progress - Tasks to be done in the current session - Recently completed tasks (for context) ### 2. Future-Dated Tasks **Do NOT add future-dated tasks to the todo list.** Tasks with due dates in the future should: - Be stored in the vault as Task notes (using `/task` s
npx skillsauth add DavidROliverBA/ArchitectKB .claude/skills/todosInstall 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.
Guidelines for managing the Claude Code todo list during sessions.
The todo list should only contain:
Do NOT add future-dated tasks to the todo list.
Tasks with due dates in the future should:
/task skill)Why: The todo list is for immediate work tracking, not a calendar or reminder system.
Add to todo list when:
Do NOT add when:
Regularly clean the todo list:
User: "Help me refactor the authentication module"
Todo list:
- [in_progress] Analyse current auth module structure
- [pending] Identify refactoring opportunities
- [pending] Implement changes
- [pending] Update tests
User: "Remind me to review the ADR process in April"
❌ Don't add: [pending] Review ADR process (due 2026-04-07)
✅ Do: Create a Task note with due date, or note it will surface when due
For future tasks, use the /task skill instead:
/task Review ADR process due 2026-04-07
This creates a proper Task note in the vault that can be:
| Task Type | Where to Track | |-----------|---------------| | Current session work | Todo list | | Today's tasks | Todo list | | Future dated | Task note in vault | | Recurring reminders | Task note or calendar | | Project work items | Jira + Task notes |
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