epcp-workflow

Community

Plan before code, boost reliability.

AuthorBinkyTwin
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enforces a disciplined Explore → Plan → Code → Commit workflow to prevent hasty, unverified coding. It increases reliability and traceability by requiring exploration, planning, incremental coding, and clean commits.

Core Features & Use Cases

  • Explore (no code changes): Read key files and documents; use subagents for parallel investigation when needed.
  • Plan (before coding): Propose a concrete plan with steps and acceptance criteria; identify risks and edge cases.
  • Code (implement + verify): Implement incrementally; run tests/lint/build where applicable.
  • Commit (clean history): Commit with a clear message; optionally open a PR.

Quick Start

Start by exploring the repository to gather context, then generate a plan with acceptance criteria, proceed to code in small steps, run verification, and finish with a clean commit message.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: epcp-workflow
Download link: https://github.com/BinkyTwin/DeepRead/archive/main.zip#epcp-workflow

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository