Claude Code plugins by Pierce Lamb
npx claudepluginhub piercelamb/deep-implementSplit vague project requirements into well-scoped units for /deep-plan
AI-assisted deep planning with research, interview, external LLM review, and TDD approach
Implement code from /deep-plan sections with review and git workflow
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.

Blog posts:
- The Deep Trilogy - How the three plugins work together
- What I Learned - Technical lessons from plugin development
/deep-implement is the final step in the deep planning pipeline. It takes the section files generated by /deep-plan and implements them one by one with TDD methodology, integrated code review, and a structured git workflow.
Where /deep-plan produces the what and why, /deep-implement handles the how—methodically, with tests first and human-in-the-loop code review at each step.
For large projects, use /deep-project first to decompose vague requirements into focused specs, then /deep-plan each spec, then /deep-implement the resulting sections.
I built /deep-implement because after I'd automated my planning workflow through /deep-plan, I found myself executing the same steps over and over to actually implement the produced section files. Why not have Claude orchestrate it for me?
/deep-implement keeps the human in the loop through code review and managing context. In the future /deep-implement will look to provide even more automation.
/plugin marketplace add piercelamb/deep-implement
/plugin install deep-implement
/plugin enable deep-implement
/deep-implement @planning/sections/.
deep-implement orchestrates a disciplined implementation workflow:
Read Section → TDD Implementation → Code Review → Interview → Commit → Next
For each section from /deep-plan, the plugin:
By the end, you have production-ready code with a git history that tells a clear story—and section documents that serve as living documentation of what was actually built, not just what was planned.
This plugin is part of a three-plugin pipeline for turning ideas into production code:
/deep-project (decompose) → /deep-plan (plan) → /deep-implement (build)