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.md

Skill 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-mastery

Then reference at .claude/commands/plan_w_team.md

Related Skills