一键导入
atm-task-card-authoring
Author ATM task cards with machine-readable scope, deliverables, validators, evidence, rollback, and atomization impact.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Author ATM task cards with machine-readable scope, deliverables, validators, evidence, rollback, and atomization impact.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
ATM Captain dispatch routing for task cards, sidecars, subagents, condition review, mailbox work, and closeout coordination.
Create registered planning families, plan documents, and task cards through the tool-first plan CLI.
Author ATM task cards with machine-readable scope, deliverables, validators, evidence, rollback, and atomization impact.
Author ATM task cards with machine-readable scope, deliverables, validators, evidence, rollback, and atomization impact.
Resolve ATM_* error codes from CLI JSON, logs, or user reports into canonical meaning, remediation, retryability, and approval guidance.
Plan ATM framework refactors by preserving atom/map semantics before splitting large governance modules.
| name | atm-task-card-authoring |
| description | Author ATM task cards with machine-readable scope, deliverables, validators, evidence, rollback, and atomization impact. |
| argument-hint | <ATM context> |
| charter-invariants-injected | true |
Use this skill when creating or revising ATM task cards, plan follow-up tasks, framework-development task cards, or default-governance plugin work items.
First command:
node atm.mjs next --prompt "$ARGUMENTS" --json
If the task card does not exist yet and next returns scope-not-found, continue
only as an authoring action. Do not claim unrelated open tasks.
Before creating a plan, task-card directory, or task card, classify the request as one of:
Reserved family routing: ErrorCode and error-governance work must use the registered ERR family (series ERR, prefix TASK-ERR). Temporary cleanup, quarantine, and one-off residue-disposition work must use the registered TMP family (series TMP, prefix TASK-TMP). Do not spend GOV numbers on these categories. If a draft or ledger record already used a GOV id for ERR/TMP work, stop and reclassify it through the registered planning family and, when needed, a ledger rekey/realign repair before implementation continues. Then resolve and state these three authorities:
planning authority: repository that owns the human-readable plan and source
task cards;target authority: repository where implementation files may change;closure authority: repository whose ATM ledger, evidence, close, and commit
establish completion.For ATM framework work that must be planned outside the target ATM ledger, resolve an external governance workbench repository first. Do not assume the current working directory is the planning repository.
Before writing any plan or task card, state these fields:
planning_repo_rootplanning_repo_is_external_to_targettarget_repo_rootsource_plan_pathsource_task_card_pathtarget_import_methodWhen planning and target authorities differ, keep the complete plan and source
cards only in the planning repository. The target repository may receive only
CLI-imported .atm/history/** ledger records and neutral product documentation
that is itself an explicit deliverable. Do not create a framework-local plan or
temporary card directory merely because implementation will happen there.
Treat an existing planning_repo, related_plan, AGENTS instruction, or human
decision as binding. If the authority is still unknown, stop authoring until it
is resolved. Memory and handoff notes are supporting context, not enforcement.
If no external governance workbench can be resolved for external-planning ATM framework work, stop and ask the user for the planning repository, or record a backlog item for missing planning-authority discovery. Do not create source planning cards inside the ATM target repository by default.
When changing ATM skills, update the source-of-truth template files first. Installed skill copies under agent or integration directories are derived artifacts; direct-only edits to those copies are not sufficient and must fail review because reinstalling or refreshing adapters can overwrite them.
Every task card must include frontmatter or an equivalent machine-readable block:
task_id: TASK-AREA-0001
title: Short action-oriented title
status: planned
owner: atm-release
priority: P0
depends_on: []
related_plan: docs/path/to/work-record.md
planning_repo: <governance-workbench-repo>
target_repo: AI-Atomic-Framework
closure_authority: target_repo
scopePaths:
- packages/cli/src/commands/example.ts
deliverables:
- packages/cli/src/commands/example.ts
validators:
- npm run validate:cli
evidence:
required: command-backed
rollback:
strategy: revert-commit
atomizationImpact:
ownerAtomOrMap: atm.cli-command-router-map
mapUpdates:
- atomic_workbench/maps/atm-cli-command-router-map.json
planning_repo / related_plan are read-only context.target_repo, scopePaths, and deliverables are the files an agent may
actually change..atm/history/** is ledger state, not the deliverable.atomizationImpact for ATM framework work:
deliverables;atomizationImpact;validators.When extending an existing plan, append a follow-up section to the original plan before creating separate cards. Avoid scattering related follow-up work across many disconnected documents.
Each follow-up card should answer:
After authoring or editing cards, dry-run import before asking another agent to implement them:
node atm.mjs tasks import --from "$ARGUMENTS" --dry-run --json
The dry-run must discover the intended task ids and must not fall back to unrelated open tasks.
INV-ATM-001 — No second registry (enforcement: gate, breaking change: yes)
Rule: A host project must not create a second AtomicRegistry implementation outside of packages/core or introduce a parallel ID allocation, version tracking, or registry promotion path.INV-ATM-002 — Lock before edit (enforcement: doctor, breaking change: no)
Rule: No governed file mutation may occur without a valid ScopeLock recorded in .atm/locks/ for the current WorkItem. Agents must call atm lock before editing files.INV-ATM-003 — Schema-validated promotion only (enforcement: gate, breaking change: yes)
Rule: An UpgradeProposal must pass all automatedGates (including JSON Schema validation) before promotion. Direct registry mutation that bypasses the UpgradeProposal path is forbidden.INV-ATM-004 — No competing highest authority (enforcement: doctor, breaking change: yes)
Rule: No host project rule, profile, or configuration may declare itself to have authority equal to or higher than the AtomicCharter. Any rule that contradicts an invariant must go through a charter waiver proposal.INV-ATM-005 — Host rule amendments require waiver flow (enforcement: waiver-required, breaking change: no)
Rule: When a host project rule conflicts with a charter invariant, the host must submit a behavior.evolve UpgradeProposal with a charterWaiver field and a linked HumanReviewDecision. Silent override is not permitted.INV-ATM-006 — Framework work tracking stays target-local (enforcement: doctor, breaking change: yes)
Rule: The framework repository must not host downstream adopter planning queues or project-specific work tracking artifacts. ATM framework-development tasks may live in the framework repository only as ATM-managed .atm/history/tasks ledger records with CLI transition evidence.INV-ATM-007 — Public framework docs remain English-only (enforcement: doctor, breaking change: yes)
Rule: Public contributor-facing documentation in the framework repository must remain English-only and repository-neutral. Non-English planning notes, local experiments, or downstream operating guidance must live in the coordinating host workspace unless they are translated into neutral English framework documentation..atm/runtime/** or .atm/history/**.allowedFiles unless the task is
explicitly a mirror/import task.