一键导入
do
Alias for /brana:backlog start with freeform text. Routes to the best skill or creates a task. Use /brana:backlog start directly for the same behavior.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Alias for /brana:backlog start with freeform text. Routes to the best skill or creates a task. Use /brana:backlog start directly for the same behavior.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
End a session — extract learnings, write handoff, store patterns, detect doc drift. Use when ending a work session or when the user says done/bye/closing.
Build anything — features, bug fixes, refactors, spikes, migrations. Auto-detects strategy, integrates with backlog, enforces TDD. The unified dev command.
Align a project to brana practices — assess gaps, plan, implement, verify. Auto-detects type. Use when setting up a new project or realigning an existing one.
Scan and diagnose a project, or scaffold a new client from scratch. Works for code and venture clients. Auto-detects project type.
Manage the backlog — plan, track, navigate phases and streams. Use when planning phases, viewing roadmaps, or restructuring work.
Structured bug fix — reproduce (failing test), diagnose, fix (minimal change), verify, commit. Enforces test-first. Use when a bug needs a methodical fix.
| name | do |
| description | Alias for /brana:backlog start with freeform text. Routes to the best skill or creates a task. Use /brana:backlog start directly for the same behavior. |
| effort | low |
| model | haiku |
| keywords | ["routing","freeform","skill-selection","auto-route","natural-language"] |
| task_strategies | ["feature","bug-fix","refactor","spike","investigation"] |
| stream_affinity | ["roadmap","tech-debt","bugs"] |
| argument-hint | <description of what you want to do> |
| group | brana |
| allowed-tools | ["Bash","Read","AskUserQuestion","Skill","mcp__ruflo__memory_search"] |
| status | stable |
| growth_stage | seed |
/brana:do is an alias for /brana:backlog start with freeform text input.
/brana:do <description>
Invoke /brana:backlog start with the arguments treated as freeform text (step 1a of the start procedure):
Skill(skill="brana:backlog", args="start $ARGUMENTS")
All routing, skill matching, task creation, and batch detection logic lives in /brana:backlog start. See system/skills/backlog/phases/start.md § /brana:backlog start → step 1a.