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
- Read the corresponding reference file for the agent's full system prompt
- Spawn a
general-purposeTask agent with that prompt as the task description - Include the specific feature/files/scope in the prompt
Reference Files
| Agent | Reference |
|---|---|
| code-explorer | references/code-explorer.md |
| code-architect | 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."
More from hjewkes/agent-skills
self-improve
Use when a session produced reusable insights, when the user says "learn from this", "remember this", or "improve yourself", or after completing a complex task where patterns were discovered
63md-render
Use when asked to render, preview, or view a markdown file in the browser. Triggers on "render markdown", "preview this", "show me this document", "open in browser".
21code-review
Unified code review system — dispatches the right review agents for the situation. Use when reviewing code for quality, bugs, compliance, or before merging.
17skills-management
Use when creating, finding, installing, reviewing, or managing Claude Code skills — covers skill authoring, discovery, conventions, and lifecycle management
14github-pr
GitHub PR workflow — creating PRs, posting automated review comments, managing PR feedback cycles. Use when code is reviewed and ready for GitHub.
14buildkite
Buildkite CI/CD integration. Use when the user needs to check build status, trigger builds, read build logs, debug failures, manage pipelines, or any Buildkite workflow. Triggers include "buildkite", "build", "pipeline", "CI", "deploy", "build log", "build failed".
14