roadmap-skill 0.2.11 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.3.0] - 2026-03-14
9
+
10
+ ### Added
11
+ - **Graph View**: Added a full dependency graph workspace powered by React Flow for sequencing work, visualizing blockers, and reviewing execution order
12
+ - **Dependency Editing**: Added atomic dependency edge updates, inline dependency actions, and richer graph-side editing flows
13
+ - **Graph Export**: Added image export support for dependency views in the web workspace
14
+ - **Workspace Metadata**: Added repository and version metadata for the web workspace header and API responses
15
+ - **Agent Tooling**: Added agent-friendly dependency view read models, mutation change metadata, and dedicated dependency view tool coverage
16
+ - **Planning Skills**: Added the initial roadmap skill pack for roadmap routing, task flow, planning views, and web visualization guidance
17
+
18
+ ### Changed
19
+ - **Dependency Planning UX**: Improved dependency view layout, controls, inline actions, ready/done presentation, and detailed task rendering
20
+ - **Workspace State**: Improved dependency view selection, persisted workspace state, graph layout stability, and general interaction polish
21
+ - **Graph Layout Engine**: Bundled `elkjs` support for graph layout improvements in the web client
22
+ - **Task Creation Flow**: Added an active-only status filter to the Add Tasks modal so large graphs are easier to extend
23
+ - **Prompt Behavior**: Normalized optional argument handling in project prompts to reduce branching friction for Agents
24
+ - **Documentation**: Expanded README messaging around Graph View, refreshed screenshots, and added Chinese README updates for the new planning experience
25
+
26
+ ### Fixed
27
+ - **Mutation Responses**: Stabilized dependency view mutation responses and moved dependency change metadata generation into the service layer
28
+ - **Graph Persistence**: Fixed dependency view persistence and layout stability across workspace sessions
29
+ - **Metadata Detection**: Improved fallback behavior for app metadata resolution in the web server
30
+ - **Repository Cleanup**: Removed temporary root screenshots from the repository
31
+
8
32
  ## [0.2.11] - 2026-03-09
9
33
 
10
34
  ### Fixed
package/README.md CHANGED
@@ -1,12 +1,16 @@
1
1
  # Roadmap Skill
2
2
 
3
3
  <p align="center">
4
- <img src="./imgs/roadmap-skill-web.png" alt="Roadmap Skill Kanban Board" width="900">
4
+ <img src="./imgs/roadmap-skill-web.png" alt="Roadmap Skill web workspace with kanban and graph views" width="900">
5
+ </p>
6
+
7
+ <p align="center">
8
+ <sub>The local planning workspace: status in Kanban, execution order in Graph View.</sub>
5
9
  </p>
6
10
 
7
11
  <p align="center">
8
12
  <strong>Shared roadmap for humans and AI Agents</strong><br>
9
- Visual kanban for you. MCP server for Agents. Local-first.
13
+ Visual kanban and graph views for you. MCP server for Agents. Local-first.
10
14
  </p>
11
15
 
12
16
  <p align="center">
@@ -32,12 +36,39 @@
32
36
 
33
37
  **Agent-native** — Built as an MCP server. Your AI can create, update, and query tasks directly in conversation.
34
38
 
35
- **Lightweight Kanban** — Open `localhost:7860` when you feel like it, or ask your Agent to open it with `open_web_interface`. Or just stay in chat. All three work.
39
+ **Visual workspace** — Open `localhost:7860` when you feel like it, or ask your Agent to open it with `open_web_interface`. Kanban for status, Graph View for sequencing. Or just stay in chat. All three work.
36
40
 
37
41
  **Local-first** — Your data lives on your machine. No accounts, no cloud sync, no vendor lock-in.
38
42
 
39
43
  ---
40
44
 
45
+ ## New in v0.3.0: Graph View
46
+
47
+ Graph View is one of the headline features in `v0.3.0`.
48
+
49
+ <p align="center">
50
+ <img src="./imgs/roadmap-graph.png" alt="Roadmap Skill graph view for dependency planning" width="900">
51
+ </p>
52
+
53
+ <p align="center">
54
+ <sub>Graph View turns roadmap tasks into a dependency map, so you can inspect order, blockers, and ready work at a glance.</sub>
55
+ </p>
56
+
57
+ Kanban is great for tracking status. Graph View is for understanding execution order.
58
+
59
+ It helps you and your Agent answer questions like:
60
+
61
+ - What has to happen first?
62
+ - Which tasks are ready right now?
63
+ - What is blocked by unfinished work?
64
+ - Which dependency should be added, reversed, or removed?
65
+
66
+ Instead of treating roadmap tasks as a flat list, Graph View turns them into a visual dependency map with node connections, ready/done states, detailed task cards, and export support. It is designed for planning sessions where sequencing matters just as much as status.
67
+
68
+ If you are using Roadmap Skill as an MCP workspace, this is the view that makes agent-assisted planning feel concrete: your Agent can build and update dependency graphs in chat, and you can immediately inspect the structure visually in the web UI.
69
+
70
+ ---
71
+
41
72
  ## Quick Start (Zero Config)
