shared-context-engineering 0.3.2

Shared Context Engineering CLI
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
description: "Run `sce-handover-writer` to capture the current task for handoff"
agent: "Shared Context Code"
entry-skill: "sce-handover-writer"
skills:
  - "sce-handover-writer"
---

Load and follow the `sce-handover-writer` skill.

Input:
`$ARGUMENTS`

Behavior:
- Keep this command as thin orchestration; handover structure, naming, and content decisions stay owned by `sce-handover-writer`.
- Run `sce-handover-writer` to gather current task state, decisions made and rationale, open questions or blockers, and the next recommended step.
- Let `sce-handover-writer` create the handover in `context/handovers/`, using task-aligned naming such as `context/handovers/{plan_name}-{task_id}-{timestamp}.md` when the inputs support it.
- If required details are missing, infer only from current repo state, label assumptions clearly, then stop after reporting the exact handover path.