mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-07-11 23:26:32 +02:00
2.4 KiB
2.4 KiB
Tasks: update-subagents-lesson
Phase 1: Update README.md Structure
-
Update Overview section
- Add
/agentscommand mention - Add built-in subagents overview
- Update key benefits with official wording
- Add
-
Add File Locations section
- Document project subagents (
.claude/agents/) - Document user subagents (
~/.claude/agents/) - Document plugin agents
- Document CLI-defined agents
- Document project subagents (
-
Update Configuration section
- Update YAML frontmatter format with all fields
- Add configuration fields table (name, description, tools, model, permissionMode, skills)
- Add CLI-based configuration with
--agentsflag
Phase 2: Add New Sections
-
Add Built-in Subagents section
- Document General-Purpose subagent (Sonnet, all tools)
- Document Plan subagent (Sonnet, research tools)
- Document Explore subagent (Haiku, read-only, thoroughness levels)
-
Add /agents Command section
- Document interactive menu options
- Create, edit, delete operations
- View available subagents
-
Add Resumable Agents section
- Document agentId concept
- Show resume syntax
- List use cases
-
Add Chaining Subagents section
- Multi-agent workflows
- Sequential delegation
Phase 3: Update Example Files
-
Update
code-reviewer.md- Add model field
- Update to match official example format
- Add proactive usage hints
-
Update
test-engineer.md- Add model field
- Update system prompt format
-
Update
documentation-writer.md- Add model field
- Update format
-
Update
secure-reviewer.md- Update to minimal permission pattern
-
Update
implementation-agent.md- Update tool list format
Phase 4: Add New Example Files
-
Create
debugger.md- Copy from official docs example
- Adapt to project style
-
Create
data-scientist.md- Copy from official docs example
- Adapt to project style
Phase 5: Finalize
-
Update Installation Instructions
- Add
/agentsmethod - Update verification steps
- Add
-
Update Related Concepts
- Link to new sections
- Update comparison table
-
Update last modified date
Validation
- All YAML frontmatter validates correctly
- No broken internal links
- Examples use consistent formatting
- Built-in agents documented accurately