idodekerobo

24 mods across 1 repository, 16 stars between them.

draft

02

idodekerobo/draft-cli-plugin

Plugin Claude Code

Shared team context layer for AI coding agents. Install once — every session starts with full shared context, no re-explaining required.

16 2mo ago A tokens not measured

draft-agent

03

idodekerobo/draft-cli-plugin

Agent

Main Draft orchestrator. Manages shared team context across sessions — delegates to specialized sub-agents for research, writing, and learning.

16 2mo ago A 30 tokens

draft-executor

04

idodekerobo/draft-cli-plugin

Agent

Takes concrete actions. Use when the orchestrator needs to DO something: write documents (PRDs, specs, decision docs). Always reads context files before acting.

16 2mo ago A 37 tokens

draft-learner

05

idodekerobo/draft-cli-plugin

Agent

Context write engine for the Draft orchestrator. Called when the orchestrator needs to persist information to workspace files: product decisions, priority updates, company changes, team changes, personal memory, vocabulary. Reads existing files before writing, merges new info, writes log entries alongside every…

16 2mo ago A 68 tokens

draft-researcher

06

idodekerobo/draft-cli-plugin

Agent

Finds and retrieves information. Use when the orchestrator needs to KNOW something: search workspace files, read docs, or fetch web content. Returns a concise but complete answer.

16 2mo ago A 40 tokens

SessionStart

07

idodekerobo/draft-cli-plugin

Hook

Runs when a session starts, executing session-init.sh, load-team.sh and inject-context.sh via bash (3 commands). From idodekerobo/draft-cli-plugin.

16 2mo ago A tokens not measured

SessionEnd

08

idodekerobo/draft-cli-plugin

Hook

Runs when a session ends, executing on-session-end.sh via bash. From idodekerobo/draft-cli-plugin.

16 2mo ago A tokens not measured

draft-add-dimension

09

idodekerobo/draft-cli-plugin

Skill Claude CodeCodex

Scaffold a new context dimension. Creates context/ /index.md with standard frontmatter and context/ /log/. Works on brand-new dimensions and on existing folders that are missing an index.md (orphaned dimensions).

16 2mo ago A 51 tokens

draft-compact

10

idodekerobo/draft-cli-plugin

Skill Claude CodeCodex

Curator-triggered context compaction. Synthesizes accumulated appends in one or more context//index.md files into a clean, lean current-state document. Archives the pre-compact state to log/ before overwriting. Run when any index.md reads like a change log rather than a current-state document, or exceeds 500 words.

16 2mo ago A 73 tokens

draft-connect

11

idodekerobo/draft-cli-plugin

Skill Claude CodeCodex

Connect integrations to the Draft daemon. Guides the user through configuring Granola (MCP or API), Slack, and GitHub. Run as /draft:connect to see all integrations, or /draft:connect to configure a specific one. Each integration has its own sub-skill file in this directory.

16 2mo ago A 67 tokens

github

12

idodekerobo/draft-cli-plugin

Skill Claude CodeCodex

Connect GitHub to the Draft daemon. The daemon will poll configured repositories hourly for merged PRs, new releases, and open PRs — then synthesize them into workspace context proposals automatically.

16 2mo ago A 0 tokens

granola

13

idodekerobo/draft-cli-plugin

Skill Claude CodeCodex

Invoked by draft-connect/SKILL.md when the user runs /draft:connect granola. Not a registered skill — executed by the parent skill via Read.

16 2mo ago B 0 tokens

draft-connect-slack

14

idodekerobo/draft-cli-plugin

Skill Claude CodeCodex

Set up Slack integration for the Draft daemon. Guides the user through creating a Slack app, configuring tokens, selecting channels, and inferring team member roles via LLM. Writes config/secrets.json and config/slack-roles.json.

16 2mo ago C 52 tokens

draft-import

15

idodekerobo/draft-cli-plugin

Skill Claude CodeCodex

Import markdown content from a local directory or private GitHub repo into the active workspace. Analyzes source files, maps content to Draft dimensions, and stages the result as a proposal for review. Nothing is applied until the user accepts.

16 2mo ago C 50 tokens

draft-learn

16

idodekerobo/draft-cli-plugin

Skill Claude CodeCodex

DEPRECATED — use /draft:synthesize instead. This skill is no longer the recommended path for saving context. /draft:synthesize handles both explicit single-item saves and full session transcript synthesis. Personal preferences and vocabulary are saved automatically by the orchestrator during conversation.

16 2mo ago A 56 tokens

draft-load-team

17

idodekerobo/draft-cli-plugin

Skill Claude CodeCodex

Pulls the latest team context from the shared GitHub repo directly into the local context/ directory. Reads CHANGES.jsonl, filters to entries since last load, writes updated context files. Personal layer is never touched.

16 2mo ago C 48 tokens

draft-profiles

18

idodekerobo/draft-cli-plugin

Skill Claude CodeCodex

Profile lifecycle management for Draft. List, create, rename, and delete named workspaces. Each profile is an independent context directory at /.draft/workspaces/ /. The personal layer (/.draft/personal/) is global and shared across all profiles.

16 2mo ago C 55 tokens

draft-publish-team

19

idodekerobo/draft-cli-plugin

Skill Claude CodeCodex

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 pattern. Run whenever you want teammates to see updated context.

16 2mo ago C 55 tokens

draft-setup-collab

20

idodekerobo/draft-cli-plugin

Skill Claude CodeCodex

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. Invoked from /draft:setup Q5.5 or run standalone at any time.

16 2mo ago D 58 tokens

draft-setup

21

idodekerobo/draft-cli-plugin

Skill Claude CodeCodex

Context initialization. Runs a short conversational interview to derive product and team context, then writes structured files to the workspace so every future session starts grounded. Run once at onboarding, or anytime to refresh context after a significant shift.

16 2mo ago C 48 tokens

draft-switch

22

idodekerobo/draft-cli-plugin

Skill Claude CodeCodex

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.

16 2mo ago A 38 tokens

draft-synthesize

23

idodekerobo/draft-cli-plugin

Skill Claude CodeCodex

The single command for capturing context updates mid-session. Two modes: (1) with an explicit statement — stages that one thing as a proposal immediately; (2) with no args — reads the full session transcript, extracts everything worth capturing, and stages it as a proposal. Both modes write to proposals/ for curator…

16 2mo ago B 89 tokens

draft-update

24

idodekerobo/draft-cli-plugin

Skill Claude CodeCodex

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 fixes.

16 2mo ago A 39 tokens