一键导入
coding
Run the explicit, token-efficient multi-agent code-development workflow for idp-brain.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run the explicit, token-efficient multi-agent code-development workflow for idp-brain.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | coding |
| description | Run the explicit, token-efficient multi-agent code-development workflow for idp-brain. |
This workflow is active only because the user invoked $coding.
The first argument may be lean, standard, or high-risk.
When it is omitted, select the lowest safe mode and state the selection in one line. Do not ask only to confirm the mode.
Use for documentation, comments, mechanical configuration, formatting, trivial single-file changes, and well-understood low-blast-radius code.
implementer -> root validation
Use for normal product code where an independent correctness check is useful.
implementer -> reviewer -> root validation
Use when a defect could leak data, corrupt state, silently produce wrong evidence, or be difficult to recover from. Examples include migrations, transactions, retries, concurrency, redaction, corpus eligibility, MCP boundaries, destructive operations, and retrieval ranking or lineage.
implementer -> deep_reviewer -> root validation
Do not run both reviewer and deep_reviewer for the same revision.
explorer only when the affected execution path is not already clear.verifier only when validation is substantial or logs need isolated
analysis.Use this precedence:
ARCHITECTURE.md.plans/.Inspect current code before assuming planned work is absent. Surface genuine conflicts rather than silently changing requirements.
One plan step file is the default unit. Split it only into independently testable acceptance slices with bounded files, explicit acceptance criteria, independent validation, and clear integration points.
Use one branch and one pull request per unit by default.
Pass only:
Goal:
Non-goals:
Plan or issue:
Relevant paths:
Acceptance criteria:
Validation:
Risk focus:
Base or diff:
Do not pass full conversations or complete copies of repository documents.
The root owns work-package selection, flow-mode selection, branch creation, agent lifecycle, final validation, staging, commits, pushes, pull requests, GitHub Actions monitoring, and merge.
The root does not implement production changes or perform the independent review.
explorer only when targeted code-path evidence is missing.implementer.lean, proceed to root validation.standard, give reviewer the work package, actual diff, and validation
summary.high-risk, give deep_reviewer those inputs plus only the relevant
checklist from references/.verifier only if substantial independent validation is still justified.Do not copy Ponytail's full instructions into subagent prompts.
Keep always-on Ponytail disabled for token-sensitive work. Invoke
$ponytail-review only for a concrete over-engineering signal, such as a new
dependency, a one-implementation abstraction, unexpected files, future
scaffolding, or a diff much larger than the acceptance criteria require.
Ponytail review supplements minimalism. It never replaces correctness or security review.
Subagents must not create or switch branches, stage, commit, push, or create, approve, update, or merge pull requests.
Merge only when acceptance criteria are satisfied, required review returned
exactly APPROVED, final validation and required checks pass, no blocker or
merge conflict remains, and unrelated work was preserved.
Stop only for completion, a genuine requirement or architecture conflict, missing information that cannot be derived, or unsafe validation/integration.