← all publishers

desek

@desek source repo

5 published skills

  1. Governance · desek bundle
    Creates 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.
    0
    installs
  2. Checkpoint Read · desek bundle
    Slash 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.
    0
    installs
  3. Checkpoint Commit · desek bundle
    Slash 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].
    0
    installs
  4. Checkpoint Distill · desek bundle
    Slash 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.
    0
    installs
  5. Checkpoint Iterate · desek bundle
    Slash 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.
    0
    installs