From agent-flow
Use when updating documentation, README sections, CHANGELOG entries, docstrings, or CLAUDE.md conventions after a feature is complete.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-flow:author-rulesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Write documentation for the developer who comes next — not the one who just built the feature. Assume they have no context from this session.
Write documentation for the developer who comes next — not the one who just built the feature. Assume they have no context from this session.
Append a row using this markdown table format:
| Date & Time | Type | Description |
|---------------------|---------|-------------|
| YYYY-MM-DD HH:MM:SS | Added | ... |
Run date '+%Y-%m-%d %H:%M:%S' to get the current timestamp. Type is one of: Added, Changed, Fixed, Removed. If the table header doesn't exist, add it first.
author-rules governs documentation. It is always invoked last (after review). Domain skills do not override authoring rules.
npx claudepluginhub timgranlundmarsden/claude-agent-flowCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.