42
73
 
43
74
  ```bash
@@ -280,6 +311,28 @@ The AI will immediately create the project and tasks, saving them to local stora
280
311
 
281
312
  ---
282
313
 
314
+ ## Agent Skills
315
+
316
+ This repository includes installable skills under `skills/`, distributed through the git repository rather than the published npm package.
317
+
318
+ Available skills:
319
+
320
+ - `skills/roadmap/` - lightweight background and routing for roadmap-skill
321
+ - `skills/roadmap-task-flow/` - capture, enrich, tag, and prioritize roadmap tasks
322
+ - `skills/roadmap-planning-views/` - build focused planning graphs from task subsets
323
+ - `skills/roadmap-web-visualization/` - open and use the local roadmap web workspace
324
+
325
+ Recommended installation pattern for skill-aware tools:
326
+
327
+ ```bash
328
+ # install from the git repository when the installer supports repo sources
329
+ npx skills add shiquda/roadmap-skill
330
+ ```
331
+
332
+ These skills are still in beta. If you run into issues or have suggestions, feedback is very welcome.
333
+
334
+ ---
335
+
283
336
  ## Who Is This For?
284
337
 
285
338
  Solo developers, AI power users, and vibe coders who want their Agent to be a real collaborator — not just a code generator.
@@ -308,7 +361,7 @@ Use `/auto-prioritize` to let your Agent analyze the current project state and r
308
361
 
309
362
  Or use `/suggest-tasks` — your Agent recommends the next actions based on current progress and priorities.
310
363
 
311
- No tab switching. No copy-pasting. Just ask.
364
+ No tab switching. No copy-pasting. Just ask
312
365
  ---
313
366
 
314
367
  ## Core Features
@@ -316,6 +369,10 @@ No tab switching. No copy-pasting. Just ask.
316
369
  | Feature | Description |
317
370
  |--------|-------------|
318
371
  | **Kanban View** | Four columns: Todo, In Progress, Review, Done |
372
+ | **Graph View** | Visual dependency map for sequencing work, spotting blockers, and reviewing execution order |
373
+ | **Ready / Blocked Signals** | Quickly see which tasks are ready now and which ones still depend on unfinished work |
374
+ | **Dependency Editing** | Add, reverse, and remove task dependencies directly from the planning graph |
375
+ | **Graph Export** | Export dependency graphs as images for sharing, review, or release planning |
319
376
  | **Drag and Drop** | Drag tasks to update status, WYSIWYG |
320
377
  | **Quick Create** | Click "+" button on any column to instantly add tasks |
321
378
  | **Dual View** | Compact mode for overview, detailed mode for full info |
package/README.zh.md CHANGED
@@ -277,6 +277,28 @@ AI 会立即为你创建项目和任务,并自动写入本地存储。你可
277
277
 
278
278
  ---
279
279
 
280
+ ## Agent Skills
281
+
282
+ 本仓库在 `skills/` 目录下提供了一组可安装的 Agent Skills,它们通过 git 仓库分发,而不是通过已发布的 npm 包分发。
283
+
284
+ 可用的 Skills:
285
+
286
+ - `skills/roadmap/` - 轻量背景介绍与路由入口
287
+ - `skills/roadmap-task-flow/` - 记录、补全、整理和重排任务列表
288
+ - `skills/roadmap-planning-views/` - 从任务子集构建聚焦的规划视图与图工作区
289
+ - `skills/roadmap-web-visualization/` - 打开并使用本地 roadmap Web 工作区
290
+
291
+ 对于支持 Skill 安装的工具,推荐这样安装:
292
+
293
+ ```bash
294
+ # 当安装器支持从仓库安装时,直接从 git 仓库安装
295
+ npx skills add shiquda/roadmap-skill
296
+ ```
297
+
298
+ 这些 Skills 目前仍是测试版本;如果你在使用中遇到问题,或者有任何建议,欢迎反馈。
299
+
300
+ ---
301
+
280
302
  ## 适合谁使用
281
303
 
282
304
  独立开发者、AI 重度用户、Vibe Coder — 想让 Agent 真正参与项目协作,而不只是写代码的人。