一键导入
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 页面并帮你完成安装。
基于 SOC 职业分类
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".
| 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.