flow-next-prose
GitHub规范长文本回复的写作风格,应用散文契约提升报告、摘要等内容的质量。触发词包括 /flow-next:prose 和 tighten this reply。
Trigger Scenarios
Install
npx skills add gmickel/flow-next --skill flow-next-prose -g -y
SKILL.md
Frontmatter
{
"name": "flow-next-prose",
"description": "Apply the artifact prose contract while drafting substantial replies, reports, review walkthroughs, and summaries. Triggers on \/flow-next:prose, 'apply the prose contract', and 'tighten this reply'. Do not trigger on short conversational turns, tool-call narration, the visual digest, or any output that lands in a file, PR, or tracker (those artifact surfaces carry their own pointers to the contract).",
"allowed-tools": "Read",
"user-invocable": false
}
Flow Prose
Ambient triggering is host-discretionary. On Codex the host loads it on explicit invocation only.
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.
Version History
- cd9ddf8 Current 2026-08-28 18:46


