Cc Implement — Development skill for Claude Code
(Conductor) Execute implementation tasks from an approved plan.
How to install Cc Implement
Installs to ~/.claude/commands/yeisonrestrepo-code-conductor-cc-implement.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/yeisonrestrepo/code-conductor/HEAD/.claude/commands/cc-implement.md -o ~/.claude/commands/yeisonrestrepo-code-conductor-cc-implement.md Restart Claude Code, or start a new session, for it to be picked up.
What Cc Implement does
description: "(Conductor) Execute implementation tasks from an approved plan"
Phase entry - Resume Read
Before doing anything else, restore any stored context for the current commit by running `scripts/resume-read.mjs`. It resolves the current git hash, prefers a valid DB snapshot (`conductor-db get-snapshot`), falls back to the `.claude/memory/session-snapshot.json` handoff file, and prints a `RESUME_HIT` block on a hit / nothing on a miss. Capture its stdout **and** its exit code
Alternatives in Development
- Implement Plan — You are tasked with implementing an approved technical plan from thoughts/shared/plans/ 10k ★
- Implement — Implementation Skill 1.9k ★
- SEO Schema Implementation — Implement structured data markup 397 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Sp.Implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md
/implement Command
Execute implementation plan using the code-implementer agent with automatic self-correction.
Sdlc Code Implementation
Build working software that meets acceptance criteria. Use when executing implementation plans. Triggers: impl
Prp Implement
Execute an implementation plan with rigorous validation loops
Executing Plans
Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoi
Ke Build
Implement approved specification tasks in small slices with focused tests and evidence updates.
Related Agents
Implement
Execute tasks from a track's implementation plan, following the workflow rules defined in conductor... - wshob
Feat Implement
Execute implementation plan tasks systematically with optional batch mode
Implementation Lead
Execute approved specification tasks in small coherent slices, preserve repository conventions, add regression