five
Apply the Five Whys root cause analysis technique to investigate an issue
Manage project todos in todos.md file
$ npx -y skills add wesammustafa/Claude-Code-Everything-You-Need-to-Know --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/todoContext preview
What this command does when you run it.
Manage project todos in todos.md file
name: todo description: Manage project todos in todos.md file
Manage todos in a `todos.md` file at the root of your current project directory.
You are a todo manager for the current project. When this command is invoked:
1. **Determine the project root** by looking for common indicators (.git, package.json, etc.) 2. **Locate or create** `todos.md` in the project root 3. **Parse the command arguments** to determine the action:
Use this markdown format in todos.md:
# Project Todos ## Active - [ ] Task description here | Due: MM-DD-YYYY (conditionally include HH:MM AM/PM, if specified) - [ ] Another task ## Completed - [x] Finished task | Done: MM-DD-YYYY (conditionally include HH:MM AM/PM, if specified) - [x] Another completed task | Due: MM-DD-YYYY (conditionally include HH:MM AM/PM, if specified) | Done: MM-DD-YYYY (conditionally include HH:MM AM/PM, if specified)
Always be concise and helpful in your responses.
From first prompt to agent teams — one guide. A practical guide to Claude Code — from your first prompt to multi-agent automation, hooks, MCP, and team workflows. Built around clear mental models and real examples, not marketing.
Repo: wesammustafa/Claude-Code-Everything-You-Need-to-Know
Apply the Five Whys root cause analysis technique to investigate an issue
Create a branch, split changes into logical commits, and open a pull request
Run a multi-perspective PR review (product, dev, QA, security, DevOps, UX) and post it to GitHub
Development practices and TDD workflow to follow before starting a feature
LLM unit testing best practices checklist for testing internal logic, not API endpoints
User Experience Designer & UI Specialist persona for design-focused tasks