원클릭으로
document-task
Document completed work — update task log, sync documentation, log observations. Use after finishing a task or batch of changes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Document completed work — update task log, sync documentation, log observations. Use after finishing a task or batch of changes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Batch-commit all uncommitted changes grouped by relevance. Use when multiple accumulated changes need committing. Invoked by saying "commit all" or "commit everything".
Stage, commit, and push code changes with branch safety and explicit staging. Use when ready to commit work. Invoked by saying "commit", "push", or "commit and push".
Execute a previously created implementation plan — implement, test, document, and close out. Use when a plan file exists and is ready for implementation.
Merge dev branch into master/main and push. Use when dev changes are ready for production branch. Invoked by saying "merge to master" or "merge to main".
Create a detailed implementation plan before coding. Use when starting a new feature, multi-step refactor, or complex task. Invoked by saying "plan", "create a plan", or "plan this task".
Generate a structured report on completed work, a feature area, or a topic. Saved to the reports directory. Invoked by saying "report", "generate report", or "summarize work".
SOC 직업 분류 기준
| name | document-task |
| description | Document completed work — update task log, sync documentation, log observations. Use after finishing a task or batch of changes. |
You just helped complete one or more tasks. Now document everything per the project rules in AGENTS.md.
Review what was done — Scan the conversation to identify all completed work. Note which files were touched.
Update today's task log — Append row(s) to docs/task/logs/YYYY-MM-DD.md (today's date). Create the file if it doesn't exist:
# Task Log — MM/DD/YYYY
> {n} tasks
| Title | Description | Start Date | End Date | Category | Type |
| --- | --- | --- | --- | --- | --- |
| {Action-oriented title} | {Concise outcome-focused description} | MM/DD/YYYY | MM/DD/YYYY | {Category} | {Type} |
Gateway, API, Webhooks, Checkout, Refunds, Admin, Security, Bug, DocsTask · Sprint> {n} tasks counterLog agent observations (BLOCKING GATE) — Append entries to docs/agent-observations/:
critical.md — Blocking issues, data inconsistencies, security concernsrecommendations.md — Improvement suggestions, follow-up tasksanomalies.md — Inconsistencies, drift between docs and codeIf no observations: Observations: none. Silence is a violation.
Update affected documentation — Based on which files changed, update relevant docs. Use the trigger map in AGENTS.md:
docs/plugin/architecture/1-gateway-core.mddocs/plugin/architecture/2-api-integration.mddocs/plugin/architecture/3-webhook-system.mddocs/plugin/features/1-checkout-flow.mddocs/plugin/features/2-refund-processing.mddocs/plugin/features/3-admin-settings.mddocs/plugin/features/4-transaction-management.mddocs/plugin/features/5-environment-config.mdIf no docs need updating (rare), explicitly state why.
Confirm completion — List what was logged, what observations were recorded (or "none"), and which docs were updated.