dev-agent
01Plugin Claude Code
Marketplace for the dev-agent plugin -- an autonomous research/implement/test/review development workflow.
Plugin Claude Code
Marketplace for the dev-agent plugin -- an autonomous research/implement/test/review development workflow.
Plugin Claude Code
Deep autonomous AI developer agent: idea -> architecture spec -> UX design -> implement -> test -> optional browser-based visual QA -> security/performance/final review -> Definition of Done, with automatic retry loops and persistent resumable execution state. Framework-agnostic -- inspects the target project to…
Settings file Claude Code
Agent settings declaring 14 allowed tools.
Agent
Read-only. Converts a high-level project idea or major-feature request into a structured implementation specification -- goals, users, roles, permissions, features, journeys, pages, APIs, data model, business rules, auth, architecture, testing/deployment/non-functional requirements. Never implements application code.
Agent
Implements an approved plan from the researcher. Makes the smallest correct change following existing conventions. Use after research/planning is done and a concrete plan exists to execute.
Agent
Implements UI from the architect's specification and the ux-designer's design system -- layouts, navigation, pages, components, forms, tables, dashboards, all UI states, responsive behavior, accessibility, API integration. Detects the actual frontend stack rather than assuming one.
Agent
Read-only codebase investigator. Use before any implementation to understand project structure, trace execution flow, locate relevant files, find root causes, and propose a solution. Never modifies files.
Agent
Senior-engineer review of an implementation for correctness, architecture fit, security, performance, and maintainability. Use after the tester reports PASS, before declaring work complete. Never modifies application code.
Agent
Validates an implementation by running the project's test/build/lint tooling and reporting a PASS/FAIL verdict with evidence. Use after the developer reports changes made, before review. Never modifies application code.
Agent
Read-only. Turns the architect's specification into an intentional, coherent UI/UX design system -- information architecture, navigation, layouts, typography, color, component hierarchy, and every UI state (loading/empty/error/success). Avoids generic AI-slop interfaces. Never implements application code.
Agent
Read-only. Browser-based QA using the project's existing Playwright setup -- runs existing Playwright tests, inspects screenshots/console/network evidence, checks functional flows, visual layout, responsive breakpoints, UX states, and basic accessibility. Only invoked when Playwright is genuinely available in the…
Command
Investigate a task/bug read-only via the researcher agent, no code changes.
Command
Deep, autonomous end-to-end development workflow -- target verification, project discovery, Obsidian history, architecture/UX (when needed), research, implementation, testing, visual QA (when available), security/performance/final review, Definition of Done, persistent resumable state, Obsidian write-back.
Command
Run the reviewer agent against current working tree changes.
Command
Run the tester agent against current working tree changes.
Instructions file
Instructions for Surjal/dev-agent, covering claude.md — dev-agent plugin source repo, working on this repo, memory and commands.
Agent
Read-only. Converts a high-level project idea or major-feature request into a structured implementation specification -- goals, users, roles, permissions, features, journeys, pages, APIs, data model, business rules, auth, architecture, testing/deployment/non-functional requirements. Never implements application code.
Agent
Implements an approved plan from the researcher. Makes the smallest correct change following existing conventions. Use after research/planning is done and a concrete plan exists to execute.
Agent
Implements UI from the architect's specification and the ux-designer's design system -- layouts, navigation, pages, components, forms, tables, dashboards, all UI states, responsive behavior, accessibility, API integration. Detects the actual frontend stack rather than assuming one.
Agent
Read-only codebase investigator. Use before any implementation to understand project structure, trace execution flow, locate relevant files, find root causes, and propose a solution. Never modifies files.
Agent
Senior-engineer review of an implementation for correctness, architecture fit, security, performance, and maintainability. Use after the tester reports PASS, before declaring work complete. Never modifies application code.
Agent
Validates an implementation by running the project's test/build/lint tooling and reporting a PASS/FAIL verdict with evidence. Use after the developer reports changes made, before review. Never modifies application code.
Agent
Read-only. Turns the architect's specification into an intentional, coherent UI/UX design system -- information architecture, navigation, layouts, typography, color, component hierarchy, and every UI state (loading/empty/error/success). Avoids generic AI-slop interfaces. Never implements application code.
Agent
Read-only. Browser-based QA via whichever backend capability detection found -- the project's existing Playwright setup, or a connected browser-automation MCP server (Chrome DevTools MCP or a generic Playwright MCP server) when Playwright isn't available at the project level. Runs existing Playwright tests (or drives…