memory-continuity
Preserves cross-session continuity with deterministic MEMORY.md, index.md, and snapshot handoffs under .agentic/memories/.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Preserves cross-session continuity with deterministic MEMORY.md, index.md, and snapshot handoffs under .agentic/memories/.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Structures, writes, and reviews Terraform infrastructure code. Covers module layout, remote state, workspace strategy, variable and secrets handling, CI plan/apply pipeline, naming conventions, and multi-region deployment patterns (provider aliases, per-region state, failover strategies), while delegating shared risk classification, version guards, and rollback contract to `terraform-risk-playbook`. Invoked when the user asks to write Terraform, set up infrastructure as code, or review IaC.
Creates or updates AWS-oriented Terraform module structure and implementation scaffolding. Focuses on file layout, variable/output contracts, provider and version constraints, tagging standards, safe composition patterns, and address-stability guardrails.
Designs and implements Terraform module tests for AWS-targeted modules. Covers terraform-native tests, validation gates, fixture composition, and risk-focused assertions for regressions, address migration, and unsafe changes.
Designs AWS-targeted Terraform infrastructure plans before implementation. Focuses on service selection, module boundaries, state/backends, environment separation, security/compliance guardrails, acceptance criteria, and explicit risk/validation assumptions.
Diagnoses Terraform/OpenTofu risk before generating changes. Defines the response contract, failure-mode routing, version/runtime guards, validation commands, and rollback expectations for modules, tests, CI, and state work.
Uses lightweight AWS stack emulation for faster local Terraform iteration. Defines what can be safely validated locally, compatibility caveats, and the handoff boundary to real-AWS verification and reviewed plan/apply flows.
| name | memory-continuity |
| description | Preserves cross-session continuity with deterministic MEMORY.md, index.md, and snapshot handoffs under .agentic/memories/. |
| version | 1.0.0 |
| tags | ["agentic","memory","continuity","workflow"] |
| resources | ["memory-current-template.md","index-template.md","memory-template.md"] |
| vendor_support | {"claude":"native","opencode":"native","copilot":"prompt-inject","codex":"prompt-inject","gemini":"prompt-inject"} |
Use this skill to preserve high-value context between clean sessions while avoiding noisy or low-signal carryover.
Use this deterministic structure:
.agentic/
memories/
MEMORY.md
index.md
snapshots/
YYYY-MM-DDTHH-MM-SSZ.md
Rules:
.agentic/memories/ does not exist, create it and required child paths.MEMORY.md is the current canonical continuity file.index.md is a small pointer log to snapshots.snapshots/ stores timestamped continuity checkpoints.memory-current-template.md for MEMORY.md initialization.index-template.md for index.md initialization.When MEMORY.md and index.md do not exist:
.agentic/memories/MEMORY.md if present.index.md exists, read only the latest 1 to 3 snapshot pointers..agentic/memories/.agentic/memories/snapshots/.agentic/memories/MEMORY.md (from memory-current-template.md).agentic/memories/index.md (from index-template.md)memory-template.md.MEMORY.md additively:YYYY-MM-DDTHH-MM-SSZ.mdindex.md pointing to the snapshot and objective.MEMORY.md as shared state: do not delete or rewrite another agent's active workstream
row or unresolved items.Always exclude:
Prefer compact, testable statements and explicit decisions.
MEMORY.md under ~120 lines by compacting resolved sections.When this skill runs, report: