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 직업 분류 기준
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.
| 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.