Skip to content
/ CoderLap
Commands

Five commands.
Docs that stay real.

One generates them. Four keep them honest. No overlap. No clever abstractions. Each command removes one kind of mental burden — the kind that makes docs rot.

The loop

How the five fit together

 /docify # once per project — generate real docs 

# ↓ every task after that:

/session last # what was I doing?
/before <task> # Claude plans, waits for OK
# (Claude writes code with your approval)
/decision <title> # if a trade-off appeared (optional)
/ship # auto-updates docs + drafts commit
# (commit)
/session # handoff for next time

Skip any one and the next session pays the cost. Do them all and a new session picks up where the last one left off, with full context.