ワンクリックで
state-management
Use when non-trivial work needs durable, bounded project memory across checkpoints or sessions.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when non-trivial work needs durable, bounded project memory across checkpoints or sessions.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | state-management |
| description | Use when non-trivial work needs durable, bounded project memory across checkpoints or sessions. |
Keep continuation state concise enough to load quickly and precise enough that /sc-status can resume without guessing. Announce use before changing durable memory.
docs/STATE.md and .continue-here.md, then load only artifacts explicitly needed by Next Action.SUPERSEDED by <reference> instead of preserving competing truths.STATE.md exceeds 300 lines; never archive active blockers or the next action.Use when starting, pausing, or completing non-trivial workflow work; recording a durable decision, blocker, deferral, or handoff; or finishing a feature, review, audit, or debugging session. Skip one-off questions, tiny edits, and throwaway experiments.
.continue-here.md is a short pointer, not a second state database.Pairs with context-engineering for selective loading, checkpoint-protocol for blockers, executing-plans and issue-workflow for progress, agentic-delivery for BRD→PRD→FSD→GOAL authority, todo-management for deferrals, and pause/status workflows for continuation.
Use when following the Super Compound BRD -> PRD -> FSD -> GOAL -> IMPLEMENTATION -> VERIFICATION delivery path, artifact traceability, FSD authority, optional ADR handling, zero context bloat issue slicing, or OPEN-* stop conditions.
Use when an approved FSD goal or lightweight issue pointer is ready for implementation.
Use when multi-component work needs cross-component verification of API contracts, data flow, events, auth, config, UI, background jobs, or tests.
Use when /sc-plan needs FSD GOAL-* packets turned into lightweight issue pointers, local Markdown Kanban boards, blocker DAGs, or multi-agent task contracts.
Use when a plan or issue board has 2+ independent execution streams whose time saving exceeds coordination overhead. Dispatches agents in isolated git worktrees only after required delivery gates pass.
Use when an FSD and goal issue board need requirement coverage, goal quality, dependency DAG, sizing, and verification validated before execution.