一键导入
flow-shared
Shared prompts and references for flow-* skills. Not invoked directly.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Shared prompts and references for flow-* skills. Not invoked directly.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | flow-shared |
| description | Shared prompts and references for flow-* skills. Not invoked directly. |
| disable-model-invocation | true |
| metadata | {"internal":true,"flow":{"role":"shared-assets"}} |
Do not invoke directly. Bundles prompts and references for orchestrator skills (flow-execute, flow-patch, flow-verify, flow-finish, and others via path resolver).
flow-shared/prompts/implementer.mdflow-shared/prompts/spec-document-reviewer.mdflow-shared/prompts/spec-reviewer.mdflow-shared/prompts/correctness-reviewer.mdflow-shared/references/plan-execution.mdflow-shared/references/tdd-red-green.mdflow-shared/references/verification-gate.mdflow-shared/references/verify-gate.mdflow-shared/references/branch-gate.mdflow-shared/references/session-gate.mdflow-shared/references/worktree-setup.mdflow-shared/references/root-cause-tracing.mdflow-shared/references/finish-gate.mdflow-shared/references/state-setup.mdflow-shared/references/artifact-commit-gate.mdOrchestrator skills resolve this directory via the path resolver in flow/SKILL.md, then read prompt files before dispatching subagents.
Execute an approved plan with subagents, TDD, and two-stage review. Invoke with /flow-execute to resume or when plan exists without an active spec session.
Router for the flow development workflow. Invoke with /flow to triage and suggest the right /flow-* command.
Create an approved spec and self-reviewed implementation plan. Invoke with /flow-spec before multi-step work.
Small bounded changes with micro-spec, inline TDD, and per-task review. Invoke with /flow-patch.
Explore ideas and design before committing to a spec. Invoke with /flow-brainstorm when requirements are still fuzzy.
Final verification gate before claiming work complete. Invoke with /flow-verify.