developer

Map user requests to domain concepts and orchestrate changes across architecture layers.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/dohernandez/claude-skills --skill developer-dohernandez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: developer
Source: https://github.com/dohernandez/claude-skills/tree/main/plugins/developer/skills/developer
Command: npx skills add https://github.com/dohernandez/claude-skills --skill developer-dohernandez

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates the development workflow by translating requests into domain concepts, mapping changes to the appropriate architecture layers, and ensuring adherence to project conventions, reducing cognitive load and coordination overhead for multi-layer work.

Core Features & Use Cases

  • Domain-to-architecture mapping and workflow orchestration across domain, infrastructure, and application layers
  • Enforces style, tests, and pre-commit validations to maintain code quality
  • Supports configure/learn/default modes to adapt to project structure and evolution

Quick Start

Run /developer configure to generate architecture config, then issue /developer to apply it.

Frequently Asked Questions about developer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate multi-layer architecture changes across domain, infrastructure, and application layers?

Multi-layer architecture orchestration maps user requests to domain concepts and coordinates changes across infrastructure and application layers, reducing coordination overhead for complex feature work. It aligns updates with project conventions to maintain structural integrity.

What is the best way to enforce pre-commit validations and import rules during a development workflow?

Enforcing pre-commit validations and import rules is handled by applying architecture config to guide bottom-up implementation and style enforcement. This ensures code quality and adherence to project conventions before changes are committed.

How do I map feature requests to domain concepts before writing code?

Mapping feature requests to domain concepts translates requirements into structural project definitions before implementation begins. This workflow orchestration aligns new features with existing architecture layers to prevent structural drift.

Does this development workflow orchestration work for both new feature work and bug fixes?

Development workflow orchestration works for both new feature work and bug fixes that span multiple architecture layers. It guides bottom-up implementation and applies style enforcement to satisfy requirements for architecture config and domain concepts.

How do I configure project architecture conventions to align with my existing codebase?

Configuring project architecture conventions requires running the configure mode to generate an architecture config. This config captures domain concepts, import rules, and pre-commit validations to automatically adapt to your project structure.