# Plan Revision

> Use when revising existing implementation plans, analyzing impact of task changes, exploring modifications to project scope or dependencies, or updating task hierarchies with full impact visibility before execution.

- Skill: `srstomp/plan-revision` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add srstomp/plan-revision`
- Raw SKILL.md: https://api.skillmd.com/api/skills/srstomp/plan-revision/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: srstomp (https://skillmd.com/u/srstomp)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/srstomp/plan-revision

---


# Plan Revision

Revise existing plans with full impact visibility.

**Integrates with:**
- `ohno` — Task CRUD, dependencies, activity logging
- `work-session` — Works within session workflow

## Quick Reference

### Explore Mode
1. Load context from ohno
2. Ask discovery questions (one at a time)
3. Surface connections and dependencies
4. Propose 2-3 approaches with trade-offs
5. Converge to concrete changes
6. Show impact analysis
7. Execute with approval

### Direct Mode
1. Load context from ohno
2. Parse user's stated changes
3. Clarify only if ambiguous
4. Show impact analysis
5. Execute with approval

## Impact Analysis Components

| Component | Priority | When Shown |
|-----------|----------|------------|
| Ticket changes (diff table) | Primary | Always |
| Risk assessment | Primary | Always |
| Dependency graph | Secondary | Complex deps |
| Effort delta | Secondary | Significant changes |

## Risk Flags

:warning: **High Risk:**
- Task in progress or review
- Task has logged activity
- Task has 3+ dependents
- Task on critical path

:information_source: **Medium Risk:**
- Dependencies need updating
- Part of partially complete epic

## When NOT to Use

- **Creating a new plan** — Use `planning` to break down PRDs into epics/stories/tasks from scratch
- **Working on tasks** — Use `work-session` to execute implementation; this skill only revises plans
- **Reviewing completed work** — Use `session-review` for retrospective analysis

## References

| Reference | Description |
|-----------|-------------|
| [ohno-tools.md](references/ohno-tools.md) | ohno MCP tools used for plan revision |
