flow-next-prose
GitHub规范长篇回复、报告及总结的写作风格与流程。通过读取并应用文风契约规则,确保草稿符合用户期望的表达质量,支持直接传入草稿进行润色优化。
触发场景
安装
npx skills add gmickel/flow-next --skill flow-next-prose -g -y
SKILL.md
Frontmatter
{
"name": "flow-next-prose",
"description": "Use while drafting any substantial reply, report, review walkthrough, or summary for the user - read the artifact prose contract before writing, not after, and draft under its rules. Do not use for short conversational turns, tool-call narration, the visual digest, or output that lands in a file, PR, or tracker (those artifact surfaces carry their own pointers). Also invocable directly as \/flow-next:prose [draft].",
"allowed-tools": "Read",
"user-invocable": false
}
Flow Prose
Ambient triggering is host-discretionary on every host: the host matches this skill's description at the moment the agent begins drafting a substantial reply.
The agent reads the prose contract at docs/prose.md, resolved relative to this SKILL.md file's own location. If the doc is absent, the skill proceeds without it and never blocks the reply.
The agent applies the contract's rules 1-10 at draft time and writes the reply under them from the first draft.
The reply-dormant parts of the doc are the precedence section's dedup-marker and projection bullets, which stay idle for replies. Rule 8 (user-outcome-first ordering) softens to lead with the answer. Rule 10 (honesty) stays fully active.
The agent never rewrites quoted material, code, or command output, and never restyles the user's words where they are being quoted back. A draft the user hands the skill as the /flow-next:prose <draft> argument is submitted for tightening, so the agent rewrites it under the contract.
Pass the identity (the path above). Never copy rule text from the doc into this skill.
版本历史
-
c9f7a79
当前 2026-09-09 15:25
触发机制由显式调用调整为基于起草时刻的环境自动触发,Codex 平台也加入此行为,以优化资源预算。
- cd9ddf8 2026-08-28 18:48


