name: remediation-handoff-atomic-planner
description: 'Reusable remediation trigger and atomic_planner handoff steps. Use when audits require remediation inputs and a delegated remediation plan.'
Remediation Handoff to atomic_planner
Shared remediation workflow and handoff expectations for agents that delegate to atomic_planner.
When to Use This Skill
Use this skill when:
Audit findings require remediation.
You must create remediation inputs and delegate plan creation to atomic_planner.
Trigger Conditions (Generic)
Trigger remediation when any of these are true:
Audit artifacts contain FAIL or meaningful PARTIAL findings.
Toolchain checks fail.
Acceptance criteria are not met.
Required Remediation Inputs
Create remediation-inputs.<timestamp>.md with:
Enumerated fix list with file paths, expected behavior, and verification commands.
A “do not do” list (no scope creep, no policy weakening, no silent skips).
Plan Creation and Handoff
Create a remediation plan target file using the repo’s plan template.
Delegate to atomic_planner with:
${spec} pointing to remediation inputs (authoritative)
${file} pointing to the remediation plan target file
Require atomic_planner to output a deterministic, atomic plan with phases and [P#-T#] IDs.
Require the same ${file} path to be updated in place across all remediation-plan revisions in the same remediation loop.
The caller owns the downstream clearance loop:
hand the resulting remediation plan to atomic_executor in preflight-validation mode,
if preflight returns PREFLIGHT: REVISIONS REQUIRED, re-delegate to atomic_planner against the same ${file} path,
execute the remediation plan only after PREFLIGHT: ALL CLEAR.
Context Package (When Required)
If the calling agent requires a context package, inline the specified audit artifacts, PR context artifacts, and any relevant plan files in the delegated prompt.
1---2name: remediation-handoff-atomic-planner-73description: Converted skill4---5# Converted skill67Applied rewrites:8- None910---11name: remediation-handoff-atomic-planner12description: 'Reusable remediation trigger and atomic_planner handoff steps. Use when audits require remediation inputs and a delegated remediation plan.'13---1415# Remediation Handoff to atomic_planner1617Shared remediation workflow and handoff expectations for agents that delegate to `atomic_planner`.1819## When to Use This Skill2021Use this skill when:22- Audit findings require remediation.23- You must create remediation inputs and delegate plan creation to `atomic_planner`.2425## Trigger Conditions (Generic)2627Trigger remediation when any of these are true:28- Audit artifacts contain FAIL or meaningful PARTIAL findings.29- Toolchain checks fail.30- Acceptance criteria are not met.3132## Required Remediation Inputs3334Create `remediation-inputs.<timestamp>.md` with:35- Enumerated fix list with file paths, expected behavior, and verification commands.36- A “do not do” list (no scope creep, no policy weakening, no silent skips).3738## Plan Creation and Handoff39401) Create a remediation plan target file using the repo’s plan template.412) Delegate to `atomic_planner` with:42 - `${spec}` pointing to remediation inputs (authoritative)43 - `${file}` pointing to the remediation plan target file443) Require `atomic_planner` to output a deterministic, atomic plan with phases and `[P#-T#]` IDs.454) Require the same `${file}` path to be updated in place across all remediation-plan revisions in the same remediation loop.465) The caller owns the downstream clearance loop:47 - hand the resulting remediation plan to `atomic_executor` in preflight-validation mode,48 - if preflight returns `PREFLIGHT: REVISIONS REQUIRED`, re-delegate to `atomic_planner` against the same `${file}` path,49 - execute the remediation plan only after `PREFLIGHT: ALL CLEAR`.5051## Context Package (When Required)5253If the calling agent requires a context package, inline the specified audit artifacts, PR context artifacts, and any relevant plan files in the delegated prompt.
Run npx skillmds@latest add drmoisan/remediation-handoff-atomic-planner-7 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Converted skill It is listed under Coding & Dev Tools, Security on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
drmoisan (@drmoisan) published this skill. Their other Agent Skills are listed on their SkillMD profile.