yeisonrestrepo

Cc Implement — Development skill for Claude Code

Development community

(Conductor) Execute implementation tasks from an approved plan.

How to install Cc Implement

Installs to ~/.claude/commands/yeisonrestrepo-code-conductor-cc-implement.md

Terminal
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

Full documentation available on GitHub

View Source Repository