← Back to list

planning
by Yuvasee
⭐ 4🍴 0📅 Jan 22, 2026
SKILL.md
name: planning description: Create implementation plans with phase management.
Planning
Creates detailed implementation plans with phases, stored within the session folder.
Requirements
- Active session must exist (session path in working memory)
- If no active session: STOP and ask user for session path
Execution
Session path: [SESSION_PATH from working memory] Context: $ARGUMENTS
Steps
-
Gather context:
- Read recent dive/task documents from session
- Review project documentation if available
- Understand current codebase state
-
Create plan file:
- Location:
[SESSION_PATH]/[TIMESTAMP_FILE]-plan-[plan-slug].md
Structure:
# Plan: [Title] Created: [TIMESTAMP_LOG] ## Task Definition [Concise summary] ## Requirements - [ ] [Requirement 1] - [ ] [Requirement 2] ## Context [Key files, current state, constraints] ## Implementation Phases ### Phase 1: [Name] - [ ] [Step] - [ ] [Step] - [ ] Run pyright/ruff or tsc - fix errors ### Phase 2: [Name] - [ ] [Step] - [ ] [Step] - [ ] Run pyright/ruff or tsc - fix errors ### Phase 3: Testing - [ ] [Test case] - [ ] Final checks ## Notes [Important context from task definition] - Location:
-
Update session:
- Edit
[SESSION_PATH]/_overview.md:- Add to Flow Log:
- [TIMESTAMP_ITERATION] Plan created -> [filename].md - Add to Plans:
- [filename].md - [brief description] - Add to Files:
- [filename].md - Plan: [brief description]
- Add to Flow Log:
- Commit (if git repo):
cd [SESSION_DIR] && git add . && git commit -m "Plan: [title]"
- Edit
-
Report back: Plan summary and file location
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon