plan-revision

📁 srstomp/pokayokay 📅 Jan 24, 2026
14
总安装量
6
周安装量
#23463
全站排名
安装命令
npx skills add https://github.com/srstomp/pokayokay --skill plan-revision

Agent 安装分布

claude-code 4
codex 3
antigravity 3
windsurf 3
github-copilot 3

Skill 文档

Plan Revision

Revise existing plans with full impact visibility.

Integrates with:

  • ohno — Task CRUD, dependencies, activity logging
  • project-harness — 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

ohno MCP Tools Used

  • get_tasks(fields: "standard") – Load plan with descriptions
  • get_project_status() – Summary
  • get_task_dependencies() – Dependency map
  • update_task() – Modify tasks
  • archive_task() – Remove tasks
  • create_task() – Add tasks
  • add_dependency() / remove_dependency() – Update deps
  • add_task_activity() – Log revision