Agent Skills: Plan Revision

Guided plan revision with impact analysis. Supports explore mode (discover what to change) and direct mode (apply known changes). Always shows impact before execution.

UncategorizedID: srstomp/pokayokay/plan-revision

Install this agent skill to your local

pnpm dlx add-skill https://github.com/srstomp/pokayokay/tree/HEAD/plugins/pokayokay/skills/plan-revision

Skill Files

Browse the full folder contents for plan-revision.

Download Skill

Loading file tree…

plugins/pokayokay/skills/plan-revision/SKILL.md

Skill Metadata

Name
plan-revision
Description
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.

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

References

| Reference | Description | |-----------|-------------| | ohno-tools.md | ohno MCP tools used for plan revision |

Plan Revision Skill | Agent Skills