plan_w_team
Creates a concise engineering implementation plan based on user requirements and saves it to specs directory
Content Preview
---
description: Creates a concise engineering implementation plan based on user requirements and saves it to specs directory
argument-hint: [user prompt] [orchestration prompt]
model: opus
disallowed-tools: Task, EnterPlanMode
hooks:
Stop:
- hooks:
- type: command
command: >-
uv run $CLAUDE_PROJECT_DIR/.claude/hooks/validators/validate_new_file.py
--directory specs
--extension .md
- type: command
command: >-
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/plan_w_team.md \
https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/main/.claude/commands/plan_w_team.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/disler/claude-code-hooks-masteryThen reference at .claude/commands/plan_w_team.md
Related Skills
list-commands
List all registered Tauri IPC commands (invoke handlers) in a running app
commandslistcommands
by qdhenry · claude-command-suite
linux-commands-guide
This skill provides automated assistance for linux commands guide tasks within the DevOps Basics domain.
linux-commands-guidelinuxcommandsguide
by jeremylongshore · plugins-plus-skills
plan
Creates a concise engineering implementation plan based on user requirements and saves it to specs directory
commandsplan
by disler · disler-hooks-mastery
ralph-loop/help
"Explain Ralph Loop plugin and available commands"
commandcommandralph-loophelp
by Anthropic · anthropic-official-plugins