一键导入
gumbo-init
Initialize a gumbo directory for the current project, creating a template in ~/.gumbo and a symlink in the project repo
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Initialize a gumbo directory for the current project, creating a template in ~/.gumbo and a symlink in the project repo
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Draft or amend an Architecture Decision Record (ADR) from a research synthesis or a design decision. Use when a decision needs to become a durable, reviewable record — and when extending or correcting a decision that has already landed.
Review an Architecture Decision Record (or coupled ADR set + cover) for grounding, decisiveness, completeness, and internal consistency before it is approved or landed — and to catch the drift that iteration introduces across coupled drafts and the cover. Reports findings; does not auto-fix unless asked.
Create and maintain a roadmap that sequences milestones and the plans, research, and decisions that fulfill them. Use when work spans many artifacts over time and needs one living place that shows the sequence, status, dependencies, and risks.
Create implementation plans following project conventions. Use when planning new features, refactors, or significant changes.
Resume working on an in-progress implementation plan. Finds incomplete plans and provides context to continue.
Review an implementation plan for correctness, feasibility, completeness, and internal consistency before it is approved or implemented — and to catch the reference drift that iteration introduces. Reports findings; does not auto-fix unless asked.
| name | gumbo-init |
| description | Initialize a gumbo directory for the current project, creating a template in ~/.gumbo and a symlink in the project repo |
| allowed-tools | Bash(*/gumbo-init/scripts/init.sh:*), Read, Write, Edit |
Check if the user provided a project name (e.g. /gumbo-init myapp). If they did, pass it as the third argument to the init script. If not, omit the third argument and the script will default to the directory name.
Run the gumbo init script:
# With project name:
./scripts/init.sh ~/.gumbo "$PWD" <project-name>
# Without project name (defaults to directory name):
./scripts/init.sh ~/.gumbo "$PWD"
/add-dir ~/.gumbo
They can add it to either the current project or to their user-scoped settings (~/.claude/settings.json) if they want it available in all projects.
Report the output to the user. Do not use any other tools or do anything else.