一键导入
cai-add-roadmap
Use when recording a future plan or direction. Triggers: 'cai-add-roadmap', 'roadmap 추가', '계획 기록', 'add roadmap', '로드맵 추가', '미래 계획'
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when recording a future plan or direction. Triggers: 'cai-add-roadmap', 'roadmap 추가', '계획 기록', 'add roadmap', '로드맵 추가', '미래 계획'
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | cai-add-roadmap |
| description | Use when recording a future plan or direction. Triggers: 'cai-add-roadmap', 'roadmap 추가', '계획 기록', 'add roadmap', '로드맵 추가', '미래 계획' |
Creates a roadmap entry documenting a future plan, direction, or initiative. Uses the cai:cai-interview skill to collect details since future plans cannot be inferred from code.
Ask or infer the roadmap item's current status:
| Status | Meaning |
|---|---|
exploring | Under consideration, not committed |
planned | Committed but not started |
in-progress | Active work underway |
Note:
completedstatus exists but is set by updating existing items, not by creating new ones.
Is there sufficient context in the current conversation?
├── YES → Use it directly (Step 3)
└── NO → Invoke the cai:cai-interview skill (Step 2a)
2a. Interview for Roadmap Content
Invoke the cai:cai-interview skill. Pass:
Scan context/specs/ to find specs related to the roadmap item:
covers paths if the plan mentions specific file areasPopulate the related_specs frontmatter field with paths to matching specs.
Create context/roadmap/{status}/{slug}.md:
---
type: roadmap
status: {exploring|planned|in-progress}
tags: [relevant, tags]
last_synced: {today, YYYY-MM-DD}
target: "{target, e.g., 2026-Q3}"
related_specs: [context/specs/auth/_overview.md]
---
# {Roadmap Item Title}
## Motivation
{Why this is needed, business context}
## Description
{What will be done, scope of the initiative}
## Affected Areas
{Modules, components, or systems that will be impacted}
## Risks & Dependencies
{Known risks, blockers, or dependencies}
The {slug} is derived from the title: lowercase, words joined by hyphens (e.g., "migrate-to-oauth2", "add-real-time-notifications").
Present the generated roadmap item for review. Write to disk only after approval.
cai:cai-interview — Collects roadmap details from the user (see Step 2a).| Artifact | Path | Format |
|---|---|---|
| Roadmap document | context/roadmap/{status}/{slug}.md | Markdown with YAML frontmatter (Interface Contract 0.1, roadmap type) |
| Error | Action |
|---|---|
context/roadmap/{status}/ directory does not exist | Create it before writing |
| No related specs found | Set related_specs: [], note this in the document |
| User provides only a vague idea | Set status to exploring and keep the description high-level |
| Duplicate roadmap item detected (similar slug exists) | Ask user: update existing or create separate item |
Add backlog items to an existing sprint through guided brainstorming and planning. Automatically detects sprint context or asks for sprint location. Includes brainstorming phase, plan mode for task design, and ensures tasks are sized for single Claude Code sessions. Triggers include "add backlog", "new feature", "add task", "백로그 추가", "기능 추가", "태스크 추가".
Initialize a sprint with kanban-style structure for multi-agent collaboration. Use when user wants to start a sprint, set up sprint structure, or manage work with multiple agents. Triggers include "new sprint", "init sprint", "setup sprint", "start sprint", "스프린트 시작", "스프린트 초기화", "새 스프린트". Creates BACKLOG.md, HANDOFF.md, INSTRUCTION.md, and sets up active/, refs/designs/, refs/plans/ folders.
Design Feature or Task in detail within a sprint. Refines backlog items through brainstorming, creates implementation plan in Plan mode, and adds Sub-tasks to BACKLOG.md upon approval. Triggers: 'plan task', 'plan feature', 'plan backlog'
Review completed Task or Feature deliverables. Uses type-specific checklists (coding/docs/ideation/general) for quality review. Two modes: default (creates improvement Tasks) and immediate-fix (fixes issues directly). Triggers: 'review task', 'review feature', 'review backlog'
Review work in the current session after an agent marks a task as review. Applies type-specific criteria (coding/design/docs/general), reports findings, user selects improvements, enters Plan Mode, then executes improvements and marks task done. Triggers: 'review work', '작업 리뷰', '리뷰해줘'
Apply latest sprint-init template changes to existing sprints. Updates only rules/guidelines sections while preserving user data (Features, Tasks, tables). Triggers: 'update sprint', 'upgrade sprint', 'update template', 'update sprint version'