一键导入
plan-roadmap
How to create plans and follow roadmaps
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
How to create plans and follow roadmaps
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | plan-roadmap |
| description | How to create plans and follow roadmaps |
Long running major projects/changes to this repository are done via creating plans and tracking their roadmap.
Plans are stored in the .agents/plans directory.
Plans are named like
Plans are stored in markdown files with the following format:
---
name: Plan Name
status: Planned # Planned, In Progress, Completed
progress:
- "[ ] Task 1" # mark with [x] when done
- "[ ] Task 2"
- "[ ] Task 3"
---
# Plan Name
Plan description and research .....
.agents/plans directory.Audit repo dependencies by default and only apply library upgrades when explicitly requested.
Use Gradle commands to build and run the app by platform.
How to run, write, and debug local UI tests for Android, iOS, and browser builds.
How to list, pick, and boot Android emulators and iOS simulators for local app runs.
Guidance on where to place different types of code in this Kotlin Multiplatform project.
Guidelines for where to place different types of code in a Kotlin Multiplatform project.