-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestplugin-implementationFull implementation spec for a pluginFull implementation spec for a plugin
Description
Track progress on implementing all 14 plugin stubs with detailed specs. Each plugin has a dedicated issue with a full implementation specification — commands, hooks, file manifest, README outline, and quality checklist.
Tier 1: High value — encodes user's workflow preferences
- Implement gitflow: Git workflow behavior modification #6 gitflow — Git workflow behavior modification (push guard, no-attribution, brief commits)
- Implement dotenv: Environment variable management #7 dotenv — Environment variable management (.env as source of truth, commit guard)
- Implement python-dev: Modern Python with uv + ruff #8 python-dev — Modern Python with uv + ruff (opinionated stack)
- Implement bunjs-dev: Bun.js development conventions #9 bunjs-dev — Bun.js development conventions (npm blocker, Bun-native APIs)
Tier 2: Broadly useful
- Implement claude-tools: CLI tool awareness + CLAUDE.md scaffolding #10 claude-tools — CLI tool awareness + CLAUDE.md scaffolding
- Implement docs-ddr: Architecture Decision Records #11 docs-ddr — Architecture Decision Records (auto-suggestion hook)
- Implement localdev: Local development environment setup #12 localdev — Local development environment setup (detection matrix)
- Implement react-dev: Opinionated React development #13 react-dev — Opinionated React development (functional, TS, Vitest, Tailwind)
Tier 3: Useful but narrower scope
- Implement cli-dev: CLI application development #14 cli-dev — CLI application development (multi-language, zx preference)
- Implement docs-readme: README generation and maintenance #15 docs-readme — README generation and maintenance
- Implement docs-md-ghpages: Documentation for GitHub Pages #16 docs-md-ghpages — Documentation for GitHub Pages (SSG setup + Actions workflow)
- Implement pdftools: PDF processing and manipulation #17 pdftools — PDF processing and manipulation (poppler + qpdf + ghostscript)
Tier 4: Needs more definition
- Implement serenamcp: Serena MCP server integration #18 serenamcp — Serena MCP server integration
- Implement dsl: Project glossary and domain language management #19 dsl — Project glossary and domain language management
Not included
- webcam-automation — Already implemented (reference implementation, 334-line
webcam.ts) - playwright — PR Port Playwright skill to plugin with best practices guidance #2 in flight
Quality bar
Reference implementations:
webcam-automation: Real executable code, command docs with usage examples, options tables, env vars, prerequisitessecrets-scanner(PR Add secrets-scanner plugin for detecting leaked credentials #3): 8 commands, ~1600+ lines of command docs with step-by-step workflowsvuln-scanner(PR Add dependency vulnerability scanner plugin #4): 4 commands, detailed README, CI workflow templates
Each implementation PR should include:
- Command .md files with 60+ lines of concrete steps per command
- README with 100+ lines, examples, and reference tables
- Hooks (where specified) with trigger patterns and behavior
- Clear value proposition beyond Claude's default behavior
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestplugin-implementationFull implementation spec for a pluginFull implementation spec for a plugin