completion-protocol
Task completion sequence including verification, git, signaling, and handoff. Use when finishing a task or reporting status.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Task completion sequence including verification, git, signaling, and handoff. Use when finishing a task or reporting status.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | completion-protocol |
| description | Task completion sequence including verification, git, signaling, and handoff. Use when finishing a task or reporting status. |
git remote get-url origin succeeds → git pull --rebase && git push## DONE
- Task: [what was assigned]
- Result: [what was delivered]
- Evidence: [verification command + output proving it works]
- Remaining: [follow-up work, or "none"]
- Assumptions: [what was assumed but not confirmed, or "none"]
For BLOCKED:
## BLOCKED
- Task: [what was assigned]
- Blocker: [specific reason]
- Tried: [what was attempted]
- Need: [what would unblock]
For FAILED:
## FAILED
- Task: [what was assigned]
- Strategies tried: [list of approaches attempted]
- Root cause: [best understanding of why]
- Recommendation: [what to try next or who to ask]
Default: file issues for anything discovered but out of scope. Format: one-line title + context for why it matters.
Write Architecture Decision Records when making significant technical choices. Use when selecting tools, patterns, frameworks, or making structural changes that future developers need to understand.
Write AGENTS.md files that serve as operating contracts for AI agents. Use when creating or updating AGENTS.md for a project. Trigger terms: AGENTS.md, agent instructions, agent contract, agent configuration, coding agent setup.
Quality rules for changelog entries. Use when validating, writing, or reviewing changelog content to ensure user-facing value communication.
Architecture diagrams for documentation. Covers ASCII, Mermaid, C4, and D2. Applies C4 methodology by default. Trigger terms: diagram, flowchart, architecture diagram, sequence diagram, C4, mermaid, ascii diagram.
Classify documentation by audience and content type. Use when planning, auditing, or placing project documentation.
Audit project documentation for quality, completeness, and freshness. Use when assessing documentation health, planning cleanup, or measuring improvement.