# Implementation Needs Rework

> Return issue to plan-ready status for re-implementation after major review issues

- Skill: `marcusjellinghaus/implementation-needs-rework` (Agent Skill)
- Install (CLI): `npx skillmds@latest add marcusjellinghaus/implementation-needs-rework`
- Raw SKILL.md: https://api.skillmd.com/api/skills/marcusjellinghaus/implementation-needs-rework/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: MarcusJellinghaus (https://skillmd.com/u/marcusjellinghaus)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/marcusjellinghaus/implementation-needs-rework

---


# Return to plan-ready after major review issues

Transitions the issue back to `plan-ready` status for re-implementation when code review identifies major issues that cannot be fixed with minor changes.

## When to Use

| Situation | Action |
|-----------|--------|
| Minor fixes | Fix directly, re-run `/implementation_review` or `/implementation_review_supervisor` |
| **Major issues** | **This command** (after `/implementation_new_tasks` + `/commit_push`) |
| Approved | `/implementation_approve` |

## Prerequisites

- New implementation steps created (`/implementation_new_tasks`)
- Changes committed and pushed (`/commit_push`)

## Instructions

```bash
mcp-coder gh-tool set-status status-05:plan-ready
```

Confirm the status change was successful. If it fails, report the error. Do not use `--force` unless explicitly asked.

## Next Steps

Run `mcp-coder implement` to process the new steps, then `/implementation_review` or `/implementation_review_supervisor`.

