help
Installation
SKILL.md
plugin: conductor updated: 2026-01-20
Conductor Help
Conductor implements Context-Driven Development for Claude Code.
Philosophy
Context as a Managed Artifact: Your project context (goals, tech stack, workflow) is documented and maintained alongside your code. This context guides all development work.
Pre-Implementation Planning: Before coding, create a spec (WHAT) and plan (HOW). This ensures clear direction and traceable progress.
Safe Iteration: Human approval gates at key points. Git-linked commits for traceability. Easy rollback when needed.