원클릭으로
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.