with one click
sweep-plans
Reclaim stale ~/.workflow-plans/ session artifacts
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Reclaim stale ~/.workflow-plans/ session artifacts
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Conduct a decision-tree interview with the user to lock in requirements, motivation, scope, and non-goals before planning.
Stage 3 of three-stage planning pipeline. Produce a file-level implementation plan via detail-planner/detail-reviewer loop, then get user approval. Inputs are confirmed intent (<session-id>-intent.md) and outline (<session-id>-outline.md) from prior stages.
Edit source code for the current task. Delegates editing and lint/typecheck/self-repair to a subagent.
Plan and write test cases with high reasoning effort. Test iteration runs in a subagent to minimize confirmations.
Explore the codebase to understand existing patterns, constraints, and relevant files before planning.
Investigate git history, docs/history.md, and GitHub issue/PR timeline since the relevant issue opened, to surface changes that may invalidate the issue's premises.
| name | sweep-plans |
| description | Reclaim stale ~/.workflow-plans/ session artifacts |
| user-invocable | true |
| model | sonnet |
| context | fork |
Reclaim stale session artifacts under ~/.workflow-plans/.
Invoke bin/sweep-plans.sh with forwarded arguments.
Pass --apply to delete candidates. Dry-run by default.
Pass --sweep-age-days N to override SWEEP_AGE_DAYS (default: 30).