mirror of
https://github.com/giuseppe-trisciuoglio/developer-kit.git
synced 2026-09-14 18:22:07 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user