Cc Plan — Testing skill for Claude Code
(Conductor) Map implementation steps from an approved spec.
How to install Cc Plan
Installs to ~/.claude/commands/yeisonrestrepo-code-conductor-cc-plan.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/yeisonrestrepo/code-conductor/HEAD/.claude/commands/cc-plan.md -o ~/.claude/commands/yeisonrestrepo-code-conductor-cc-plan.md Restart Claude Code, or start a new session, for it to be picked up.
What Cc Plan does
description: "(Conductor) Map implementation steps from an approved spec"
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 with
Alternatives in Testing
- Notion Spec To Implementation — Convert Notion specs into linked implementation plans and tasks 14.6k ★
- Claude Code Spec Workflow — Automated Kiro-style Spec workflow for Claude Code 3.6k ★
- Spec Driven Development — Drive Kandev feature work through spec, plan, independent tasks, implementation, QA, and verification 697 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Conductor Revise
Update spec/plan when implementation reveals issues
Cc Spec
description: "(Conductor) Define the problem and generate an approved spec"
Amby.Plan
Produce the technical implementation plan (the HOW) from an approved spec and UI.
Pharn Plan
Turn an Approved features/ /SPEC.md into an implementation features/ /PLAN.md — the second product-pipeline st
Al Plan
Turn an approved spec (or a described task) into an ordered, single-track implementation plan
Conductor Newtrack
Create a new feature or bug track with spec and plan
Related Agents
Ren Planner
Wiki-aware plan decomposer for the execution doctrine's decompose gate. Spawn AFTER a plan or spec is approved
Agy Fast Worker
CLI-backed mechanical implementer — the agy variant of fast-worker. Use for boilerplate implementation, test s
Staging E2e Verifier
Use this agent to execute the approved plan's E2E scenarios against a staging URL via Playwright MCP. It runs