添加brainstorm工作流与插件元数据

This commit is contained in:
wxm
2026-05-18 22:05:39 +08:00
parent d34b4cae32
commit 8c7cd6c010
15 changed files with 1598 additions and 18 deletions

15
commands/brainstorm.md Normal file
View File

@@ -0,0 +1,15 @@
# /brainstorm
Run the Brainstorm Codex Game Studio skill workflow.
## Arguments
Pass any text after `/brainstorm` as workflow input.
## Workflow
1. Use `../skills/brainstorm/SKILL.md` as the workflow entry point.
2. Read `../skills/brainstorm/DETAILS.md` when present for the full procedure.
3. Apply project guidance from `AGENTS.md` and relevant files in `../standards/` before changing project files.
4. Use `../agents/<agent-name>.toml` when the skill delegates to a custom agent.
5. Return decisions, changes, blockers, verification, and next steps.