ワンクリックで
arc-compacting
Guide for strategic manual compaction timing at workflow phase boundaries
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Guide for strategic manual compaction timing at workflow phase boundaries
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when running autonomous unattended loops — cross-session execution of DAG tasks without human intervention
Use when converting design documents to structured specs, when spec quality is below threshold, or when requirements need formal acceptance criteria
Use when you need to verify work is complete before making completion claims
Use when maintaining ArcForge itself by creating, editing, or verifying ArcForge skills before deployment
Use when optional learning is enabled and observations should become reviewable candidates, inactive drafts, and explicitly activated artifacts.
Use when user asks about behavioral patterns, requests instinct status, or wants to confirm/contradict a detected pattern
| name | arc-compacting |
| description | Guide for strategic manual compaction timing at workflow phase boundaries |
Guide compaction decisions at logical workflow boundaries instead of letting auto-compaction fire mid-task. Compact at the right time to preserve context quality without losing critical state.
Core principle: Compact between phases (when state is persisted to files), not during phases (when context holds un-persisted decisions).
Use this skill when:
| Phase Transition | Compact? | Why |
|---|---|---|
| Exploration → planning | Yes | Research context is bulky; plan is the distilled output |
| Planning → implementation | Yes | DAG/tasks are in files; free up context for code |
| Implementation → testing | Maybe | Keep if tests reference recent code changes |
| Debugging → next feature | Yes | Debug traces pollute context for unrelated work |
| Mid-implementation | No | Losing variable names, file paths, partial state is costly |
| After failed approach | Yes | Clear dead-end reasoning before new approach |
After arc-brainstorming produces design doc | Yes | Design is saved to file; compact before refining |
After arc-planning produces dag.yaml | Yes | DAG persists; free context for implementation |
| Persists After Compact | Lost After Compact |
|---|---|
| CLAUDE.md + rules (auto-loaded) | Intermediate reasoning |
| Tasks (TodoWrite) | File contents previously read |
| Memory files | Conversation context |
| Git state (commits, branches) | Tool call history |
| dag.yaml, .arcforge-epic | Verbal preferences given this session |
| Skill definitions (auto-loaded) | Session-specific observations |
docs/plans/ or memoryarc-journaling if the session was substantial — captures session insights before they're lostUse a focused compact command to orient the post-compact session:
/compact Focus on implementing [next task] using arc-agent-driven
The summary text becomes the seed for the compressed context. Make it actionable.
arcforge reboot to recover DAG context quicklyWorks with:
Red Flags: