# Feature Agents

> Specialized feature development agents. Use for deep codebase exploration and architecture design during feature development.

- Skill: `hjewkes/feature-agents` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add hjewkes/feature-agents`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hjewkes/feature-agents/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: hjewkes (https://skillmd.com/u/hjewkes)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/hjewkes/feature-agents

---


# Feature Development Agents

Available agents (spawn via Task tool with `general-purpose` type):

- **code-explorer** — traces execution paths, maps architecture layers, documents dependencies
- **code-architect** — designs feature architectures and implementation blueprints

For code review, see the code-review skill.

## Usage

1. Read the corresponding reference file for the agent's full system prompt
2. Spawn a `general-purpose` Task agent with that prompt as the task description
3. Include the specific feature/files/scope in the prompt

## Reference Files

| Agent | Reference |
|-------|-----------|
| code-explorer | [references/code-explorer.md](references/code-explorer.md) |
| code-architect | [references/code-architect.md](references/code-architect.md) |

## Domain Specialization

When spawning feature agents, include domain context to focus their analysis:

| Domain | Priority Focus |
|--------|---------------|
| API/Backend | Routes, middleware, auth, DB queries, error handling |
| Frontend/UI | Components, state management, rendering, accessibility |
| Data/Pipeline | Transformations, validation, schema, performance |
| Infrastructure | Config, deployment, monitoring, secrets management |
| CLI/Tools | Argument parsing, output formatting, error messages |

Include the domain in the agent's spawn prompt: "Domain: API/Backend — prioritize route handlers, middleware chain, and auth flow."

