# Abandon

> Harmonia abandon - retire the active task workspace so resolution skips it. Use ONLY when explicitly invoked as /harmonia:abandon.

- Skill: `foliveira/abandon` (Agent Skill)
- Install (CLI): `npx skillmds@latest add foliveira/abandon`
- Raw SKILL.md: https://api.skillmd.com/api/skills/foliveira/abandon/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: foliveira (https://skillmd.com/u/foliveira)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/foliveira/abandon

---


This is a human-invoked touchpoint. Retiring a task is the developer's call: no other skill or agent - flow explicitly - runs it or `bash ${CLAUDE_PLUGIN_ROOT}/bin/workspace.sh abandon` on the developer's behalf.

Run the abandon subcommand against the active workspace and surface its output verbatim:

```bash
bash ${CLAUDE_PLUGIN_ROOT}/bin/workspace.sh abandon --repo .
```

The script is the single source of truth - it resolves the workspace and writes the retirement marker so resolution skips it. Do not fork its logic; report what it prints.

