By pewepw
DevConcept: lightweight senior-engineering workflow skills with Lean, Standard, and Full routing, native agents, verification, and handoff discipline.
Reviews a DevConcept diff for correctness, maintainability, repo consistency, tests, edge cases, and scope drift.
Diagnoses failing behavior before fixes, especially when failures may share one root cause.
Read-only codebase exploration for unfamiliar files, modules, callers, data flow, tests, and risks before implementation.
Reviews DevConcept requirements, alignment blocks, mini-specs, and implementation plans before risky coding starts.
Implements one bounded, disjoint DevConcept work slice when ownership is clear and integration will be reviewed.
Use for long-running, multi-phase, research-heavy, or context-compaction-prone coding tasks. Creates a lightweight durable markdown ledger only when chat planning is not enough; do not use for normal small edits.
Use when an implementer subagent has produced code you're about to accept, merge, or report as done. Requires two review passes (spec compliance, then code quality) before treating subagent output as finished work.
Use when a first fix didn't hold, when symptoms are intermittent or cross-module, when there's no clean repro, or when you're tempted to change multiple things at once. Forces reproduction, root-cause investigation, and one hypothesis at a time before editing.
Test-driven development with red-green-refactor loop. Use for bug fixes and behavior-heavy changes when tests are practical, and whenever the user asks for TDD, red-green-refactor, or integration tests.
Use before the first Edit/Write or mutating/state-changing Bash on any non-trivial request, after gathering minimal relevant context. Posts a short alignment block (Understanding / Scope / Open questions / Proposed approach / Ready to proceed?) and waits for confirmation. Skip trivial mechanical edits and no-op in plan mode.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
DevConcept is a lightweight senior-engineering workflow for Claude Code and Codex. It helps an agent choose the minimum process needed to understand, implement, verify, and hand off code changes correctly.
Philosophy: not ceremonial by default, but rigorous when the risk justifies it. Lean Mode stays out of the way; Standard adds alignment and verification; Full adds plan review and dispatch — and only when the work warrants it.
The plugin install slug is devconcept. The user-facing workflow name is DevConcept, and the default operating skill is devconcept-core.
/plugin install devconcept@built-by-harry
DevConcept routes each task internally as Lean, Standard, or Full.
| Mode | Use for | Behavior |
|---|---|---|
| Lean | Trivial, exact, mechanical, or read-only work | Inspect if needed, act directly, no alignment block, no plan file, no agents, narrow verification. |
| Standard | Normal code changes where correctness matters | Gather minimal context, align requirements, write a concise mini-plan, use TDD when practical, implement, verify, summarize. |
| Full | Risky, ambiguous, cross-surface, long-running, or multi-agent work | Plan, review the plan, make an explicit dispatch decision, dispatch only when allowed and separable, run an agent or inline review pass for broad/high-risk work, verify integrated behavior, hand off with residual risk. |
Debugging, design alternatives, TDD, dispatch, and subagent review are playbooks inside these three modes rather than separate top-level modes.
devconcept-core before repo inspection so its rules persist through the session.Claude Code can use the native agents in agents/:
devconcept-explorer - read-only codebase mappingdevconcept-plan-reviewer - requirement or plan review before risky implementationdevconcept-worker - bounded, disjoint implementation slicesdevconcept-code-reviewer - independent diff reviewdevconcept-debugger - failure diagnosis before fixesCodex users can sync matching templates from templates/codex-agents/ into ~/.codex/agents:
scripts/sync-codex-agents.sh
Claude Code should prefer named DevConcept agents when dispatch triggers hit. If the agents are unavailable, use the closest built-in agent or inline the same contract.
Codex does not spawn subagents automatically. When dispatch is appropriate, ask the user to choose between spawning agents and continuing inline unless they already explicitly requested subagents or parallel agent work. If spawning is chosen, name the DevConcept agent rather than the generic word "subagent":
devconcept-explorer map <area> read-only and return Findings, Relevant files, Risks / unknowns, Recommended next step.devconcept-plan-reviewer review the plan above against the Plan Review Checklist before implementation.devconcept-code-reviewer review the diff for correctness, scope drift, and verification gaps.devconcept-debugger investigate the failing test before any fix; reproduce first, then identify root cause.For parallel read-only exploration, spawn a batch by name:
Spawn one `devconcept-explorer` subagent per area, wait for all of them, and return a consolidated summary. Use read-only exploration only.
Areas:
1. <area A>
2. <area B>
Each subagent must return: Findings, Relevant files, Risks / unknowns, Recommended next step.
If the named DevConcept agents are not synced into Codex, run scripts/sync-codex-agents.sh (writes to ~/.codex/agents) and try again, or fall back to inline read-only exploration with the same return contract.
npx claudepluginhub pewepw/devconcept --plugin devconceptComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Complete developer toolkit for Claude Code