plan-revision
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 loggingproject-harnessâ Works within session workflow
Quick Reference
Explore Mode
- Load context from ohno
- Ask discovery questions (one at a time)
- Surface connections and dependencies
- Propose 2-3 approaches with trade-offs
- Converge to concrete changes
- Show impact analysis
- Execute with approval
Direct Mode
- Load context from ohno
- Parse user’s stated changes
- Clarify only if ambiguous
- Show impact analysis
- 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 descriptionsget_project_status()– Summaryget_task_dependencies()– Dependency mapupdate_task()– Modify tasksarchive_task()– Remove taskscreate_task()– Add tasksadd_dependency()/remove_dependency()– Update depsadd_task_activity()– Log revision