By kylestratis
Workflow commands with beads/deciduous tracking: project-init, intake, explore, design, plan, execute, verify, pollinate, pollinate-verify, task, bug, continue. Full workflow support from small tasks to large features, including cross-codebase feature porting.
Fix a bug with investigation, root cause tracking, and verification
Resume work on an existing beads task with context recovery
Start a design plan with beads/deciduous tracking
Execute an implementation plan with beads/deciduous tracking
Research a topic across codebase and web, with decision tracking
Three-layer verification for ported code - differential testing, adversarial hardening, and standard verify
Port a feature from another codebase with convention mapping and behavioral equivalence verification
Reference for beads/deciduous tracking - used automatically by workflow-commands
Fix a bug with investigation, root cause tracking, and verification
Resume work on an existing beads task with context recovery
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Personal plugin marketplace for Claude Code workflow extensions with beads/deciduous tracking integration, lightly and lovingly wrapping ed3d's coding plugins. In desperate search of a name that doesn't suck.
/plugin marketplace add kyle-claude-plugins
# Workflow commands (required)
/plugin install workflow-commands@kyle-claude-plugins
# Tracking hooks (optional - session start reminders, git hooks)
chmod +x ~/code/kyle-claude-plugins/plugins/tracking-hooks/hooks/*.sh
chmod +x ~/code/kyle-claude-plugins/plugins/tracking-hooks/hooks/*.py
/plugin install tracking-hooks@kyle-claude-plugins
Local task/issue tracking stored in .beads/ directory.
# Install
curl -fsSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bash
# Verify
bd --version
Key commands:
bd init # Initialize in project
bd create "Task" -t task -p 3 # Create task (priority 0-4)
bd list # List all tasks
bd ready # Show unblocked tasks
bd update <id> --status done # Update status
bd close <id> --reason "Done" # Close task
Decision graph stored in .deciduous/ directory.
# Install
npm install -g deciduous
# Verify
deciduous --version
Key commands:
deciduous init # Initialize in project
deciduous add goal "What I'm doing" -c 80 # Confidence 0-100
deciduous add decision "Choice and why" -c 80
deciduous add action "What I did"
deciduous add outcome "What happened"
deciduous add action "Committed X" --commit HEAD # Link to git
deciduous query # View graph
Design and implementation workflow framework.
# Register marketplace
/plugin marketplace add https://github.com/ed3dai/ed3d-plugins.git
# Install plugins
/plugin install ed3d-plan-and-execute@ed3d-plugins
/plugin install ed3d-research-agents@ed3d-plugins
/plugin install ed3d-basic-agents@ed3d-plugins
If using --linear flag with /workflow-commands:intake:
For automatic verification hooks:
pip install pre-commit
pre-commit install # In each project
/workflow-commands:project-initInitialize beads and deciduous tracking in a project.
/workflow-commands:project-init [--beads-only | --deciduous-only] [--with-guidance]
| Flag | Description |
|---|---|
--beads-only | Only initialize beads, skip deciduous |
--deciduous-only | Only initialize deciduous, skip beads |
--with-guidance | Create .ed3d/ directory with customization files |
Creates:
.beads/ - Task database.deciduous/ - Decision graph.ed3d/ - Guidance files (if --with-guidance)/workflow-commands:intakeImport features from a roadmap file or inline list.
# From markdown file
/workflow-commands:intake @docs/roadmap.md
# With Linear sync
/workflow-commands:intake @docs/roadmap.md --linear
# Inline features
/workflow-commands:intake "OAuth integration" "Rate limiting" "Audit logging"
# Inline with Linear and team
/workflow-commands:intake "Feature 1" "Feature 2" --linear --team Engineering
| Argument | Description |
|---|---|
@file.md | Path to markdown roadmap file |
"feature" | Inline feature names (quoted) |
--linear | Also create Linear issues |
--team <n> | Linear team name (required if multiple teams) |
Roadmap format:
## Q1 Features
### OAuth Integration
Support Google and GitHub providers.
Priority: High
### Rate Limiting
Token bucket algorithm.
Priority: Normal
Creates:
--linear)/workflow-commands:exploreResearch a topic with automatic tracking.
/workflow-commands:explore <topic> [--codebase-only | --web-only] [--no-tracking]
| Flag | Description |
|---|---|
--codebase-only | Only search local codebase |
--web-only | Only search web |
--no-tracking | Skip beads task creation (deciduous still logs) |
npx claudepluginhub kylestratis/kyle-claude-plugins --plugin workflow-commandsSession start and git hooks for beads/deciduous tracking integration with auto-sync
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification