Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion commands/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: vbw:config
category: supporting
disable-model-invocation: true
description: View and modify VBW configuration including effort profile, verification tier, and skill-hook wiring.
argument-hint: [setting value]
argument-hint: "[setting value]"
allowed-tools: Read, Write, Edit, Bash, Glob, AskUserQuestion
---

Expand Down
2 changes: 1 addition & 1 deletion commands/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: vbw:help
category: supporting
disable-model-invocation: true
description: Display all available VBW commands with descriptions and usage examples.
argument-hint: [command-name]
argument-hint: "[command-name]"
allowed-tools: Read, Glob, Bash
---

Expand Down
2 changes: 1 addition & 1 deletion commands/list-todos.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: vbw:list-todos
category: supporting
disable-model-invocation: true
description: List pending todos from STATE.md with action hints.
argument-hint: [priority filter]
argument-hint: "[priority filter]"
allowed-tools: Read, Edit, Bash
---

Expand Down
2 changes: 1 addition & 1 deletion commands/map.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: vbw:map
category: advanced
disable-model-invocation: true
description: Analyze existing codebase with adaptive Scout teammates to produce structured mapping documents.
argument-hint: [--incremental] [--package=name] [--tier=solo|duo|quad]
argument-hint: "[--incremental] [--package=name] [--tier=solo|duo|quad]"
allowed-tools: Read, Write, Edit, Bash, Glob, Grep, WebFetch, Agent, TeamCreate, TaskCreate, SendMessage, TeamDelete, Skill, LSP
---

Expand Down
2 changes: 1 addition & 1 deletion commands/pause.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: vbw:pause
category: supporting
disable-model-invocation: true
description: Save session notes for next time (state auto-persists).
argument-hint: [notes]
argument-hint: "[notes]"
allowed-tools: Read, Write
---

Expand Down
2 changes: 1 addition & 1 deletion commands/qa.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ category: monitoring
hidden: true
disable-model-invocation: true
description: Run deep verification on completed phase work using the QA agent.
argument-hint: [phase-number] [--tier=quick|standard|deep] [--effort=thorough|balanced|fast|turbo]
argument-hint: "[phase-number] [--tier=quick|standard|deep] [--effort=thorough|balanced|fast|turbo]"
allowed-tools: Read, Write, Bash, Glob, Grep, Agent, Skill, LSP
---

Expand Down
2 changes: 1 addition & 1 deletion commands/rtk.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: vbw:rtk
category: supporting
disable-model-invocation: true
description: Install, update, verify, and manage optional RTK tool-output compression.
argument-hint: [status|install|init|verify|update|uninstall]
argument-hint: "[status|install|init|verify|update|uninstall]"
allowed-tools: Read, Bash, AskUserQuestion
---

Expand Down
2 changes: 1 addition & 1 deletion commands/skills.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: vbw:skills
category: supporting
disable-model-invocation: true
description: Browse and install community skills from skills.sh based on your project's tech stack.
argument-hint: [--search <query>] [--list] [--refresh]
argument-hint: "[--search <query>] [--list] [--refresh]"
allowed-tools: Read, Bash, Glob, Grep, WebFetch, AskUserQuestion, LSP
---

Expand Down
2 changes: 1 addition & 1 deletion commands/status.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: vbw:status
category: monitoring
disable-model-invocation: true
description: Display project progress dashboard with phase status, velocity metrics, and next action.
argument-hint: [--verbose] [--metrics]
argument-hint: "[--verbose] [--metrics]"
allowed-tools: Read, Glob, Grep, Bash, LSP
---

Expand Down