Plugin Claude Code
Claude Code plugins by Pierce Lamb.
Plugin Claude Code
Claude Code plugins by Pierce Lamb.
Plugin Claude Code
Split vague project requirements into well-scoped units for /deep-plan.
Hook
Runs when a session starts, executing capture-session-id.py via uv. From piercelamb/deep-project.
Skill Claude CodeCodex
Decomposes vague, high-level project requirements into well-scoped planning units for /deep-plan. Use when starting a new project that needs to be broken into manageable pieces.
Plugin Claude Code
Claude Code plugins by Pierce Lamb.
Plugin Claude Code
AI-assisted deep planning with research, interview, external LLM review, and TDD approach.
Agent
Reviews implementation plans (fallback when external LLMs unavailable).
Agent
Generates self-contained implementation section content. Outputs raw markdown. Used by /deep-plan for parallel section generation.
Hook
Runs when a session starts, executing capture-session-id.py via uv. From piercelamb/deep-plan.
Hook
Runs when a subagent finishes for deep-plan:section-writer tool calls, executing write-section-on-stop.py via uv. From piercelamb/deep-plan.
Skill Claude CodeCodex
Creates detailed, sectionized, TDD-oriented implementation plans through research, stakeholder interviews, and multi-LLM review. Use when planning features that need thorough pre-implementation analysis.
Plugin Claude Code
Claude Code plugins by Pierce Lamb.
Plugin Claude Code
Implement code from /deep-plan sections with TDD, code review, and git workflow.
Agent
Reviews code diffs against section plans. Used by /deep-implement for section review.
Hook
Runs when a session starts, executing capture-session-id.py via uv. From piercelamb/deep-implement.
Skill Claude CodeCodex
Implements code from /deep-plan section files with TDD methodology, code review, and git workflow. Use when implementing plans created by /deep-plan.