# implementing-commands > [COMING SOON] Use when building commands from a design. Currently in development - see command-development for structural guidance. - Author: jpsweeney97 - Repository: jpsweeney97/claude-code-plugin-development - Version: 20260102165301 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/jpsweeney97/claude-code-plugin-development - Web: https://mule.run/skillshub/@@jpsweeney97/claude-code-plugin-development~implementing-commands:20260102165301 --- --- name: implementing-commands description: "[COMING SOON] Use when building commands from a design. Currently in development - see command-development for structural guidance." --- # Commands Implementation (Coming in Slice 4) This skill is planned for a future release. ## Current Status The plugin development pipeline is being built in vertical slices: - **Slice 1 (Current):** Skills pipeline (brainstorming-skills, implementing-skills) - **Slice 2 (Planned):** Hooks pipeline - **Slice 3 (Planned):** Agents pipeline - **Slice 4 (Planned):** Commands pipeline ## What To Do Now For command implementation guidance, use: 1. `/command-development` — Structural reference for commands (frontmatter, arguments) 2. `/implementing-skills` — TDD methodology (applies to commands too) ## When This Will Be Available This skill will be implemented after brainstorming-commands is complete.