WORK-075
ID:WORK-075Status:done

Update plan init CLAUDE.md template with resolution guidance

Update the workflow section that refrakt plan init writes to CLAUDE.md to include guidance on using --resolve when completing work items.

Priority:lowComplexity:trivialMilestone:v0.9.0Source:SPEC-027

Criteria completion

Criteria completion: 3 of 3 (100%) checked; history from Mar 24 to Mar 300%25%50%75%100%Mar 24Mar 30
Branches 3
History 5
  1. e900a90
    Created (done)by bjornolofandersson
  2. f262d7b
    Content editedby Claude
  3. 2637549
    • ☑ `WORKFLOW_SECTION` in `runes/plan/src/commands/init.ts` includes a step for `--resolve` when marking items done
    • ☑ The guidance matches the pattern from SPEC-027: "when marking a work item done, always provide a `--resolve` summary unless the change is trivial"
    • ☑ Existing plan CLAUDE.md workflow instructions are consistent with the updated template
    by Björn Andersson
  4. 6d13c51
    statusreadydone
    by Claude
  5. 3e9d54e
    Created (ready)by Claude
    Add work items WORK-071 through WORK-075 for SPEC-027

Acceptance Criteria

  • WORKFLOW_SECTION in runes/plan/src/commands/init.ts includes a step for --resolve when marking items done
  • The guidance matches the pattern from SPEC-027: "when marking a work item done, always provide a --resolve summary unless the change is trivial"
  • Existing plan CLAUDE.md workflow instructions are consistent with the updated template

Approach

Update the WORKFLOW_SECTION constant in runes/plan/src/commands/init.ts to add a resolve step between "check off criteria" and "mark complete". Also update plan/CLAUDE.md in this repo to match.

References

  • SPEC-027
  • WORK-072 — CLI resolve flag (dependency — flag must exist first)

Resolution

Completed: 2026-03-30

WORKFLOW_SECTION in runes/plan/src/commands/init.ts updated with --resolve guidance matching SPEC-027 pattern. Root CLAUDE.md already reflects the updated workflow. All criteria verified met.