desek
- 5 skills
- 0 followers
- 8 hours ago last updated
- ▌ Governance · desek bundleCreates Architecture Decision Records (ADRs) and Change Requests (CRs) for project governance. Activates on keywords like "ADR", "architecture decision", "CR", "change request", "governance", "technical decision", or "requirement change". Use for documenting technology choices, architectural patterns, or scope modifications.
- ▌ Checkpoint Read · desek bundleSlash command that reads checkpoint commit history to recover context for new sessions. Queries Git history for checkpoint commits and summarizes what was implemented, what remains, and decisions captured.
- ▌ Checkpoint Commit · desek bundleSlash command that creates governance checkpoint commits. Analyzes changes, validates .gitignore, and creates formatted checkpoint commits linked to Change Requests. Trigger with /checkpoint-commit [CR-XXXX] [summary].
- ▌ Checkpoint Distill · desek bundleSlash command that reads the durable artifacts a completed unit of work leaves behind, identifies knowledge that should outlive the change, ranks it by leverage against decay risk, and on per-tier approval writes it into the project's standing instructions as narrative in which every rule travels with the reasoning that produced it. Trigger with /checkpoint-distill CR-XXXX or /checkpoint-distill --branch.
- ▌ Checkpoint Iterate · desek bundleSlash command that runs a last-mile iteration session against an implemented Change Request. Opens a roll-forward ledger, records each change with what was done, why it was tried, and what the evidence showed, notes where a later change supersedes an earlier one, and checkpoint-commits code continuously. Trigger with /checkpoint-iterate CR-XXXX.