ID:WORK-036Status:done
Update CLAUDE.md files for plan CLI usage
Priority:highComplexity:simpleSource:SPEC-022
e900a90f262d7bc3cc430b2ed9c3Once the plan CLI commands are fully implemented, update the root CLAUDE.md and plan/CLAUDE.md files so that Claude Code sessions know how and when to use refrakt plan commands instead of manually editing Markdoc files.
Currently the Plan section in root CLAUDE.md and the Workflow section in plan/CLAUDE.md instruct Claude to manually edit status attributes and checkboxes in .md files. These should be updated to use the CLI equivalents (refrakt plan update, refrakt plan next, refrakt plan status, etc.) once those commands are available.
CLAUDE.md Plan section uses refrakt plan commands in its workflow instructionsplan/CLAUDE.md workflow section references CLI commands for status transitions and checkbox togglingrefrakt plan update WORK-001 --status in-progress)refrakt plan next for finding the next work itemrefrakt plan status for viewing project state (not yet implemented — skipped per "no stubs" criterion)Straightforward text editing of two files. Should be done after the core commands (update, next, status) are all implemented and tested — those are the ones referenced in the workflow.