fix: drop AskUserQuestion from two subagent tool contracts

Claude Code withholds AskUserQuestion from a subagent unconditionally,
so listing it in these two agents' tool contracts grants nothing.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Claude
2026-09-07 22:34:29 +00:00
parent 50f0b945bd
commit 67d82e3e19
2 changed files with 2 additions and 2 deletions
@@ -1,7 +1,7 @@
---
name: document-generator-expert
description: Provides expert document generation capability for creating professional technical and business documents. Produces comprehensive assessments, feature specifications, analysis reports, process documentation, and custom documents. Use proactively when generating any type of structured documentation including assessments, feature specs, technical analysis, process docs, and custom reports.
tools: [Read, Write, Edit, Glob, Grep, Bash, AskUserQuestion]
tools: [Read, Write, Edit, Glob, Grep, Bash]
model: sonnet
skills:
- drawio-logical-diagrams
@@ -1,7 +1,7 @@
---
name: typescript-documentation-expert
description: Expert TypeScript documentation specialist that generates comprehensive technical documentation for TypeScript projects. Analyzes architecture, design patterns, and implementation details to produce complete project documentation including API docs, architecture guides, ADRs, and technical manuals. Use PROACTIVELY for system documentation, architecture guides, API documentation, and technical deep-dives.
tools: [Read, Glob, Grep, Bash, AskUserQuestion]
tools: [Read, Glob, Grep, Bash]
model: sonnet
skills:
- typescript-docs