v0.3.0: Fix slash commands — add 9 workflows for Antigravity IDE
- Fix workflow frontmatter: remove 'name:' field (Antigravity uses filename as command name), add numbered steps format - Add 6 new workflows: /debug, /tdd, /review, /verify, /finish-branch, /worktree — now 9 slash commands total - Add workflow frontmatter validation to validate command - Update check-pack.mjs for new workflow files - Bump version to 0.3.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
name: brainstorm
|
||||
description: "You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores requirements and design before implementation."
|
||||
description: Brainstorm ideas before any creative work - explore requirements and design before implementation
|
||||
---
|
||||
|
||||
Invoke the `.agent/skills/brainstorming/SKILL.md` workflow and follow it exactly as presented to you.
|
||||
1. Read the skill file at `.agent/skills/brainstorming/SKILL.md` using view_file
|
||||
2. Follow the brainstorming workflow exactly as described in the skill
|
||||
3. Explore the user's intent, requirements, and design constraints before proposing any implementation
|
||||
|
||||
Reference in New Issue
Block a user