repo-harness-handoff
SolidPrepares or resumes Codex handoff packets for long-task rollover without running the full workflow check surface.
AI & Automation 397 stars
27 forks Updated yesterday MIT
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# repo-harness-handoff
Use this command when the user wants to save, refresh, or resume the repo-local
handoff surface without running a full check or repair pass.
## Protocol
1. Confirm the target repo path and handoff reason.
2. To prepare a rollover packet, run:
- `repo-harness run prepare-codex-handoff --reason <reason>`
3. Use `--print-prompt` when the user needs the exact fresh-session prompt.
4. To resume from an existing packet, run:
- `repo-harness run codex-handoff-resume --cwd <repo> --reason <reason> --print-prompt`
5. Verify the handoff files exist and are current:
- `.ai/harness/handoff/current.md`
- `.ai/harness/handoff/resume.md`
6. Report the exact next step from the handoff packet.
## Failure Modes
- If there is no active plan, the resume packet must report `(none)` for plan, contract, and notes.
- If `resume.md` is older than `current.md`, regenerate with `repo-harness run prepare-codex-handoff`.
- If the user asks for readiness, route to `repo-harness-check` instead of expanding this command.
## Boundaries
- Does not run `/check`.
- Does not run `repo-harness run check-task-workflow --strict` unless the user asks for readiness verification.
- Does not mutate plans, tasks, source code, or architecture docs except the handoff packet files.
- Does not replace task sync, review, or release-readiness checks.
Details
- Author
- Ancienttwo
- Repository
- Ancienttwo/repo-harness
- Created
- 4 months ago
- Last Updated
- yesterday
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
repo-harness
Route explicit repo-harness setup, planning, execution, verification, and handoff actions through deterministic repository state.
397 Updated yesterday
Ancienttwo AI & Automation Solid
repo-harness-migrate
Migrates older Claude/Codex workflow repos to the current tasks-first harness while preserving or archiving user-authored docs and hooks.
397 Updated yesterday
Ancienttwo AI & Automation Solid
repo-harness-repair
Repairs a broken current harness, including task sync, hook routing, handoff, context-map, policy, helper, and generated/runtime drift.
397 Updated yesterday
Ancienttwo