/maestro-knowhow
Intent-driven knowhow precipitation — describe what you want to capture (记一个关于X的决策 / 保存这段代码模板 / 写个部署配方 / 存个调试技巧) and the workflow infers the type and records it into .workflow/knowhow/. Pure capture surface; knowhow 的管理/审计走 /maestro-knowledge;项目约束规则走 /maestro-spec add。Triggers
$ npx -y skills add catlog22/maestro-flow --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/maestro-knowhow
Context preview
What this command does when you run it.
Intent-driven knowhow precipitation — describe what you want to capture (记一个关于X的决策 / 保存这段代码模板 / 写个部署配方 / 存个调试技巧) and the workflow infers the type and records it into .workflow/knowhow/. Pure capture surface; knowhow 的管理/审计走 /maestro-knowledge;项目约束规则走 /maestro-spec add。Triggers
Command definition
maestro-knowhow.mdname: maestro-knowhow
disable-model-invocation: true
description: Intent-driven knowhow precipitation — describe what you want to capture (记一个关于X的决策 / 保存这段代码模板 / 写个部署配方 / 存个调试技巧) and the workflow infers the type and records it into .workflow/knowhow/. Pure capture surface; knowhow 的管理/审计走 /maestro-knowledge;项目约束规则走 /maestro-spec add。Triggers on "knowhow capture", "知识沉淀", "沉淀经验", "记录模板", "记录决策", "adr", "存个技巧".
argument-hint: "[intent — e.g. '记录一个 JWT 刷新的决策' | 'template 这段重试代码' | 'tip: redis 管道陷阱']"
allowed-tools:
- Read
- Write
- Edit
- Bash
- Glob
- Grep
- AskUserQuestion
session-mode: brief
<purpose> Intent-driven knowhow precipitation path (沉淀路径) — captures reusable knowledge into `.workflow/knowhow/`. No fixed grammar — state your intent; the `knowhow` step infers the content type and extracts the content. Type keywords still work as deterministic shortcuts:
| Type | Keywords | Prefix | |------|----------|--------| | session | `session` / `compact` / 压缩 | KNW- | | template | `template` / `tpl` / 模板 | TPL- | | recipe | `recipe` / `rcp` / 配方 / 步骤 | RCP- | | reference | `reference` / `ref` / 参考 | REF- | | decision | `decision` / `dcs` / `adr` / 决策 | DCS- | | tip | `tip` / `note` / 技巧 / 记录 | TIP- | </purpose>
<dispatch> Run `maestro run skill knowhow` with the full `$ARGUMENTS` passed through as the user's intent (first arg `capture` is implied). The step infers the content type from the intent, extracts the content, and writes the entry.
- A recognized type keyword anywhere in the intent pins the type deterministically.
- Otherwise the step infers the type from the intent (e.g. "决策/决定用X" → decision, "模板/这段代码" → template, "步骤/怎么部署" → recipe).
- No clear type signal → the step asks the user to pick (6-option picker).
- This command only captures; for knowhow store management use /maestro-knowledge.
</dispatch>
Read more
name: maestro-knowhow disable-model-invocation: true description: Intent-driven knowhow precipitation — describe what you want to capture (记一个关于X的决策 / 保存这段代码模板 / 写个部署配方 / 存个调试技巧) and the workflow infers the type and records it into .workflow/knowhow/. Pure capture surface; knowhow 的管理/审计走 /maestro-knowledge;项目约束规则走 /maestro-spec add。Triggers on "knowhow capture", "知识沉淀", "沉淀经验", "记录模板", "记录决策", "adr", "存个技巧". argument-hint: "[intent — e.g. '记录一个 JWT 刷新的决策' | 'template 这段重试代码' | 'tip: redis 管道陷阱']" allowed-tools: - Read - Write - Edit - Bash - Glob - Grep - AskUserQuestion session-mode: brief
<purpose> Intent-driven knowhow precipitation path (沉淀路径) — captures reusable knowledge into `.workflow/knowhow/`. No fixed grammar — state your intent; the `knowhow` step infers the content type and extracts the content. Type keywords still work as deterministic shortcuts:
| Type | Keywords | Prefix | |------|----------|--------| | session | `session` / `compact` / 压缩 | KNW- | | template | `template` / `tpl` / 模板 | TPL- | | recipe | `recipe` / `rcp` / 配方 / 步骤 | RCP- | | reference | `reference` / `ref` / 参考 | REF- | | decision | `decision` / `dcs` / `adr` / 决策 | DCS- | | tip | `tip` / `note` / 技巧 / 记录 | TIP- | </purpose>
<dispatch> Run `maestro run skill knowhow` with the full `$ARGUMENTS` passed through as the user's intent (first arg `capture` is implied). The step infers the content type from the intent, extracts the content, and writes the entry.
- A recognized type keyword anywhere in the intent pins the type deterministically.
- Otherwise the step infers the type from the intent (e.g. "决策/决定用X" → decision, "模板/这段代码" → template, "步骤/怎么部署" → recipe).
- No clear type signal → the step asks the user to pick (6-option picker).
- This command only captures; for knowhow store management use /maestro-knowledge.
</dispatch>
Intent-driven workflow orchestration for multi-agent AI development — adaptive lifecycle engine, self-reinforcing knowledge graph, and visual dashboard for Claude Code, Gemini, Codex & more
Repo: catlog22/maestro-flow
Other commands on maestro-flow.
- /maestro-companion
Quick execution for small tasks — minimal run lifecycle (start + done) with evidence recording. Full LLM capability, scoped to mechanically clear tasks.
Open command - /maestro-fork
Create or sync session worktree for parallel dev
Open command - /maestro-guard
Manage editing boundary restrictions
Open command - /maestro-impeccable
Use when designing, auditing, polishing, improving, or codifying frontend UI — websites, dashboards, landing pages, components, design systems
Open command - /maestro-init
Initialize project with auto state detection
Open command - /maestro-issue
Intent-driven issue lifecycle management — describe what you want in natural language (报告一个 bug / 列出开放 issue / 关掉 ISS-xxx / 关联到 task / 扫描发现问题) and the workflow routes to the right operation. Operates on .workflow/issues/. 知识管理走 /maestro-knowledge;knowhow 沉淀走
Open command

