一键导入
artifact-management
Rules for managing local .AGENTS.md and global artifacts (TASK.md, PLAN.md, ARCHITECTURE.md).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Rules for managing local .AGENTS.md and global artifacts (TASK.md, PLAN.md, ARCHITECTURE.md).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Use when decomposing tasks into parallel sub-tasks or spawning sub-agents. Vendor-agnostic core; load a per-vendor reference for concrete tool names, directory conventions, and invocation syntax.
Use when performing Verification-Driven Development with adversarial approach. Actively challenge assumptions and find weak spots.
Use when performing VDD adversarial review with an opt-in sarcastic, provocative delivery style — a stylistic skin over vdd-adversarial mechanics (exhaustive reporting + objective bar).
Performance critic in adversarial style (optional sarcastic skin). Part of VDD Multi-Adversarial pipeline.
Use when performing OWASP security critique in adversarial style (optional sarcastic skin). Part of VDD Multi-Adversarial pipeline.
Use when performing security vulnerability assessment (OWASP, secrets, dependencies, IaC, LLM, API, MCP/agentic) or when "thinking like a hacker" to find exploits.
基于 SOC 职业分类
| name | artifact-management |
| description | Rules for managing local .AGENTS.md and global artifacts (TASK.md, PLAN.md, ARCHITECTURE.md). |
| tier | 0 |
| version | 1.1 |
src/services/.AGENTS.md).# Directory: src/services/
## Purpose
[Brief description of the directory's purpose]
## Files
### [filename.py]
**Classes/Functions:**
- `[ClassName]` — [Description]
- `[method_name]` — [Description]
docs/tasks/task-NNN-slug.md.docs/plans/plan-NNN-slug.md (reuses the same ID/slug).docs/architectures/ section chunks + a short index) when it exceeds 1500 lines.You serve TWO masters:
<appDataDir>/brain/.../task.md for YOUR mental state. This is ephemeral and for your eyes only.docs/TASK.md as the persistent Source of Truth for the TEAM.Resolution Rule:
NEVER let your internal
task.mdreplace or obsolete the Projectdocs/TASK.md. You must keepdocs/TASK.mdup-to-date even if you are tracking granular steps internally. When "Creating a TASK", you createdocs/TASK.md.
[!IMPORTANT] Complete protocol is in
skill-archive-task. This skill depends onskill-archive-taskfor archivingdocs/TASK.mdanddocs/PLAN.md(PLAN.md rotates in lockstep with TASK.md, reusing the same ID/slug).
Before creating a NEW docs/TASK.md:
skill-archive-taskdocs/tasks/; Step 7 archives PLAN.md → docs/plans/ in lockstep)See skill-archive-task for:
[!NOTE] ARCHITECTURE.md is NOT archived. It is a single LIVING document, updated in place across tasks. Its only structural operation — splitting into
docs/architectures/section chunks with a short index when it exceeds 1500 lines — is defined inarchitecture-format-core("Living Document & Index-Mode"), not here.
See
skill-safe-commandsfor the complete list of commands safe for auto-execution.
Key commands: mv docs/TASK.md docs/tasks/..., mv docs/PLAN.md docs/plans/..., ls, cat — read-only validation.
.AGENTS.md scopes, Analyst updates TASK.md).