Check for and apply Draft plugin updates. Detects when a newer version is available on GitHub and guides the user through reinstalling the plugin to get the latest skills and…
Profile lifecycle management for Draft. List, create, rename, and delete named workspaces. Each profile is an independent context directory at ~/.draft/workspaces/<name>/.
Collaboration configuration for Draft. Sets up gh CLI auth, configures the shared GitHub repo, writes config files, and seeds the shared repo on first use.
Activate a named Draft profile. Writes the profile name to ~/.draft/active-profile. Takes effect on the next session restart. With no args, shows the currently active profile.
Pulls the latest team context from the shared GitHub repo directly into the local context/ directory.
PM brain initialization. Runs a short conversational interview to derive product context, then writes structured files to the workspace so every future session starts grounded.
Saves something you learned, decided, or want to remember to your Draft workspace. Supports free-form input, structured tags, or a short conversational flow when invoked with no…
Publishes the curator's local context to the shared GitHub repo. Reads change log entries since last publish, builds CHANGES.jsonl, pushes to the team repo via the separate-clone…