cross-harness-continuation

Solid

Use when work moves between Claude Code and Codex, a session resumes from a handoff, or an agent may rewrite an existing implementation. Loads the shared CONTINUITY.json contract, preserves accepted decisions, checks Git baseline and scope, and requires explicit replan mode for intentional redesign.

AI & Automation 138 stars 20 forks Updated today MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
71
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Cross-Harness Continuation Use this skill when a task continues after another agent, especially when the handoff is Claude -> Codex, Codex -> Claude, or a plugin has already received several partial fixes. ## Operating contract The repository is the source of truth for code. The continuation contract is the source of truth for intent that Git cannot express: `<repo>/.claude/continuity/CONTINUITY.json` The canonical shape is in `references/CONTINUITY.example.json`. It must contain: - `mode`: `continuation` for incremental work, `new` for greenfield work; - `baseline`: branch, commit, and paths that were already dirty at handoff; - `scope.files`: the files explicitly claimed for the current slice; - `preserve`: accepted design decisions and invariants; - `do_not_redo`: approaches already tested or deliberately rejected; - `verification`: commands and evidence status; - `scope.enforce` and `scope.protect_unlisted` when the slice must be strict. ## Required sequence 1. Read `CONTINUITY.json`, the newest handoff, `AGENTS.md`/`CLAUDE.md`, and the current Git status. Treat the live checkout as authoritative over stale prose. 2. Verify the baseline commit, branch, dirty paths, and the claimed files. Preserve existing changes unless a test or the contract proves they are wrong. 3. Make one focused continuation change. Use `Edit` for existing files. Do not replace a whole file merely because another implementation is easier to write. 4. Run the smallest rele...

Details

Author
AnastasiyaW
Repository
AnastasiyaW/claude-code-config
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category